[postgis-tickets] r15257 - Prep for 2.2.4 release

Regina Obe lr at pcorp.us
Sat Nov 26 13:19:59 PST 2016


Author: robe
Date: 2016-11-26 13:19:58 -0800 (Sat, 26 Nov 2016)
New Revision: 15257

Modified:
   branches/2.2/ChangeLog
   branches/2.2/NEWS
   branches/2.2/README.postgis
   branches/2.2/Version.config
   branches/2.2/doc/release_notes.xml
Log:
Prep for 2.2.4 release

Modified: branches/2.2/ChangeLog
===================================================================
--- branches/2.2/ChangeLog	2016-11-26 19:54:38 UTC (rev 15256)
+++ branches/2.2/ChangeLog	2016-11-26 21:19:58 UTC (rev 15257)
@@ -1,3 +1,77 @@
+2016-11-26 18:54  Regina Obe <lr at pcorp.us>
+
+	* [r15254] NEWS, raster/rt_pg/rtpostgis.sql.in: add raster
+	  constraint max extent exceeds array size limit
+	  closes #3501 for 2.2.4
+
+2016-11-26 15:20  Regina Obe <lr at pcorp.us>
+
+	* [r15251] doc/reference_measure.xml: ST_Equals documentation does
+	  not describe current behavior
+	  closes #3566 for 2.2.4
+
+2016-11-26 15:00  Regina Obe <lr at pcorp.us>
+
+	* [r15248] doc/extras_topology.xml: Incorrect parameter name for
+	  CreateTopology
+	  closes #3509 for 2.2.4
+
+2016-10-31 15:35  Regina Obe <lr at pcorp.us>
+
+	* [r15221] NEWS, postgis/postgis.sql.in: st_concavehull() returns
+	  sometimes empty geometry collection
+	  closes #1973 for PostGIS 2.2
+
+2016-10-28 15:41  Sandro Santilli <strk at keybit.net>
+
+	* [r15217] .drone.yml: Update drone yml to 0.5 version
+	  
+	  See https://git.osgeo.org/gogs/sac/gogs-service/issues/14
+
+2016-10-16 05:36  Regina Obe <lr at pcorp.us>
+
+	* [r15210] NEWS, raster/rt_pg/rtpostgis.c: raster GUC -
+	  boot_postgis_gdal_enabled_drivers should use TopMemoryContext
+	  instead of CurrentMemoryContext
+	  Closes #3659 for 2.2 (PostGIS 2.2.4) patch provided by manaeem
+
+2016-10-10 20:24  Sandro Santilli <strk at keybit.net>
+
+	* [r15201] liblwgeom/lwgeom_geos.c: Fix typo in error message about
+	  ClipByBox availability
+
+2016-10-10 19:46  Sandro Santilli <strk at keybit.net>
+
+	* [r15199] .drone.yml: Be verbose in running tests
+
+2016-10-08 09:04  Sandro Santilli <strk at keybit.net>
+
+	* [r15193] .drone.yml, NEWS, postgis/postgis.sql.in,
+	  utils/check_all_upgrades.sh: Fix aggregates upgrade
+	  
+	  Fixes #3656 (aggregate upgrades)
+	  
+	  Enables automated ugprade testing
+
+2016-10-06 17:31  Sandro Santilli <strk at keybit.net>
+
+	* [r15181] doc/doxygen.cfg.in: Remove hard-coded version in Doxygen
+	  project name
+
+2016-10-06 15:53  Regina Obe <lr at pcorp.us>
+
+	* [r15176] NEWS: last patch fix was missing from news
+
+2016-10-06 15:34  Regina Obe <lr at pcorp.us>
+
+	* [r15173] NEWS, Version.config,
+	  extensions/upgradeable_versions.mk: bump to 2.2.4dev
+
+2016-10-06 13:37  Regina Obe <lr at pcorp.us>
+
+	* [r15171] ChangeLog, NEWS, Version.config, doc/release_notes.xml,
+	  extensions/upgradeable_versions.mk: In prep for 2.2.3 release
+
 2016-10-03 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
 
 	* [r15167] NEWS, liblwgeom/lwstroke.c: #3652, crash on

Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS	2016-11-26 19:54:38 UTC (rev 15256)
+++ branches/2.2/NEWS	2016-11-26 21:19:58 UTC (rev 15257)
@@ -1,5 +1,5 @@
 PostGIS 2.2.4
-xxxx/xx/xx
+2016/11/26
 
  * Bug Fixes *
 
@@ -7,7 +7,7 @@
           Fix from gde
  - #3656, Fix upgrade of aggregates from 2.2 or lower version
  - #3501, add raster constraint max extent exceeds array size limit
-        for large tables
+        for large tables, change to use ST_Extent
  - #3659, Crash caused by raster GUC define after CREATE EXTENSION
      using wrong memory context. (manaeem)
 

Modified: branches/2.2/README.postgis
===================================================================
--- branches/2.2/README.postgis	2016-11-26 19:54:38 UTC (rev 15256)
+++ branches/2.2/README.postgis	2016-11-26 21:19:58 UTC (rev 15257)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.2.3
-:Date: 2016-XX-XX
+:Version: 2.2.4
+:Date: 2016-11-26
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties

Modified: branches/2.2/Version.config
===================================================================
--- branches/2.2/Version.config	2016-11-26 19:54:38 UTC (rev 15256)
+++ branches/2.2/Version.config	2016-11-26 21:19:58 UTC (rev 15257)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

Modified: branches/2.2/doc/release_notes.xml
===================================================================
--- branches/2.2/doc/release_notes.xml	2016-11-26 19:54:38 UTC (rev 15256)
+++ branches/2.2/doc/release_notes.xml	2016-11-26 21:19:58 UTC (rev 15257)
@@ -3,6 +3,21 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 2.2.4</title>
+        <para>Release date: 2016/11/26</para>
+        <para>This is a bug fix and performance improvement release.</para>
+  		  <simplesect>
+  			  <title>Bug Fixes and Enhancements</title>
+						<para>1973, st_concavehull() returns sometimes empty geometry collection
+										Fix from gde</para>
+						<para>3656, Fix upgrade of aggregates from 2.2 or lower version</para>
+						<para>3501, add raster constraint max extent exceeds array size limit
+									for large tables, change to use ST_Extent</para>
+						<para>3659, Crash caused by raster GUC define after CREATE EXTENSION
+							 using wrong memory context. (manaeem)</para>
+  		  </simplesect>
+    </sect1>
+    <sect1>
       <title>Release 2.2.3</title>
         <para>Release date: 2016/10/06</para>
         <para>This is a bug fix and performance improvement release.</para>



More information about the postgis-tickets mailing list