From ee8b52cdc7dc95743ce0a2569449c6e9d6f1c26d Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 1 Jun 2012 14:32:54 +0000 Subject: Changes in 3.3.4 2012-05-31 - Bug fixes / improvements - Do not abort on NaN overlay input (#530) - Reduce CommonBitsRemover harmful effects during overlay op (#527) - Better cross-compiler support (#534) - Enable overlay ops short-circuits (#542) - Envelope-based short-circuit for symDifference (#543) - Fix support for PHP 5.4 (#513) - Fix TopologyPreservingSimplifier invalid output on closed line (#508) - Reduce calls to ptNotInList, greatly speeding up Polygonizer (#545) 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) --- geography/geos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'geography/geos/Makefile') diff --git a/geography/geos/Makefile b/geography/geos/Makefile index af786c4b66a..19d56da0657 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/01/08 18:37:33 gdt Exp $ +# $NetBSD: Makefile,v 1.16 2012/06/01 14:32:54 gdt Exp $ -DISTNAME= geos-3.3.2 +DISTNAME= geos-3.3.4 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3