[mapserver-commits] r7852 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Aug 14 14:14:40 EDT 2008
Author: dmorissette
Date: 2008-08-14 14:14:40 -0400 (Thu, 14 Aug 2008)
New Revision: 7852
Modified:
trunk/mapserver/HISTORY.TXT
Log:
Added comments for tickets #2735 and 2737
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2008-08-14 18:08:16 UTC (rev 7851)
+++ trunk/mapserver/HISTORY.TXT 2008-08-14 18:14:40 UTC (rev 7852)
@@ -12,11 +12,19 @@
Current Version (5.3-dev, SVN trunk):
------------------------------------
+- Accept WMS requests in which the optional SERVICE parameter is missing.
+ A new test was incorrectly added in 5.2.0 that resulted in the error
+ "Incomplete WFS request: SERVICE parameter missing" when the SERVICE
+ parameter was missing in WMS requests in which the SERVICE parameter is
+ optional (#2737)
+
- Support for the MapInfo style zoom layering option (#2738)
- Implement Equals and GetHashCode properly for the mapscript C# classes
-- Expose msConnectLayer to the SWIG mapscript interface (#2735)
+- Expose msConnectLayer to the SWIG mapscript interface with a new
+ layerObj.setConnectionType() method that should be used instead of
+ setting the layerObj.connectiontype directly (#2735)
- SLD: when creating well known symbols on the fly the pen-up value
used should be -99.
More information about the mapserver-commits
mailing list