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

svn at osgeo.org svn at osgeo.org
Wed Jul 14 05:45:57 EDT 2010


Author: dmorissette
Date: 2010-07-14 09:45:57 +0000 (Wed, 14 Jul 2010)
New Revision: 10352

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

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2010-07-14 09:36:48 UTC (rev 10351)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2010-07-14 09:45:57 UTC (rev 10352)
@@ -12,10 +12,11 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current version (SVN branch-5-6)
---------------------------------
+Version 5.6.5 (2010-07-14):
+---------------------------
 
-- Fixed synchronized MS_UNITS and inchesPerUnits array (#3173)
+- Fixed scale calculation problem caused by mapscala.c's inchesPerUnits 
+  array being out of synch with MS_UNITS enum (#3173)
 
 - Fixed bitmap text font rendering (tiny was not working) (#3475)
 

Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h	2010-07-14 09:36:48 UTC (rev 10351)
+++ branches/branch-5-6/mapserver/mapserver.h	2010-07-14 09:45:57 UTC (rev 10352)
@@ -33,11 +33,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.4"
+#define MS_VERSION "5.6.5"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6
-#define MS_VERSION_REV      4
+#define MS_VERSION_REV      5
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list