From cb643e4f04ef4e25fff6f711be2822d6af108314 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 29 Nov 2024 16:02:19 +0100 Subject: [PATCH 1/2] Add changelog for 8.2 I had those issue migrating to MapServer 8.2. Add some info to help migrations. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ca44fd8..d5a592a9 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ The landing page is served by on `http://:///og ## Changelog +### 8.2 + + - The default url path is now at "/" (not "/mapserver" or others anymore). + - The default "APACHE_RUN_DIR" is now "/tmp/apache2" be sure this folder exists or/and can be created. + ### 8.0 - `confd` and `entrypoints.d` are removed, you should replace it by a `volume_from` a configuration image From c87cb7633eca67cc7b8df1c3e707ce92c99b2a35 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:05:59 +0000 Subject: [PATCH 2/2] Apply pre-commit fix From the artifact of the previous workflow run --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a592a9..d5457b41 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ The landing page is served by on `http://:///og ### 8.2 - - The default url path is now at "/" (not "/mapserver" or others anymore). - - The default "APACHE_RUN_DIR" is now "/tmp/apache2" be sure this folder exists or/and can be created. +- The default url path is now at "/" (not "/mapserver" or others anymore). +- The default "APACHE_RUN_DIR" is now "/tmp/apache2" be sure this folder exists or/and can be created. ### 8.0