[postgis-tickets] r15472 - update version numbers, NEWS, release notes in prep for PostGIS 2.3.3 release

Regina Obe lr at pcorp.us
Fri Jun 30 21:15:58 PDT 2017


Author: robe
Date: 2017-06-30 21:15:58 -0700 (Fri, 30 Jun 2017)
New Revision: 15472

Modified:
   branches/2.3/NEWS
   branches/2.3/README.postgis
   branches/2.3/Version.config
   branches/2.3/doc/release_notes.xml
Log:
update version numbers, NEWS, release notes in prep for PostGIS 2.3.3 release

Modified: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS	2017-07-01 04:01:25 UTC (rev 15471)
+++ branches/2.3/NEWS	2017-07-01 04:15:58 UTC (rev 15472)
@@ -1,5 +1,5 @@
-PostGIS 2.3.3dev
-2017/MM/DD
+PostGIS 2.3.3
+2017/07/01
 
   * Bug Fixes
 
@@ -14,10 +14,10 @@
   - #3750, @ and ~ operator not always schema qualified in geometry
            and raster functions. Causes restore issues.
            (Shane StClair of Axiom Data Science)
-  - #3682, Strange fieldlength in result of pgsql2shp
+  - #3682, Strange fieldlength for boolean in result of pgsql2shp
   - #3701, Escape double quotes issue in pgsql2shp
   - #3704, ST_AsX3D crashes on empty geometry
-  - #3730, Change ST_Clip from Error to Notice when ST_Clip can compute no band
+  - #3730, Change ST_Clip from Error to Notice when ST_Clip can't compute a band
 
 
 PostGIS 2.3.2

Modified: branches/2.3/README.postgis
===================================================================
--- branches/2.3/README.postgis	2017-07-01 04:01:25 UTC (rev 15471)
+++ branches/2.3/README.postgis	2017-07-01 04:15:58 UTC (rev 15472)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.3.2
-:Date: 2017-01-30
+:Version: 2.3.3
+:Date: 2017-07-01
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -31,7 +31,7 @@
 REQUIREMENTS
 ------------
 
-PostGIS is compatible with PostgreSQL 9.2 and above.
+PostGIS 2.3.3 is compatible with PostgreSQL 9.2-9.6.
 
 You *must* have the full PostgreSQL - including server headers - installed for
 this to work.
@@ -43,8 +43,8 @@
 
     http://trac.osgeo.org/proj/
 
-* GEOS (Required, Version 3.3.0 or higher 
-  - 3.4+ is strongly recommended and needed for full features):
+* GEOS (Required, Version 3.3.0 or higher
+  - 3.6+ is strongly recommended and needed for full features):
 
   The GEOS library provides support for exact topological tests such as
   ST_Touches(), ST_Contains(), ST_Disjoint() and spatial operations such as
@@ -77,10 +77,10 @@
 
 * GDAL (Optional, Version 1.8.0 or higher 1.9+ is strongly recommended)
 
-  GDAL (http://gdal.org) is *required* if you want to compile PostGIS 
+  GDAL (http://gdal.org) is *required* if you want to compile PostGIS
   with raster or extension support. To compile without raster support you
   must ``./configure --without-raster`` (also disables extension)
-  
+
 * CGAL 4.1+ and SFCGAL (Optional) needed for advanced 3D support
 
   https://github.com/Oslandia/SFCGAL
@@ -176,21 +176,21 @@
 CREATING NEW SPATIAL DATABASES
 ------------------------------
 
-PostGIS support must be enabled for each database that requires its usage. 
+PostGIS support must be enabled for each database that requires its usage.
 Enabling spatial functionality requires a PostgreSQL super-user.
 
     CREATE EXTENSION postgis;
-  
 
+
 UPGRADING EXISTING SPATIAL DATABASES
 ------------------------------------
 
 Upgrade PostGIS using the "ALTER EXTENSION" facility.
 
   ALTER EXTENSION postgis UPDATE;
-  
-  
 
+
+
 USAGE
 -----
 

Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config	2017-07-01 04:01:25 UTC (rev 15471)
+++ branches/2.3/Version.config	2017-07-01 04:15:58 UTC (rev 15472)
@@ -1,11 +1,11 @@
-# Version numbering central repository, to be included from various 
+# Version numbering central repository, to be included from various
 # places during the build process
 
 # See HOWTO_RELEASE file in SVN for definitions of those three.
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=3dev
+POSTGIS_MICRO_VERSION=3
 
 # 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-07-01 04:01:25 UTC (rev 15471)
+++ branches/2.3/doc/release_notes.xml	2017-07-01 04:15:58 UTC (rev 15472)
@@ -3,6 +3,30 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 2.3.3</title>
+      <para>Release date: 2017/07/01</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>
+        <title>Bug Fixes and Enhancements</title>
+          <para>#3777, GROUP BY anomaly with empty geometries</para>
+          <para>#3711, Azimuth error upon adding 2.5D edges to topology</para>
+          <para>#3726, PDF manual from dblatex renders fancy quotes for programlisting
+                  (Mike Toews)</para>
+          <para>#3738, raster: Using -s without -Y in raster2pgsql transforms
+                  raster data instead of setting srid</para>
+          <para>#3744, ST_Subdivide loses subparts of inverted geometries
+                  (Darafei Praliaskouski Komzpa)</para>
+          <para>#3750, @ and ~ operator not always schema qualified in geometry
+                  and raster functions. Causes restore issues.
+                  (Shane StClair of Axiom Data Science)</para>
+          <para>#3682, Strange fieldlength for boolean in result of pgsql2shp</para>
+          <para>#3701, Escape double quotes issue in pgsql2shp</para>
+          <para>#3704, ST_AsX3D crashes on empty geometry</para>
+          <para>#3730, Change ST_Clip from Error to Notice when ST_Clip can't compute a band</para>
+      </simplesect>
+    </sect1>
+
+    <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>



More information about the postgis-tickets mailing list