[mapserver-commits] r7373 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Feb 12 13:49:37 EST 2008


Author: tomkralidis
Date: 2008-02-12 13:49:37 -0500 (Tue, 12 Feb 2008)
New Revision: 7373

Modified:
   trunk/mapserver/HISTORY.TXT
   trunk/mapserver/mapwcs.c
Log:
omit VendorSpecificCapabilities (#2506)


Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT	2008-02-12 18:33:59 UTC (rev 7372)
+++ trunk/mapserver/HISTORY.TXT	2008-02-12 18:49:37 UTC (rev 7373)
@@ -13,6 +13,8 @@
 Current Version (5.1-dev, SVN trunk):
 -------------------------------------
 
+- mapwcs.c: omit VendorSpecificCapabilities (#2506)
+
 - mapwcs.c: test for either resx/resy OR width/height (#2505)
 
 - mapwcs.c: make GetCoverage demand one of TIME or BBOX (#2504)

Modified: trunk/mapserver/mapwcs.c
===================================================================
--- trunk/mapserver/mapwcs.c	2008-02-12 18:33:59 UTC (rev 7372)
+++ trunk/mapserver/mapwcs.c	2008-02-12 18:49:37 UTC (rev 7373)
@@ -624,7 +624,7 @@
   msIO_printf("  </Exception>\n");
 
   /* describe any vendor specific capabilities */
-   msIO_printf("  <VendorSpecificCapabilities />\n"); /* none yet */
+  // msIO_printf("  <VendorSpecificCapabilities />\n"); /* none yet */
 
   /* done */
   msIO_printf("</Capability>\n");



More information about the mapserver-commits mailing list