[mapserver-commits] r11265 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Fri Mar 18 15:19:39 EDT 2011
Author: dmorissette
Date: 2011-03-18 12:19:39 -0700 (Fri, 18 Mar 2011)
New Revision: 11265
Modified:
trunk/mapserver/HISTORY.TXT
trunk/mapserver/mapserver.h
Log:
Update for 6.0.0-beta2
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2011-03-18 19:12:44 UTC (rev 11264)
+++ trunk/mapserver/HISTORY.TXT 2011-03-18 19:19:39 UTC (rev 11265)
@@ -12,13 +12,15 @@
For a complete change history, please see the Subversion log comments.
-Current Version (SVN trunk):
-----------------------------
+Version 6.0.0-beta2 (2011-03-18)
+--------------------------------
+
- correct scaling of symbol GAP and PATTERN (#3752)
- remove references to SWF/MING
-- CGI runtime substitution requires a validation pattern (was optional before) (#3522)
+- CGI runtime substitution requires a validation pattern (was optional
+ before) (#3522)
- add a default png8 outputformat that uses AGG/PNG with quantization
@@ -44,13 +46,15 @@
- fallback to ows_title for WCS ows:Title of CoverageDescription (#3528)
-- Added msIO_stripStdoutBufferContentHeaders() to strip off all Content-* headers from a buffer (#3673, #3665).
+- Added msIO_stripStdoutBufferContentHeaders() to strip off all
+ Content-* headers from a buffer (#3673, #3665).
- Added raster classification support for STYLE level OPACITY.
- Allow attribute references, that is [itemname], within a TEXT string (#3736)
-- Fixed segmentation fault when parsing invalid extent arguments in shp2img (#3734)
+- Fixed segmentation fault when parsing invalid extent arguments in
+ shp2img (#3734)
- Make "openlayers mode" work even without OWS support (#3732)
@@ -63,7 +67,8 @@
- Removed executable flag on some source files (#3726)
-- Fixed SQL Spatial to be able to use UniqueIdentifier field as unique key (#3722)
+- Fixed SQL Spatial to be able to use UniqueIdentifier field as unique
+ key (#3722)
- Fix PHP Windows build (#3714)
Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h 2011-03-18 19:12:44 UTC (rev 11264)
+++ trunk/mapserver/mapserver.h 2011-03-18 19:19:39 UTC (rev 11265)
@@ -33,7 +33,7 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "6.0.0-beta1"
+#define MS_VERSION "6.0.0-beta2"
#define MS_VERSION_MAJOR 6
#define MS_VERSION_MINOR 0
More information about the mapserver-commits
mailing list