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

svn at osgeo.org svn at osgeo.org
Mon Mar 22 14:50:43 EDT 2010


Author: dmorissette
Date: 2010-03-22 14:50:43 -0400 (Mon, 22 Mar 2010)
New Revision: 9980

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

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2010-03-22 18:48:29 UTC (rev 9979)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2010-03-22 18:50:43 UTC (rev 9980)
@@ -12,12 +12,14 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current Version (SVN branch-5-6):
---------------------------------
+Version 5.6.3 (2010-03-22):
+---------------------------
 
 - Fixed problem with PostGIS SQL bbox introduced in 5.6.2 (#3324)
 
+- Fix backwards handling of iconv errors (w/ SDE) introduced in 5.6.2 (#2988)
 
+
 Version 5.6.2 (2010-03-20):
 ---------------------------
 

Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h	2010-03-22 18:48:29 UTC (rev 9979)
+++ branches/branch-5-6/mapserver/mapserver.h	2010-03-22 18:50:43 UTC (rev 9980)
@@ -33,11 +33,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.2"
+#define MS_VERSION "5.6.3"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6
-#define MS_VERSION_REV      2
+#define MS_VERSION_REV      3
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list