[geos-commits] r3577 - branches/3.3
svn_geos at osgeo.org
svn_geos at osgeo.org
Sun Apr 1 16:33:18 EDT 2012
Author: pramsey
Date: 2012-04-01 13:33:18 -0700 (Sun, 01 Apr 2012)
New Revision: 3577
Modified:
branches/3.3/ChangeLog
branches/3.3/NEWS
Log:
Update for 3.3.3 release
Modified: branches/3.3/ChangeLog
===================================================================
--- branches/3.3/ChangeLog 2012-03-27 08:37:54 UTC (rev 3576)
+++ branches/3.3/ChangeLog 2012-04-01 20:33:18 UTC (rev 3577)
@@ -1,3 +1,37 @@
+2012-03-22 08:34 Sandro Santilli <strk at keybit.net>
+
+ * [r3574] NEWS, src/simplify/TaggedLineString.cpp,
+ src/simplify/TaggedLineStringSimplifier.cpp,
+ tests/unit/simplify/TopologyPreservingSimplifierTest.cpp: Fix
+ simplification of collections with empty items (#519)
+
+2012-02-16 18:19 Paul Ramsey <pramsey at cleverelephant.ca>
+
+ * [r3572] src/algorithm/RobustDeterminant.cpp: Update provenance
+ for Olivier Devillers.
+
+2012-01-08 13:46 Sandro Santilli <strk at keybit.net>
+
+ * [r3564] CMakeLists.txt, NEWS,
+ tests/unit/capi/GEOSisValidDetailTest.cpp: Backports
+
+ Missing <cctype> header for toupper. Fixed Visual C++ warning.
+ Fixed (hopefully) CMake issues with std:: namespace detection
+ (Ticket #493)
+
+2012-01-06 21:50 Sandro Santilli <strk at keybit.net>
+
+ * [r3560] NEWS, configure.in: Prepare for 3.3.3
+
+2012-01-06 21:34 Howard Butler <hobu.inc at gmail.com>
+
+ * [r3559] src/operation/buffer/BufferOp.cpp: Fix MSVC compilation
+ of ambiguous log() call #506
+
+2012-01-05 17:00 Sandro Santilli <strk at keybit.net>
+
+ * [r3557] ChangeLog: Update ChangeLog for the 3.3.2 release
+
2012-01-05 16:56 Sandro Santilli <strk at keybit.net>
* [r3556] NEWS, configure.in: Prepare for 3.3.2 release
Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS 2012-03-27 08:37:54 UTC (rev 3576)
+++ branches/3.3/NEWS 2012-04-01 20:33:18 UTC (rev 3577)
@@ -1,7 +1,13 @@
-Changes in 3.3.3
+Changes in 3.3.4
2012-??-??
- Bug fixes / improvements
+ - ???
+
+Changes in 3.3.3
+2012-04-01
+
+- Bug fixes / improvements
- Fix simplification of collections with empty items (#519)
- Fix MSVC compilation of ambiguous log() call (#506)
- Fix CMake issues with std:: namespace detection (#493)
More information about the geos-commits
mailing list