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

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


Author: sdlime
Date: 2009-03-26 09:23:12 -0400 (Thu, 26 Mar 2009)
New Revision: 8829

Modified:
   branches/branch-4-10/mapserver/HISTORY.TXT
   branches/branch-4-10/mapserver/map.h
Log:
Updated version information.

Modified: branches/branch-4-10/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-4-10/mapserver/HISTORY.TXT	2009-03-26 04:37:57 UTC (rev 8828)
+++ branches/branch-4-10/mapserver/HISTORY.TXT	2009-03-26 13:23:12 UTC (rev 8829)
@@ -10,9 +10,11 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current Version (SVN branch-4-10):
----------------------------------
+Version 4.10.4 (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 and csharp Makefile.in to use -lmapserver instead of -lmap

Modified: branches/branch-4-10/mapserver/map.h
===================================================================
--- branches/branch-4-10/mapserver/map.h	2009-03-26 04:37:57 UTC (rev 8828)
+++ branches/branch-4-10/mapserver/map.h	2009-03-26 13:23:12 UTC (rev 8829)
@@ -109,7 +109,7 @@
 
 /* General defines, wrapable */
 
-#define MS_VERSION "4.10.3"
+#define MS_VERSION "4.10.4"
 
 #define MS_TRUE 1 /* logical control variables */
 #define MS_FALSE 0



More information about the mapserver-commits mailing list