SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgeos_c1-3.9.1-66.1.x86_64.rpm :

* Tue Feb 23 2021 dmuellerAATTsuse.com- update to 3.9.1: - Windows memory management quirk in createPolygon CAPI (#1050, Paul Ramsey) - Allow build on Apple ARM64 (Taras Zakharko) - Fix buffer to use largest enclosed area for invalid rings (#732, Paul Ramsey) - Preserve ordering of lines in overlay results (Martin Davis) - Fix overlay handling of flat interior lines (JTS-685, Martin Davis)
* Thu Jan 07 2021 brunoAATTioda-net.ch- Update to version 3.9.0 + New things - OverlayNG engine from JTS, now the default (Martin Davis, Paul Ramsey) - MaximumInscribedCircle and LargestEmptyCircle (JTS-530, Paul Ramsey) - CAPI: Fixed precision overlay operations (Sandro Santilli) - CAPI: GEOSPreparedNearestPoints (#1007, Sandro Santilli) - CAPI: GEOSPreparedDistance (#1066, Sandro Santilli) - CAPI: GEOSGeom_setPrecision uses OverlayNG (Paul Ramsey) - SimpleSTRTree spatial index implementation (Paul Ramsey) - Add support for pkg-config for GEOS C API (#1073, Mike Taves) + Improvements: - Stack allocate segments in OverlapUnion (Paul Ramsey) - Improve performance of GEOSisValid (Dan Baston) - Update geos-config tool for consistency and escape paths (https://git.osgeo.org/gitea/geos/geos/pulls/99) changes mostly affect CMake MSVC builds (#1015, Mike Taves) - Testing on Rasberry Pi 32-bit (berrie) (#1017, Bruce Rindahl, Regina Obe) - Replace ttmath with JTS DD double-double implementation (Paul Ramsey) - Fix bug in DistanceOp for geometries with empty components (#1026, Paul Ramsey) - Remove undefined behaviour in CAPI (#1021, Greg Troxel) - Fix buffering issue (#1022, JTS-525, Paul Ramsey) - MinimumBoundingCircle.getMaximumDiameter fix (JTS-533, Paul Ramsey) + Changes: - Drop SWIG bindings, including for Ruby and Python (#1076, Mike Taves)- Packaging: + Remove ruby related package and related patch libruby.patch + spec-clean mini (copyright year)
* Sat May 09 2020 brunoAATTioda-net.ch- Update to version 3.8.1 Bug fixes / improvements + Stack allocate line segments in OverlapUnion (Paul Ramsey) + Avoid returning non-empty CoordinateSequence from empty Point (#1001, Dan Baston) + Avoid assertion failure with MSVC 2017 / 2019 (#1002, Dan Baston) + Remove whitespace from end of GEOSversion() output (azhi) + Improve performance of GEOSisValid (#1008, Dan Baston) + Avoid changing MultiLineString component order in GEOSReverse (#1013, Dan Baston) + Fix missing vtable for LineString and CoordinateArraySequenceFactory (#299 and #1016, Evgen Bodunov) + Reduce performance regression in GEOSBuffer (#1020)- Use https for URL and Source
* Sat Feb 01 2020 brunoAATTioda-net.ch- Update to version 3.8.0 + New things: - CAPI: GEOSBuildArea (#952, Even Rouault) - CAPI: GEOSMakeValid (#952, Even Rouault) - CAPI: GEOSPolygonize_valid (#727, Dan Baston) - CAPI: GEOSCoverageUnion (Dan Baston) - CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ, GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston) - CAPI: GEOSMinimumBoundingCircle (#735) - CAPI: GEOSGeom_createPointFromXY (Dan Baston) + Improvements: - Improve overall performance by reducing of heap allocations (Dan Baston) - Improve performance and robustness of GEOSPointOnSurface (Martin Davis) - Improve performance of GEOSPolygonize for cases with many potential holes (#748, Dan Baston) - Support extended precision calculations (ttmath) and port JTS improvements related to extended precision (Paul Ramsey, Mateusz Loskot) - Improve performance of GEOSPolygonize for cases with many or complex shells (Dan Baston, Martin Davis) - Improve performance of Delaunay triangulations / Voronoi Diagrams (Dan Baston) - Improve performance of prepared geometry operations (Dan Baston) - Improve robustness of Delaunay triangulations (Paul Ramsey, Martin Davis) - Improve performance of unary union for lines (Dan Baston) - Improve general predicate, overlay, and buffer performance (Dan Baston, Paul Ramsey) - Improve cascaded union performance (Paul Ramsey, Martin Davis) - Allocate default GeometryFactory singleton on the stack (Sandro Mani) - Harmonize XML tests with JTS and harmonize cmake/autoconf test running (Paul Ramsey) - CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston) - Return unique_ptr from most methods that produce a new geometry (Dan Baston) + Changes: - Constructive geometry functions in CAPI now preserve SRID of input arguments in output (#896)- Packaging modernize a bit the spec (minimal)
* Wed Jun 12 2019 mpluskalAATTsuse.com- Update to version 3.7.2
* Envelope constructor using strtod (#875 Paul Ramsey)
* Failure in CMake for OSX Framework (#936 Paul Ramsey)
* Polygon build failure in Overlay difference (#789 Paul Ramsey)
* Invalid union result from valid polygon inputs (#838)
* Mon Feb 18 2019 brunoAATTioda-net.ch- 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
 
ICM