[mapserver-commits] r11315 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Wed Mar 23 16:53:53 EDT 2011


Author: dmorissette
Date: 2011-03-23 13:53:53 -0700 (Wed, 23 Mar 2011)
New Revision: 11315

Modified:
   trunk/mapserver/HISTORY.TXT
   trunk/mapserver/mapserver.h
Log:
Updated for 6.0.0-beta3

Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT	2011-03-23 17:45:26 UTC (rev 11314)
+++ trunk/mapserver/HISTORY.TXT	2011-03-23 20:53:53 UTC (rev 11315)
@@ -12,16 +12,18 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Current Version (SVN trunk):
-----------------------------
-- apply min/max size/width style values to polygon spacing (vaguely related to #3132)
+Version 6.0.0-beta2 (2011-03-18)
+--------------------------------
 
+- apply min/max size/width style values to polygon spacing (vaguely related 
+  to #3132)
+
 - assure that a created tile has a non-zero width and height (#3370)
 
 - use png_sig_cmp instead of png_check_sig (#3762)
 
-- Rendering: scale style OFFSET and GAP the same way we scale other style attributes.
-  Beforehand, we scaled them proportionaly to the computeed width.
+- Rendering: scale style OFFSET and GAP the same way we scale other style 
+  attributes. Beforehand, we scaled them proportionaly to the computed width.
 
 - KML: fix rounding problem for point feautres (#3767)
 

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2011-03-23 17:45:26 UTC (rev 11314)
+++ trunk/mapserver/mapserver.h	2011-03-23 20:53:53 UTC (rev 11315)
@@ -33,7 +33,7 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "6.0.0-beta2"
+#define MS_VERSION "6.0.0-beta3"
 
 #define MS_VERSION_MAJOR    6
 #define MS_VERSION_MINOR    0



More information about the mapserver-commits mailing list