|
|
|
|
Changelog for libgeos-3_7_1-3.7.1-31.1.i586.rpm :
* Mon Feb 18 2019 Bruno Friedmann - Packaging: + refresh patch libruby with upstream debian for 3.7.1 + remove python as state upstream this not supported since version 3 (use Shapely or libgeos_c)- Update to version 3.7.1 + Bug fixes / improvements * Fix crash in GEOSCoordSeq_isCCW with empty coordseq (#927, Sergey Fedoseev) * Fix crash in GEOSInterpolate with empty LineString (#926, Sergey Fedoseev) * Fix crash in GEOSUnaryUnion with empty LineString (#928, Sergey Fedoseev) * Fix memory leak in SIRtree::insert (#919, Dan Baston) * Reduce required autoconf to 2.63 (#56, John Harvey) * Fix incorrect return values on error from GEOSLength GEOSisValidDetail (#941, Dan Baston)- Changes in 3.7.0 + New things: * CAPI: GEOSDistanceIndexed (#795, Dan Baston) * CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston) * CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax, GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston) * CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA) * CAPI: GEOSReverse (#872, Dan Baston) * CAPI: GEOSGeomGetZ (#581, J Smith) + Improvements * Interruptible snap operation (Paul Ramsey) * Numerous packaging, doc, and build changes (Debian group: Bas Couwenberg, Francesco Paolo Lovergine) (NetBSD: Greg Troxel) * Allow static library with C API for CMake builds (#878, Dakota Hawkins) + C++ API changes: * Require defining USE_UNSTABLE_GEOS_CPP_API for use without warnings. * Make C++11 required (Mateusz Loskot) * Use C++11 unique_ptr, nullptr, and override constructs (Mateusz Loskot) * C++11 standard delete on noncopyable (#851, Vicky Vergara) * Fix CommonBits::getBit to correctly handle i >= 32 (#834, Kurt Schwehr)- Changes in 3.7.0rc2 + Fixes / enhancements since 3.7.0rc1 * Drop ? from extended regular expression, so that the expression strictly conforms to the POSIX ERE rules. (#917, Greg Troxel, Bas Couwenberg) * include .editorconfig in tar ball, fixes Cmake on VS (#920, Jeff Mckenna, Regina Obe) * Ignore error in CoordinateArraySequenceFactoryTest failing on FreeBSD/macOS Clang (#894)- Changes in 3.7.0rc1 + Fixes / enhancements since 3.7.0beta2 * Avoid segfault when querying empty tree (#730, framm) * Collection with Empty components crashes overlay (#782, Dan Baston) * Allow static library with C API for CMake builds (#878, Dakota Hawkins)- Changes in 3.7.0beta2 + Fixes since 3.7.0beta1 * Fix infinite loop in GEOSClipByRect (#865, Dan Baston) * Make GEOSException inherit from std::runtime_error to address clang warnings (Dan Baston) * Add missing CMake files to tarball (#895, Regina Obe) * Thu Mar 08 2018 mpluskalAATTsuse.com- Modernise spec file a bit * Mon Nov 13 2017 mpluskalAATTsuse.com- Rename python subpackage * Mon Nov 13 2017 guillaumeAATTopensuse.org- Update to version 3.6.2: * Bug fixes / improvements: + Fix exception in UnaryUnion of collection of touching polygons (#837) + Allow building against python 3 (#774) + Fix build with android-ndk and other compilers (#799) + Allows compiling with -Wpointer-bool-conversion (#638) + Fix unhandled exception on invalid fp operation (#811) + Fix overloaded virtual print in DirectedEdge * (#812) + AppVeyor CI build added (#813) + Clean up numerous MSVC warnings, notably C4275 and C4589 (#814) + Bump CMake version to 3.0.0 (#817) + Fix leaks in WKT parser (#830) * Mon May 29 2017 mpluskalAATTsuse.com- Update to version 3.6.1: * Bug fixes / improvements + Fix GEOSSTRtree_nearest_r signature and add implementation (#796) + Fix --static-clibs and --static-cclibs returns from geos-config + Fix WKB representation of empty polygon (#680). + Fix empty GEOSSimplify return on inner ring collapse (#741)- Changes in 3.6.0 * Important / Breaking Changes: + The PHP binding moved to its own repository: http://git.osgeo.org/gogs/geos/php-geos (#765) * New things: + CAPI: GEOSGeom_{get,set}UserData (Rashad Kanavath) + CAPI: GEOSGeom_{set,get}Precision (#713) + CAPI: GEOSMinimumRotatedRectangle and GEOSMinimumWidth (#729, Nyall Dawson) + CAPI: GEOSSTRtree_nearest (#768, Dan Baston) + CAPI: GEOSMinimumClearance and GEOSMinimumClearanceLine (#776, Dan Baston) * C++ API changes: + Automatic memory management for GeometryFactory objects- Drop doc and php subpackages- Drop no longer needed: * geos.ini * Wed Dec 07 2016 brunoAATTioda-net.ch- Updated to 3.5.1 Bug fixes / improvements + Fix CMake configuration to allow build from released sources package (#753) + Fix memory leaks in single-sided buffers (#747), PlanarGraph and tests + Fix GeometryEditor to correctly update factory of empty geometries (#749) + Fix snapping of last segment of a closed linestring (#758) + Fix memory exhaustion case in isvalid (#757) + Fix Windows build with Visual Studio 2008 (#766) + Fix incorrect return from prepared multipoint intersects (#764) + Fix build against GCC 3.5.0+ (#784) * Fri Jun 24 2016 mpluskalAATTsuse.com- Fix building with recent gcc * Mon Nov 09 2015 mpluskalAATTsuse.com- Cleanups spec file with spec-cleaner * Mon Nov 09 2015 jengelhAATTinai.de- Implement shlib packaging guidelines. Drop explicit Requires, as the python/ruby/etc. subpackages require the libraries by SONAME already.- Throw out repeated packaging of documentation- RPM group classification corrections * Sun Nov 08 2015 p.drouandAATTgmail.com- Update to version 3.5.0 * Voronoi API (#627) * PHP: Geometry->normalize method * GEOS_USE_ONLY_R_API macro support (#695) * PHP: WKBReader->read() & WKBWriter::write() methods * GEOSClipByRect (#699) * CAPI: thread-safe message handling API (#663) * Speed-up intersection and difference between geometries with small bounding box overlap. * CAPI: add MULTILINESTRING support for GEOSisClosed * Added no-parameter CoordinateSequenceFactory::create method- Update libruby.patch- Remove depreciated %py_requires macro * Sat May 16 2015 schwabAATTlinux-m68k.org- Reenable tests on %ix86 * Fri May 08 2015 mpluskalAATTsuse.com- Do not ship .la files- Disable tests on no intel architectures * Tue Feb 03 2015 mpluskalAATTsuse.com- Fix conditional dependecies for php and SLE-12 * Sat Jan 31 2015 mpluskalAATTsuse.com- Rename spec file- Clean spec file with spec-cleaner- Disable building of static libraries- Remove unnecessary rpmlintrc- Execute unit tests during build- Build python, ruby and php bindings
|
|
|