[mapserver-commits] r13086 - branches/branch-6-0/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Feb 8 13:32:46 EST 2012
Author: dmorissette
Date: 2012-02-08 10:32:46 -0800 (Wed, 08 Feb 2012)
New Revision: 13086
Modified:
branches/branch-6-0/mapserver/HISTORY.TXT
branches/branch-6-0/mapserver/mapserver.h
Log:
Update for 6.0.2 release
Modified: branches/branch-6-0/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-6-0/mapserver/HISTORY.TXT 2012-02-08 18:24:39 UTC (rev 13085)
+++ branches/branch-6-0/mapserver/HISTORY.TXT 2012-02-08 18:32:46 UTC (rev 13086)
@@ -12,7 +12,7 @@
For a complete change history, please see the Subversion log comments.
-Current Version (future 6.0.2, SVN branch-6-0):
+Version 6.0.2 (2012-02-08):
---------------------------
- Fixed lexer buffer size issue with single quotes in a string (#4175)
@@ -45,7 +45,7 @@
- Fixed cannot add a style to a label in PHP/SWIG Mapscript (#4038)
-- Add missing support for outputFormat in WFS GetFeature POST XML requests (#4052)
+- Add missing outputFormat support in WFS GetFeature POST XML requests (#4052)
- Fixed schema validity issue for WCS 1.1 GetCoverage responses (#4047)
@@ -57,13 +57,15 @@
- WCS 1.0: Fix crash with some _rangeset_axes values (#4020)
-- Changed msDrawVectorLayer() not to cache shapes if attribute binding is present after the first style (#3976)
+- Changed msDrawVectorLayer() not to cache shapes if attribute binding is
+ present after the first style (#3976)
- Fix mapscript to build when TRUE macro is not defined (#3926)
- Fix mapscript php build issues with MSVC (#4004)
-- PHP/Mapscript: Segmentation fault when getting complex object using PHP 5.2 (#3930)
+- PHP/Mapscript: Segmentation fault when getting complex object using
+ PHP 5.2 (#3930)
- Fixed contains operator in logical expresions (#3974)
Modified: branches/branch-6-0/mapserver/mapserver.h
===================================================================
--- branches/branch-6-0/mapserver/mapserver.h 2012-02-08 18:24:39 UTC (rev 13085)
+++ branches/branch-6-0/mapserver/mapserver.h 2012-02-08 18:32:46 UTC (rev 13086)
@@ -32,11 +32,11 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "6.0.1"
+#define MS_VERSION "6.0.2"
#define MS_VERSION_MAJOR 6
#define MS_VERSION_MINOR 0
-#define MS_VERSION_REV 1
+#define MS_VERSION_REV 2
#define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
More information about the mapserver-commits
mailing list