[mapserver-commits] r10330 - branches/branch-4-10/mapserver

svn at osgeo.org svn at osgeo.org
Fri Jul 9 08:15:41 EDT 2010


Author: dmorissette
Date: 2010-07-09 12:15:41 +0000 (Fri, 09 Jul 2010)
New Revision: 10330

Modified:
   branches/branch-4-10/mapserver/HISTORY.TXT
   branches/branch-4-10/mapserver/map.h
Log:
Update for 4.10.6 release

Modified: branches/branch-4-10/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-4-10/mapserver/HISTORY.TXT	2010-07-09 12:04:24 UTC (rev 10329)
+++ branches/branch-4-10/mapserver/HISTORY.TXT	2010-07-09 12:15:41 UTC (rev 10330)
@@ -10,9 +10,11 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current Version (SVN branch, may never be released):
-----------------------------------------------------
+Version 4.10.6 (2009-07-09)
+---------------------------
 
+IMPORTANT SECURITY FIXES:
+
 - Disabled some insecure (and potentially exploitable) mapserv command-line
   debug arguments (#3485). The --enable-cgi-cl-debug-args configure switch
   can be used to re-enable them for devs who really cannot get away without

Modified: branches/branch-4-10/mapserver/map.h
===================================================================
--- branches/branch-4-10/mapserver/map.h	2010-07-09 12:04:24 UTC (rev 10329)
+++ branches/branch-4-10/mapserver/map.h	2010-07-09 12:15:41 UTC (rev 10330)
@@ -120,7 +120,7 @@
 
 /* General defines, wrapable */
 
-#define MS_VERSION "4.10.5"
+#define MS_VERSION "4.10.6"
 
 #define MS_TRUE 1 /* logical control variables */
 #define MS_FALSE 0



More information about the mapserver-commits mailing list