[mapserver-commits] r8832 - branches/branch-5-2/mapserver

svn at osgeo.org svn at osgeo.org
Thu Mar 26 09:30:26 EDT 2009


Author: sdlime
Date: 2009-03-26 09:30:26 -0400 (Thu, 26 Mar 2009)
New Revision: 8832

Modified:
   branches/branch-5-2/mapserver/HISTORY.TXT
   branches/branch-5-2/mapserver/mapserver.h
Log:
Updated version information.

Modified: branches/branch-5-2/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-2/mapserver/HISTORY.TXT	2009-03-26 13:25:53 UTC (rev 8831)
+++ branches/branch-5-2/mapserver/HISTORY.TXT	2009-03-26 13:30:26 UTC (rev 8832)
@@ -10,9 +10,11 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current Version (SVN branch-5-2)
---------------------------------
+Version 5.2.2 (2009-03-26):
+---------------------------
 
+- Improved security relative to untrusted directories and mapfiles (RFC 56)
+
 - Fixed several security issues found in an audit of the CGI application (#2939, #2941, #2942, #2943, #2944)
 
 - Fixed Java MapScript WIN64 builds (#2250)

Modified: branches/branch-5-2/mapserver/mapserver.h
===================================================================
--- branches/branch-5-2/mapserver/mapserver.h	2009-03-26 13:25:53 UTC (rev 8831)
+++ branches/branch-5-2/mapserver/mapserver.h	2009-03-26 13:30:26 UTC (rev 8832)
@@ -119,7 +119,7 @@
 
 /* General defines, wrapable */
 
-#define MS_VERSION "5.2.1"
+#define MS_VERSION "5.2.2"
 
 #define MS_TRUE 1 /* logical control variables */
 #define MS_FALSE 0



More information about the mapserver-commits mailing list