Next | Query returned 28 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2012-01-08 19:39:49 by Greg Troxel | Files touched by this commit (3)
Log message:
Update to 1.5.3 (basically bug fixes since 1.5.1).

PostGIS 1.5.3
2011/06/25

 - This is a bug fix release, addressing issues that have been
   filed since the 1.5.2 release.
 - Bug Fixes
   - #1056, produce correct bboxes for arc geometries, fixes index errors
         (Paul Ramsey)
   - #1007, ST_IsValid crash - fix requires GEOS 3.3.0+ or 3.2.3+
   	 (Sandro Santilli, reported by Birgit Laggner)
   - #940, support for PostgreSQL 9.1 beta 1
     (Regina Obe, Paul Ramsey, patch submitted by stl)
   - #845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén)
     Reported by cdestigter
   - #884, Unstable results with ST_Within, ST_Intersects (Chris Hodgson)
   - #779, shp2pgsql -S option seems to fail on points (Jeff Adams)
   - #666, ST_DumpPoints is not null safe (Regina Obe)
   - #631, Update NZ projections for grid transformation support (jpalmer)
   - #630, Peculiar Null treatment in arrays in ST_Collect (Chris Hodgson)
     Reported by David Bitner
   - #624, Memory leak in ST_GeogFromText (ryang, Paul Ramsey)
   - #609, Bad source code in manual section 5.2 Java Clients
    (simoc, Regina Obe)
   - #604, shp2pgsql usage touchups (Mike Toews, Paul Ramsey)
   - #573 ST_Union fails on a group of linestrings
   	 Not a PostGIS bug, fixed in GEOS 3.3.0
   - #457 ST_CollectionExtract returns non-requested type
    (Nicklas Avén, Paul Ramsey)
   - #441 ST_AsGeoJson Bbox on GeometryCollection error (Olivier Courtin)
   - #411 Ability to backup invalid geometries (Sando Santilli)
     Reported by Regione Toscana
   - #409 ST_AsSVG - degraded (Olivier Courtin)
     Reported by Sdikiy
   - #373 Documentation syntax error in hard upgrade (Paul Ramsey)
     Reported by psvensso

PostGIS 1.5.2
2010/09/27

 - This is a bug fix release, addressing issues that have been
   filed since the 1.5.1 release.

 - Bug Fixes
   - Loader: fix handling of empty (0-verticed) geometries in shapefiles.
     (Sandro Santilli)
   - #536, Geography ST_Intersects, ST_Covers, ST_CoveredBy and
     Geometry ST_Equals not using spatial index (Regina Obe, Nicklas Avén)
   - #573, Improvement to ST_Contains geography
   - Loader: Add support for command-q shutdown in Mac GTK build (Paul Ramsey)
   - #393, Loader: Add temporary patch for large DBF files
     (Maxime Guillaud, Paul Ramsey)
   - #507, Fix wrong OGC URN in GeoJSON and GML output (Olivier Courtin)
   - spatial_ref_sys.sql Add datum conversion for projection SRID 3021
     (Paul Ramsey)
   - Geography - remove crash for case when all geographies are out of
     the estimate (Paul Ramsey)
   - #469, Fix for array_aggregation error (Greg Stark, Paul Ramsey)
   - #532, Temporary geography tables showing up in other user sessions
     (Paul Ramsey)
   - #562, ST_Dwithin errors for large geographies (Paul Ramsey)
   - #513, shape loading GUI tries to make spatial index when loading DBF only
     mode (Paul Ramsey)
   - #527, shape loading GUI should always append log messages
     (Mark Cave-Ayland)
   - #504 shp2pgsql should rename xmin/xmax fields (Sandro Santilli)
   - #458 postgis_comments being installed in contrib instead of
     version folder (Mark Cave-Ayland)
   - #474 Analyzing a table with geography column crashes server
     (Paul Ramsey)
   - #581 LWGEOM-expand produces inconsistent results
     (Mark Cave-Ayland)
   - #471 DocBook dtd errors (Olivier Courtin)
   - Fix further build issues against PostgreSQL 9.0
     (Mark Cave-Ayland)
   - #572 Password whitespace for Shape File to PostGIS
     Import not supported (Mark Cave-Ayland)
   - #603: shp2pgsql: "-w" produces invalid WKT for MULTI* objects.
     (Mark Cave-Ayland)
 - Enhancement
   - #513 Add dbf filter to shp2pgsql-gui and allow uploading dbf only
     (Paul Ramsey)
   2011-12-31 18:14:16 by Greg Troxel | Files touched by this commit (10)
Log message:
Remove pkgsrc's attempt to force using libtool.

Postgresql upstream does not use libtool.  pkgsrc used to change
postgresql to use libtool, and this package was written to use the
pkgsrc-added libtool support.  pkgsrc no longer modifies postgresql to
use libtool, so postgis did not build.

In addition to backing out all the make-postgis-use-libtool packages,
this commit adds a patch to add rpath to the PGSQL_FE_LDFLAGS, which
upstream hand constructs from pg_config output.

PKGREVISION++, but no change in version or functionality (from the
previous state, which also didn't build) intended.
   2010-03-14 17:32:16 by Thomas Klausner | Files touched by this commit (11)
Log message:
Fix path to proj after its reimport.
   2010-03-12 22:15:36 by Greg Troxel | Files touched by this commit (3)
Log message:
Fix path for in-tree regression test.
   2010-03-12 02:06:16 by Greg Troxel | Files touched by this commit (3) | Package updated
Log message:
Update to 1.5.1.  Fix path to where postgis library is actually put.

Bug Fixes

    * #410, update embedded bbox when applying ST_SetPoint,
      ST_AddPoint ST_RemovePoint to a linestring
      (Paul Ramsey)
    * #411, allow dumping tables with invalid geometries
      (Sandro Santilli, for Regione Toscana-SIGTA)
    * #414, include geography_columns view when running upgrade scripts
      (Paul Ramsey)
    * #419, allow support for multilinestring in ST_Line_Substring
      (Paul Ramsey, for Lidwala Consulting Engineers)
    * #421, fix computed string length in ST_AsGML()
      (Olivier Courtin)
    * #441, fix GML generation with heterogeneous collections
      (Olivier Courtin)
    * #443, incorrect coordinate reversal in GML 3 generation
      (Olivier Courtin)
    * #450, wrong area calculation for geography features that cross
      the date line
      (Paul Ramsey)
    * Ensure support for upcoming 9.0 PgSQL release
      (Paul Ramsey)
   2010-03-05 15:55:22 by Greg Troxel | Files touched by this commit (8) | Package updated
Log message:
Update to 1.5.0.  Some rough edges due to pkgsrc's replacement of
pgsql's Makefile.shlib are patched around.  ('make test' passes on
netbsd-5/i386 with postgresql84.)

This is a major release adding a significant number of new features including:

    * New "geography" type for managing geodetic (lat/lon) data
    * Performance-enhanced distance calculations
    * GML and KML format readers
    * Improved shape loading GUI
    * And more!

Release Notes
Important Changes

    * =~ operator now indicates bounding box equality, not feature equality
    * GEOS 3.1 is now the minimum accepted version of GEOS
    * GEOS 3.2 is needed if you want to use enhanced buffering features and \ 
ST_HausdorffDistance
    * GEOS, LibXML2, and Proj4 are now mandatory dependencies

New Features

    * Added Hausdorff distance calculations (#209) (Vincent Picavet)
    * Added parameters argument to ST_Buffer operation to support one-sided \ 
buffering and other buffering styles (Sandro Santilli)
    * Performance improvements to ST_Distance (Nicklas Avén)
    * Addition of other Distance related visualization and analysis functions \ 
(Nicklas Avén)
    * ST_ClosestPoint
    * ST_DFullyWithin
    * ST_LongestLine
    * ST_MaxDistance
    * ST_ShortestLine
    * KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin)
    * Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey)
    * Add measure values to existing linestring with ST_AddMeasure (Paul Ramsey)
    * History table implementation in utils (George Silva)
    * Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland)
    * In place 'make check' support (Paul Ramsey)
    * Geography type and supporting functions
          o Spherical algorithms from Dave Skea
          o Object/index implementation from Paul Ramsey
          o Selectivitiy implementation from Mark Cave-Ayland
          o Serializations (KML, GML, JSON) from Olivier Courtin
          o ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, \ 
ST_Intersects, ST_Covers, ST_Buffer
    * Documentation updates and improvements (Regina Obe, Kevin Neufeld)
    * Testing and quality control (Regina Obe)
    * PostGIS 1.5 support PostgreSQL 8.5 trunk (Guillaume Lelarge)
    * Many, many other changes
   2010-02-10 20:34:08 by Joerg Sonnenberger | Files touched by this commit (31)
Log message:
Bump revision for change of PostgreSQL default version.
   2010-01-21 13:53:19 by Adam Ciarcinski | Files touched by this commit (8) | Imported package
Log message:
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing it to be used as a backend spatial database for geographic information
systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
follows the OpenGIS "Simple Features Specification for SQL" and has been
certified as compliant with the "Types and Functions" profile.

PostGIS/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
  objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
  Specification


Next | Query returned 28 messages, browsing 21 to 30 | previous