[mapserver-commits] r11656 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu May 5 22:26:51 EDT 2011
Author: dmorissette
Date: 2011-05-05 19:26:51 -0700 (Thu, 05 May 2011)
New Revision: 11656
Modified:
trunk/mapserver/HISTORY.TXT
trunk/mapserver/mapserver.h
Log:
Update for 6.0.0-rc2
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2011-05-05 14:36:27 UTC (rev 11655)
+++ trunk/mapserver/HISTORY.TXT 2011-05-06 02:26:51 UTC (rev 11656)
@@ -12,16 +12,17 @@
For a complete change history, please see the Subversion log comments.
-Current Version (SVN trunk):
-----------------------------
+Version 6.0.0-rc2 (2011-05-05)
+------------------------------
- Fixed seg fault with [shpxy] tag... (#3860)
- Removed obsolete msQueryByOperator() function
-- Call msLayerClose() before msLayerOpen() in the various query functions (#3692)
+- Call msLayerClose() before msLayerOpen() in the various query
+ functions (#3692)
-- Use full list of epsg codes with inverted axis (#3582)
+- Fix WMS 1.3.0 to use full list of epsg codes with inverted axis (#3582)
- PHP/Mapscript: Added getResultsBounds() method in layer object (#2967)
Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h 2011-05-05 14:36:27 UTC (rev 11655)
+++ trunk/mapserver/mapserver.h 2011-05-06 02:26:51 UTC (rev 11656)
@@ -32,7 +32,7 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "6.0.0-rc1"
+#define MS_VERSION "6.0.0-rc2"
#define MS_VERSION_MAJOR 6
#define MS_VERSION_MINOR 0
More information about the mapserver-commits
mailing list