[mapserver-commits] r11899 - branches/branch-5-6/mapserver

svn at osgeo.org svn at osgeo.org
Tue Jul 12 09:45:17 EDT 2011


Author: dmorissette
Date: 2011-07-12 06:45:17 -0700 (Tue, 12 Jul 2011)
New Revision: 11899

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

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2011-07-12 13:24:51 UTC (rev 11898)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2011-07-12 13:45:17 UTC (rev 11899)
@@ -11,10 +11,10 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Version 5.6.7 (SVN branch-5-6):
+Version 5.6.7 (2011-07-12):
 ---------------------------
 
-IMPORTANT SECURITY FIXE:
+IMPORTANT SECURITY FIXES:
 
 -  Fixes to prevent SQL injections through OGC filter encoding (in WMS, WFS 
    and SOS), as well as a potential SQL injection in WMS time support. 
@@ -22,8 +22,12 @@
    enabled, with layers connecting to an SQL RDBMS backend, either 
    natively or via OGR (#3903)
 
-- Fixed PHP/MapScript ms_iogetstdoutbufferbytes() always returning 0 bytes written (#3041)
+-  Fixed potentially exploitable buffer overflows in OGC Filter Encoding
+   support (#3903)
 
+- Fixed PHP/MapScript ms_iogetstdoutbufferbytes() always returning 0 bytes 
+  written (#3041)
+
 - OGC Filter: fix segfault when a ows_varname_type or wfs_varname_type is
   defined but not a gml_varname_type (#3902)
 

Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h	2011-07-12 13:24:51 UTC (rev 11898)
+++ branches/branch-5-6/mapserver/mapserver.h	2011-07-12 13:45:17 UTC (rev 11899)
@@ -33,11 +33,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.6"
+#define MS_VERSION "5.6.7"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6
-#define MS_VERSION_REV      6
+#define MS_VERSION_REV      7
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list