From 677abced4526a62ceaabcf29692b51c07cd177e7 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 11 Mar 2010 14:34:54 +0000 Subject: [PATCH] 1.4.2 release prep git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@5402 b70326c6-7e19-0410-871a-916f4a2858ee --- ChangeLog | 105 ++++++++++++++++++++++++++++++++++++++++++ NEWS | 20 +++++++- doc/release_notes.xml | 18 ++++++++ 3 files changed, 142 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ca28faeb4..99d40f6a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +2010-03-09 00:38 pramsey + + * doc/installation.xml: Fix syntax error in spatial_ref_sys hard + upgrade directions (#373) + +2010-03-08 23:27 pramsey + + * liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c: Update the + bbox when you alter the underlying geometry (#410) ST_SetPoint, + ST_AddPoint, ST_RemovePoint. + +2010-03-08 17:03 kneufeld + + * doc/using_postgis_dataman.xml: updated broken link to utmzone + PostGIS plpgsql helper function. + bug #461 + +2010-02-22 22:02 colivier + + * postgis/lwgeom_geojson.c, regress/geojson_expected: Fix #441. And + introduce a change in behaviour: if geometryCollection and bbox, + not sub geoms bbox are provided anymore + +2010-02-20 19:08 colivier + + * postgis/lwgeom_gml.c: Fix computed string length in Polygon with + several rings for ST_AsGML with GML3. Related to #421 + +2010-02-08 22:37 strk + + * NEWS: tweak the sponsor name + +2010-02-08 19:57 strk + + * NEWS: Add bugfix item + +2010-02-08 19:05 strk + + * postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Back-port into 1.4 + branch relaxing of output functions (see ticket #168) + +2010-02-06 10:48 colivier + + * postgis/lwgeom_svg.c, regress/svg.sql, regress/svg_expected: Fix + non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION + EMPTY, cf #409 reported by sdikiy. Add related unit test + +2010-02-02 23:46 pramsey + + * regress/run_test: Add --no-psqlrc to run_test (#405) + +2010-01-20 20:16 pramsey + + * utils/create_undef.pl, utils/postgis_proc_upgrade.pl, + utils/postgis_restore.pl: Make proper #! calls to perl in perl + scripts. + +2010-01-18 19:41 pramsey + + * spatial_ref_sys.sql: Add towgs84 line into proj4text for srid = + 28992 (#387) + +2009-12-30 12:55 robe + + * doc/faq.xml: Add some faqs I'm tired of answering + +2009-12-30 12:20 robe + + * doc/reference.xml: try to fix buildbot + +2009-12-30 07:19 robe + + * doc/reference.xml: more clarity on the float4/float8 for + ST_Envelope + +2009-12-30 06:53 robe + + * doc/reference.xml: #531 ST_Envelope has wrong return type changed + from boolean to geometry + +2009-12-22 21:12 pramsey + + * configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c: Add + support for GUI commandline (#355) + +2009-12-22 00:07 pramsey + + * loader/Makefile.in: Put the GUI makefile re-ordering in place + (again?) + +2009-12-17 16:30 pramsey + + * Version.config: Bump up to 1.4.2SVN + +2009-12-17 10:18 mcayland + + * regress/regress_expected, regress/regress_ogc_expected, + regress/sql-mm-curvepoly_expected: Fix regression test expected + results, some of which have been altered by the fix for #316. + +2009-12-17 05:54 pramsey + + * ChangeLog, README.postgis, doc/release_notes.xml: Final changes + for 1.4.1 release. + 2009-12-09 05:12 robe * doc/reference.xml: correct output type of ST_Extent and flag diff --git a/NEWS b/NEWS index 6a9272875..e6c17e88d 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,30 @@ PostGIS 1.4.2 -YYYY/MM/DD +2010/03/11 - This is a bug fix release, addressing issues that have been filed since the 1.4.1 release. - Bug fixes + - #327, fix up the uninstall functions + (Paul Ramsey) + - #333, remove unnecessary VACUUM from install file + (Kevin Neufeld) + - #355, build improvements for shp2pgsql-gui + (Paul Ramsey) + - #387, add towgs84 arguments for SRID 28992 + (Paul Ramsey) + - #409, fix ST_AsSVG with empty geometrycollection input + (Olivier Courtin) + - #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 - work done for Regione Toscana-SIGTA) + - #421, fix computed string length in ST_AsGML() + (Olivier Courtin) + - #441, fix GML generation with heterogeneous collections + (Olivier Courtin) + PostGIS 1.4.1 2009/11/28 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 2c45ecb0b..461f2505b 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -3,6 +3,24 @@ Appendix Release Notes + + Release 1.4.2 + Release date: 2010/03/11 + This is a bug fix release, addressing issues that have been filed since the 1.4.1 release. + + Bug Fixes + #327, fix up the uninstall functions (Paul Ramsey) + #333, remove unnecessary VACUUM from install file (Kevin Neufeld) + #355, build improvements for shp2pgsql-gui (Paul Ramsey) + #387, add towgs84 arguments for SRID 28992 (Paul Ramsey) + #409, fix ST_AsSVG with empty geometrycollection input (Olivier Courtin) + #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) + #421, fix computed string length in ST_AsGML() (Olivier Courtin) + #441, fix GML generation with heterogeneous collections (Olivier Courtin) + + + Release 1.4.1 Release date: 2009/12/16 -- 2.40.0