[mapserver-commits] r11683 - tags/rel-6-0-0/mapserver
svn at osgeo.org
svn at osgeo.org
Thu May 12 12:16:13 EDT 2011
Author: dmorissette
Date: 2011-05-12 09:16:12 -0700 (Thu, 12 May 2011)
New Revision: 11683
Modified:
tags/rel-6-0-0/mapserver/MIGRATION_GUIDE.txt
tags/rel-6-0-0/mapserver/README.CONFIGURE
Log:
Minor text updates migratred to rel-6-0-0 prior to 6.0.0 release
Modified: tags/rel-6-0-0/mapserver/MIGRATION_GUIDE.txt
===================================================================
--- tags/rel-6-0-0/mapserver/MIGRATION_GUIDE.txt 2011-05-12 15:18:37 UTC (rev 11682)
+++ tags/rel-6-0-0/mapserver/MIGRATION_GUIDE.txt 2011-05-12 16:16:12 UTC (rev 11683)
@@ -198,9 +198,11 @@
- new symbolObj() returns the symbolObj. You don't need to
get it with getSymbolObjectById().
+* Cloneable objects should be cloned with the PHP clone keyword. There is no more clone methods.
+
* Class properties that have been removed
- - mapObj: imagequality, interlace, scale, transparent
+ - mapObj: imagetype, imagequality, interlace, scale, transparent
- classObj: maxscale, minscale
- layerObj: labelsizeitem, labelangleitem, labelmaxscale, labelminscale,
maxscale, minscale, symbolscale, transparency
@@ -208,7 +210,6 @@
- scalebarObj: interlace, transparent
- symbolObj: gap, stylelength
- webObj: minscale, maxscale
- - mapObj: imagetype
* Class methods that have been removed
Modified: tags/rel-6-0-0/mapserver/README.CONFIGURE
===================================================================
--- tags/rel-6-0-0/mapserver/README.CONFIGURE 2011-05-12 15:18:37 UTC (rev 11682)
+++ tags/rel-6-0-0/mapserver/README.CONFIGURE 2011-05-12 16:16:12 UTC (rev 11683)
@@ -22,7 +22,7 @@
::
- $ cd mapserver-5.0.x
+ $ cd mapserver-6.0.x
$ ./configure
$ make
@@ -163,8 +163,12 @@
- The GD library is the only component that is not optional.
Version 2.0.16 or more recent is required, and GD 2.0.35 or higher is
- strongly recommended (see http://www.boutell.com/gd/ .
+ strongly recommended.
+- To get the GD source code: The official home of the GD library is
+ http://www.libgd.org/ and in case it is down a copy of recent GD releases
+ is provided as a convenience at http://download.osgeo.org/mapserver/libgd/
+
- Version 2.0.29 or more recent is required for the LABEL FOLLOW option
to work (curved labels, added in 4.10).
More information about the mapserver-commits
mailing list