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

svn at osgeo.org svn at osgeo.org
Fri Jan 8 16:21:54 EST 2010


Author: dmorissette
Date: 2010-01-08 16:21:54 -0500 (Fri, 08 Jan 2010)
New Revision: 9674

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

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2010-01-07 19:13:03 UTC (rev 9673)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2010-01-08 21:21:54 UTC (rev 9674)
@@ -12,25 +12,30 @@
 For a complete change history, please see the Subversion log comments.
 
 
-Current Version (SVN branch-5-6):
---------------------------------
+Version 5.6.1 (2010-01-08):
+---------------------------
 
 - Changed msSaveImageBufferGD to be in accordance with msSaveImageGD (#3201)
 
-- Changed the query map rendering implementation without adding extra layers to the map (#3069)
+- Changed the query map rendering implementation without adding extra layers
+  to the map (#3069)
 
 - SQL Server 2008 plugin is not handling null field values correctly (#2893)
 
 - Hatch symbol not properly saved (#2905)
 
-- Expose symbolObj.inmapfile to the SWIG API, have already been exposed to PHP (#3233)
+- Expose symbolObj.inmapfile to the SWIG API, have already been exposed 
+  to PHP (#3233)
 
-- Expose getGeomTransform/setGeomTransform to SWIG instead of exposing the private vars for rfc48 (#3214)
+- Expose getGeomTransform/setGeomTransform to SWIG instead of exposing the
+  private vars for rfc48 (#3214)
 
 - Fixed writeSymbol to support writing 'ANGLE AUTO' (#3214)
 
-- Fixed problems with point queries not working via the CGI (mode=query or mode=nquery) (#3246)
+- Fixed problems with point queries not working via the CGI (mode=query
+  or mode=nquery) (#3246)
 
+
 Version 5.6.0 (2009-12-18):
 ---------------------------
 

Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h	2010-01-07 19:13:03 UTC (rev 9673)
+++ branches/branch-5-6/mapserver/mapserver.h	2010-01-08 21:21:54 UTC (rev 9674)
@@ -33,11 +33,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.0"
+#define MS_VERSION "5.6.1"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6
-#define MS_VERSION_REV      0
+#define MS_VERSION_REV      1
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list