[postgis-tickets] r15301 - Prep for PostGIS 2.3.2 release

Regina Obe lr at pcorp.us
Sun Jan 29 21:59:15 PST 2017


Author: robe
Date: 2017-01-29 21:59:15 -0800 (Sun, 29 Jan 2017)
New Revision: 15301

Modified:
   branches/2.3/ChangeLog
   branches/2.3/NEWS
   branches/2.3/README.postgis
   branches/2.3/Version.config
   branches/2.3/doc/release_notes.xml
   branches/2.3/extensions/upgradeable_versions.mk
Log:
Prep for PostGIS 2.3.2 release

Modified: branches/2.3/ChangeLog
===================================================================
--- branches/2.3/ChangeLog	2017-01-29 22:20:49 UTC (rev 15300)
+++ branches/2.3/ChangeLog	2017-01-30 05:59:15 UTC (rev 15301)
@@ -1,3 +1,82 @@
+2017-01-28 04:10  Regina Obe <lr at pcorp.us>
+
+	* [r15295] liblwgeom/lwprint.c: Fix for 32-bit lwprint to support
+	  ST_AsLatLonText
+	  References #3688 for PostGIS 2.3.2
+
+2017-01-25 23:42  Regina Obe <lr at pcorp.us>
+
+	* [r15293] extras/tiger_geocoder/tiger_loader_2016.sql: Turn off
+	  loading of tabblock by default. It's been broken since 2014
+	  References #3898 for PostGIS 2.3
+
+2017-01-22 07:44  Regina Obe <lr at pcorp.us>
+
+	* [r15291] postgis/geography.sql.in, postgis/geography_brin.sql.in,
+	  postgis/postgis.sql.in, postgis/postgis_brin.sql.in: Fix for
+	  pg_upgrade of pg < 9.5 + 2.3+, pg_upgrade and doing a postgis
+	  micro update to latest stable.
+	  closes #3683 for PostGIS 2.3
+
+2017-01-18 21:07  Sandro Santilli <strk at kbt.io>
+
+	* [r15289] NEWS, liblwgeom/cunit/cu_print.c, liblwgeom/lwprint.c:
+	  ST_AsLatLonText: round minutes [2.3 backport]
+	  
+	  Patch by Mike Toews, closes #3688
+
+2017-01-07 08:52  Regina Obe <lr at pcorp.us>
+
+	* [r15285] NEWS, postgis/gserialized_gist_2d.c,
+	  regress/knn_recheck.sql, regress/knn_recheck_expected: KNN
+	  recheck in 9.5+ fails with index returned tuples in wrong order
+	  references #3418 for PostGIS 2.3
+
+2017-01-06 10:31  Regina Obe <lr at pcorp.us>
+
+	* [r15282] NEWS: update news with latest 2 bug fixes
+
+2017-01-05 19:15  Regina Obe <lr at pcorp.us>
+
+	* [r15280] postgis/postgis.sql.in: Relationship functions not using
+	  an index in some cases
+	  Set cost back to 1 for functions that return a geometry
+	  A higher cost has the side-effect of making the planner
+	  think when used in conjunction with relate constructs like
+	  ST_Intersects
+	  it's cheaper to compute the geometry once rather
+	  than compute twice and break into an index and non-index call.
+	  References #3657 for PostGIS 2.3
+
+2016-12-20 03:22  Regina Obe <lr at pcorp.us>
+
+	* [r15278] utils/postgis_proc_upgrade.pl: PostGIS upgrade scripts
+	  missing GRANT for views
+	  references #3680 for PostGIS 2.3
+
+2016-12-03 22:32  Sandro Santilli <strk at kbt.io>
+
+	* [r15270] NEWS: Indent and style NEWS file
+
+2016-12-03 20:39  Regina Obe <lr at pcorp.us>
+
+	* [r15268] postgis/postgis.sql.in: Cost on ST_SetSRID is preventing
+	  index use with relation functions. Change from 10 to 1.
+	  References #3675 for PostGIS 2.3
+
+2016-11-28 15:10  Regina Obe <lr at pcorp.us>
+
+	* [r15265] HOWTO_RELEASE, Version.config,
+	  extensions/upgradeable_versions.mk: More minor corrections to
+	  HOW_TO_RELEASE, bump version to 2.3.2dev
+
+2016-11-28 14:49  Regina Obe <lr at pcorp.us>
+
+	* [r15263] ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
+	  Version.config, doc/release_notes.xml,
+	  extensions/upgradeable_versions.mk: More corrections to
+	  HOWTO_RELEASE, prepare for PostGIS 2.3.1 release
+
 2016-11-26 21:49  Regina Obe <lr at pcorp.us>
 
 	* [r15260] HOWTO_RELEASE: Add build badges, trunk vs. branch

Modified: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS	2017-01-29 22:20:49 UTC (rev 15300)
+++ branches/2.3/NEWS	2017-01-30 05:59:15 UTC (rev 15301)
@@ -1,11 +1,12 @@
-PostGIS 2.3.2-dev
-2017/MM/DD
+PostGIS 2.3.2
+2017/01/31
 
   * Bug Fixes
 
   - #3418, KNN recheck in 9.5+ fails with index returned tuples in wrong order
   - #3675, Relationship functions not using an index in some cases
   - #3680, PostGIS upgrade scripts missing GRANT for views
+  - #3683, Unable to update postgis after postgres pg_upgrade going from < 9.5 to pg > 9.4
   - #3688, ST_AsLatLonText: round minutes
 
 PostGIS 2.3.1

Modified: branches/2.3/README.postgis
===================================================================
--- branches/2.3/README.postgis	2017-01-29 22:20:49 UTC (rev 15300)
+++ branches/2.3/README.postgis	2017-01-30 05:59:15 UTC (rev 15301)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.3.1
-:Date: 2016-11-28
+:Version: 2.3.2
+:Date: 2017-01-30
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -187,8 +187,9 @@
 
 Upgrade PostGIS using the "ALTER EXTENSION" facility.
 
-  ALTER EXTENSION postgis UPDATE TO '2.2.0';
+  ALTER EXTENSION postgis UPDATE;
   
+  
 
 USAGE
 -----

Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config	2017-01-29 22:20:49 UTC (rev 15300)
+++ branches/2.3/Version.config	2017-01-30 05:59:15 UTC (rev 15301)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=2dev
+POSTGIS_MICRO_VERSION=2
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

Modified: branches/2.3/doc/release_notes.xml
===================================================================
--- branches/2.3/doc/release_notes.xml	2017-01-29 22:20:49 UTC (rev 15300)
+++ branches/2.3/doc/release_notes.xml	2017-01-30 05:59:15 UTC (rev 15301)
@@ -3,6 +3,20 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 2.3.2</title>
+      <para>Release date: 2017/01/31</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>
+        <title>Bug Fixes and Enhancements</title>
+          <para>#3418, KNN recheck in 9.5+ fails with index returned tuples in wrong order</para>
+          <para>#3675, Relationship functions not using an index in some cases</para>
+          <para>#3680, PostGIS upgrade scripts missing GRANT for views</para>
+          <para>#3683, Unable to update postgis after postgres pg_upgrade going from < 9.5 to pg > 9.4</para>
+          <para>#3688, ST_AsLatLonText: round minutes</para>
+      </simplesect>
+    </sect1>
+    
+    <sect1>
       <title>Release 2.3.1</title>
       <para>Release date: 2016/11/28</para>
       <para>This is a bug fix and performance improvement release.</para>

Modified: branches/2.3/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.3/extensions/upgradeable_versions.mk	2017-01-29 22:20:49 UTC (rev 15300)
+++ branches/2.3/extensions/upgradeable_versions.mk	2017-01-30 05:59:15 UTC (rev 15301)
@@ -22,6 +22,7 @@
 	2.2.2 \
 	2.2.3 \
 	2.2.4 \
+	2.2.5 \
 	2.3.0 \
 	2.3.1
 



More information about the postgis-tickets mailing list