From 8dfe65114f76c340605d97696e52dda4792e0dec Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Sat, 28 Mar 2020 12:21:53 -0300 Subject: [PATCH] update for 7.6.0-beta2 release --- CMakeLists.txt | 2 +- HISTORY.TXT | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b994c4b56..48583949e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ include(CheckCSourceCompiles) set (MapServer_VERSION_MAJOR 7) set (MapServer_VERSION_MINOR 6) set (MapServer_VERSION_REVISION 0) -set (MapServer_VERSION_SUFFIX "-beta1") +set (MapServer_VERSION_SUFFIX "-beta2") # Set C++ version # Make CMAKE_CXX_STANDARD available as cache option overridable by user diff --git a/HISTORY.TXT b/HISTORY.TXT index ed65c67214..50c0301958 100644 --- a/HISTORY.TXT +++ b/HISTORY.TXT @@ -12,6 +12,13 @@ For a complete change history, please see the Git log comments. For more details about recent point releases, please see the online changelog at: http://mapserver.org/development/changelog/ +7.6.0-beta2 release (2020-03-28) +-------------------------------- + +- fixed build with PHPNG + gnu_source (#6015) + +- fixed rendermode with geomtransform (#6021) + 7.6.0-beta1 release (2020-03-22) --------------------------------