[geos-commits] r3775 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Feb 28 02:38:25 PST 2013


Author: strk
Date: 2013-02-28 02:38:25 -0800 (Thu, 28 Feb 2013)
New Revision: 3775

Modified:
   branches/3.3/ChangeLog
   branches/3.3/NEWS
   branches/3.3/configure.in
Log:
Release 3.3.8


Modified: branches/3.3/ChangeLog
===================================================================
--- branches/3.3/ChangeLog	2013-02-28 09:45:21 UTC (rev 3774)
+++ branches/3.3/ChangeLog	2013-02-28 10:38:25 UTC (rev 3775)
@@ -1,3 +1,61 @@
+2013-02-28 09:45  Sandro Santilli <strk at keybit.net>
+
+	* [r3774] NEWS, src/algorithm/CentroidArea.cpp,
+	  tests/xmltester/Makefile.am,
+	  tests/xmltester/tests/ticket/bug582.xml: Fix centroid computation
+	  for collections with empty components
+	  
+	  Fixes bug #582
+
+2013-02-21 10:25  Sandro Santilli <strk at keybit.net>
+
+	* [r3766] NEWS, src/io/WKTWriter.cpp: WKTWriter::appendCoordinate
+	  optimisation
+	  
+	  Modified the WKTWriter::appendCoordinate method to not create an
+	  intermediate std::string, but instead write directly into the
+	  Writer
+	  object. The result is a small performance improvement.
+	  
+	  Patch by Mats Taraldsvik <mats.taraldsvik at norkart.no>
+
+2013-02-01 06:37  Sandro Santilli <strk at keybit.net>
+
+	* [r3764] NEWS: Add header guard news
+
+2013-02-01 06:34  Sandro Santilli <strk at keybit.net>
+
+	* [r3763] include/geos/io/CLocalizer.h: Add header guard to
+	  CLocalizer (#619)
+
+2013-02-01 06:31  Sandro Santilli <strk at keybit.net>
+
+	* [r3761] include/geos/linearref/LocationIndexOfLine.h,
+	  src/linearref/LocationIndexOfLine.cpp: Fix header guard and port
+	  info in LocatioNIndexOfLine (#618)
+
+2013-02-01 06:27  Sandro Santilli <strk at keybit.net>
+
+	* [r3759] include/geos/geom/util/GeometryExtracter.h: Fix header
+	  guard in GeometryExtracter (#617)
+
+2013-01-25 17:29  Sandro Santilli <strk at keybit.net>
+
+	* [r3757] capi/geos_c.h.in, configure.in,
+	  include/geos/version.h.vc: Prepare codebase for next 3.3 release
+	  (3.3.8)
+
+2013-01-25 17:26  Sandro Santilli <strk at keybit.net>
+
+	* [r3756] NEWS, src/operation/valid/IsValidOp.cpp: IsValidOp: throw
+	  proper error on nested shells (#608)
+	  
+	  Thanks geomworx
+
+2013-01-22 18:39  Sandro Santilli <strk at keybit.net>
+
+	* [r3753] ChangeLog: Updated for 3.3.7 release
+
 2013-01-22 18:21  Sandro Santilli <strk at keybit.net>
 
 	* [r3752] NEWS, configure.in, swig/python/geos.py,

Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS	2013-02-28 09:45:21 UTC (rev 3774)
+++ branches/3.3/NEWS	2013-02-28 10:38:25 UTC (rev 3775)
@@ -1,5 +1,5 @@
 Changes in 3.3.8
-2013-MM-DD
+2013-02-28
 
 - Bug fixes / improvements
     - IsValidOp: throw proper error on nested shells (#608)

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2013-02-28 09:45:21 UTC (rev 3774)
+++ branches/3.3/configure.in	2013-02-28 10:38:25 UTC (rev 3775)
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=3
-VERSION_PATCH=8dev
+VERSION_PATCH=8
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))



More information about the geos-commits mailing list