[mapserver-commits] r9520 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Nov 4 16:32:54 EST 2009
Author: dmorissette
Date: 2009-11-04 16:32:53 -0500 (Wed, 04 Nov 2009)
New Revision: 9520
Modified:
trunk/mapserver/HISTORY.TXT
trunk/mapserver/mapserver.h
Log:
Update for 5.6.0-beta5
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2009-11-04 14:18:41 UTC (rev 9519)
+++ trunk/mapserver/HISTORY.TXT 2009-11-04 21:32:53 UTC (rev 9520)
@@ -11,12 +11,14 @@
For a complete change history, please see the Subversion log comments.
-Current Version (SVN trunk):
-----------------------------
-- apply a minimum width on label outline (new outlines were too thin by default)
+Version 5.6.0-beta5 (2009-11-04):
+---------------------------------
-- don't apply scalefactor to polygon outline widths (but apply the resolutionfactor)
+- Apply a minimum width on label outline (new outlines were too thin by default)
+- Don't apply scalefactor to polygon outline widths (but apply the
+ resolutionfactor)
+
- Fix vector symbol size calculation (#2896)
- Applied code clean up patch for mapsearch.c. (#3189)
@@ -29,10 +31,11 @@
mapscript_wrap.c isn't available on the file system. #2663 contains the
reordering issue.
-- Fixed memory leak with shapefiles associated with one-pass query implementation (#3188)
+- Fixed memory leak with shapefiles associated with one-pass query
+ implementation (#3188)
-- Fix abs/fabs usage that prevented angle follow labels to be discarded if they
- were too wrapped on themselves
+- Fix abs/fabs usage that prevented angle follow labels to be discarded if
+ they were too wrapped on themselves
- Allow CGI mapshape and imgshape variables to consume WKT strings (#3185)
Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h 2009-11-04 14:18:41 UTC (rev 9519)
+++ trunk/mapserver/mapserver.h 2009-11-04 21:32:53 UTC (rev 9520)
@@ -33,7 +33,7 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "5.6.0-beta4"
+#define MS_VERSION "5.6.0-beta5"
#define MS_VERSION_MAJOR 5
#define MS_VERSION_MINOR 6
More information about the mapserver-commits
mailing list