[mapserver-commits] r13091 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Feb 8 14:02:47 EST 2012
Author: dmorissette
Date: 2012-02-08 11:02:47 -0800 (Wed, 08 Feb 2012)
New Revision: 13091
Modified:
branches/branch-5-6/mapserver/HISTORY.TXT
branches/branch-5-6/mapserver/mapserver.h
Log:
Update for 5.6.8
Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT 2012-02-08 18:57:47 UTC (rev 13090)
+++ branches/branch-5-6/mapserver/HISTORY.TXT 2012-02-08 19:02:47 UTC (rev 13091)
@@ -11,14 +11,14 @@
For a complete change history, please see the Subversion log comments.
-Version 5.6.8 (SVN branch-5-6):
+Version 5.6.8 (2012-02-08):
---------------------------
-- WFS Quote Escape issue (#4087)
+- Fix potential security issue with quote escape in WFS exceptions (#4087)
-- fix segfault on join with postgresql tables (#4074)
+- Fix segfault on join with postgresql tables (#4074)
-- define Z_BEST_COMPRESSION for newer libpng versions (#4033)
+- Define Z_BEST_COMPRESSION for newer libpng versions (#4033)
- Fixes to support latest PROJ versions (#4008)
Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h 2012-02-08 18:57:47 UTC (rev 13090)
+++ branches/branch-5-6/mapserver/mapserver.h 2012-02-08 19:02:47 UTC (rev 13091)
@@ -33,11 +33,11 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "5.6.7"
+#define MS_VERSION "5.6.8"
#define MS_VERSION_MAJOR 5
#define MS_VERSION_MINOR 6
-#define MS_VERSION_REV 7
+#define MS_VERSION_REV 8
#define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
More information about the mapserver-commits
mailing list