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

svn at osgeo.org svn at osgeo.org
Fri Jan 14 09:56:21 EST 2011


Author: dmorissette
Date: 2011-01-14 06:56:21 -0800 (Fri, 14 Jan 2011)
New Revision: 10867

Modified:
   branches/branch-5-6/mapserver/HISTORY.TXT
   branches/branch-5-6/mapserver/mapserver.h
Log:
Update version to 5.6.6

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2011-01-14 14:43:17 UTC (rev 10866)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2011-01-14 14:56:21 UTC (rev 10867)
@@ -14,6 +14,9 @@
 Current Version
 ---------------
 
+Version 5.6.6 (SVN branch-5-6):
+-------------------------------
+
 - Fixed missing time in msDrawMap logging (#3651)
 
 - Fixed Internal error with Oracle Spatial multi point geometries (#3627)
@@ -22,7 +25,8 @@
 
 - Fixed free(): invalid next size in mapfile.c (#3604)
 
-- Fix for the memory corruption when mapping the string data type in the Java bindings (3491)
+- Fix for the memory corruption when mapping the string data type in the 
+  Java bindings (3491)
 
 - Correct wms 1.3.0 latlong bbox error (#2578)
 
@@ -38,14 +42,16 @@
 
 - Fixed multiple include tags not supported in xml mapfiles (#3530)
 
-- Ensure the class is not marked BeforeFieldInit causing memory corruption with C#/CLR4 (#3438)
+- Ensure the class is not marked BeforeFieldInit causing memory corruption 
+  with C#/CLR4 (#3438)
 
 - Fixed MSSQL2008 driver returning invalid extent (#3498)
 
 - Fix computation of shape bounds when the first line contains no points
   (#3119)(fixes #3383)
 
-- Fixed error message tiles on zero-sized map cause memory allocation errors in maperror.c. (#3524)
+- Fixed error message tiles on zero-sized map cause memory allocation errors 
+  in maperror.c. (#3524)
 
 Version 5.6.5 (2010-07-14):
 ---------------------------

Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h	2011-01-14 14:43:17 UTC (rev 10866)
+++ branches/branch-5-6/mapserver/mapserver.h	2011-01-14 14:56:21 UTC (rev 10867)
@@ -33,11 +33,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.5"
+#define MS_VERSION "5.6.6"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6
-#define MS_VERSION_REV      5
+#define MS_VERSION_REV      6
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list