[mapserver-commits] r9404 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Wed Oct 7 20:14:01 EDT 2009


Author: dmorissette
Date: 2009-10-07 20:13:59 -0400 (Wed, 07 Oct 2009)
New Revision: 9404

Modified:
   trunk/mapserver/HISTORY.TXT
   trunk/mapserver/mapserver.h
Log:
Update for 5.6.0-beta3 release

Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT	2009-10-07 23:33:09 UTC (rev 9403)
+++ trunk/mapserver/HISTORY.TXT	2009-10-08 00:13:59 UTC (rev 9404)
@@ -11,18 +11,20 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Current Version (SVN trunk):
-----------------------------
 
-- fix URN typo in mapwfs.c 
+Version 5.6.0-beta3 (2009-10-07):
+---------------------------------
 
+- fix URN typo in mapwfs.c for urn:EPSG:geographicCRS:...
+
 - don't apply scalefactor to label outlines (#3157)
 
 - update namespaces and schema pointers (#2872)
 
 - add RFC49 and RFC40 keywords to copy functions (#2865)
 
-- minor fix to correct numberOfResults when maxfeatures is set in mapfile (#2907)
+- minor fix to correct numberOfResults when maxfeatures is set in 
+  mapfile (#2907)
 
 - Fixed possible crash with WFS GetFeature when no projection is specified 
   at the map level (#3129)

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2009-10-07 23:33:09 UTC (rev 9403)
+++ trunk/mapserver/mapserver.h	2009-10-08 00:13:59 UTC (rev 9404)
@@ -33,7 +33,7 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.0-beta2"
+#define MS_VERSION "5.6.0-beta3"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6



More information about the mapserver-commits mailing list