[mapserver-commits] r7314 - branches/branch-5-0/mapserver

svn at osgeo.org svn at osgeo.org
Mon Jan 28 10:49:38 EST 2008


Author: dmorissette
Date: 2008-01-28 10:49:38 -0500 (Mon, 28 Jan 2008)
New Revision: 7314

Modified:
   branches/branch-5-0/mapserver/HISTORY.TXT
   branches/branch-5-0/mapserver/mapserver.h
Log:
Update for 5.0.2 release

Modified: branches/branch-5-0/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-0/mapserver/HISTORY.TXT	2008-01-25 18:23:05 UTC (rev 7313)
+++ branches/branch-5-0/mapserver/HISTORY.TXT	2008-01-28 15:49:38 UTC (rev 7314)
@@ -10,9 +10,12 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current Version (SVN branch-5-0)
---------------------------------
+Version 5.0.2 (2008-01-28)
+--------------------------
 
+- Solve a build problem with 5.0.1: generated new maplexer.c with 
+  maplexer.l's changes from ticket #2331 to support setting WEB object's 
+  minscale/maxscale properties via a URL.
 
 
 Version 5.0.1 (2008-01-23)

Modified: branches/branch-5-0/mapserver/mapserver.h
===================================================================
--- branches/branch-5-0/mapserver/mapserver.h	2008-01-25 18:23:05 UTC (rev 7313)
+++ branches/branch-5-0/mapserver/mapserver.h	2008-01-28 15:49:38 UTC (rev 7314)
@@ -118,7 +118,7 @@
 
 /* General defines, wrapable */
 
-#define MS_VERSION "5.0.1"
+#define MS_VERSION "5.0.2"
 
 #define MS_TRUE 1 /* logical control variables */
 #define MS_FALSE 0



More information about the mapserver-commits mailing list