]> granicus.if.org Git - postgis/commitdiff
Prepare for release
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 15 Nov 2017 17:54:39 +0000 (17:54 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 15 Nov 2017 17:54:39 +0000 (17:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16109 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog
NEWS
README.postgis
Version.config
doc/release_notes.xml

index 1eacfe1c4339ad675122359435fd6bfcfeb12a8b..12758252f12ed7d7661727997598dedbdeff6c0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2017-11-09 09:01  Regina Obe <lr@pcorp.us>
+
+       * [r16101] NEWS, extensions/upgradeable_versions.mk: Add missing
+         2.2.6 upgrade path
+         References #3926 for PostGIS 2.3.5
+
+2017-11-09 08:55  Regina Obe <lr@pcorp.us>
+
+       * [r16100] NEWS: Add missing release notes for ST_Segmentize
+         geography fix.
+         References #3667 for PostGIS 2.3.5
+
+2017-11-07 18:31  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r16095] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
+         regress/geography_expected: Replace project-and-entend logic with
+         bisect-and-recurse in geography segmentization.
+         Preserves "mostly equal" segment lengths, and
+         should be more numerically stable.
+         Backport to 2.3.
+         References #3667
+
+2017-10-31 15:33  Sandro Santilli <strk@kbt.io>
+
+       * [r16087] configure.ac, liblwgeom/Makefile.in: Make sure target
+         directories are created before copying files to them
+         
+         References #3912 for 2.3 branch
+         References #3916 for 2.3 branch
+
+2017-10-21 09:04  Sandro Santilli <strk@kbt.io>
+
+       * [r16030] .gitignore, GNUmakefile.in, configure.ac,
+         liblwgeom/Makefile.in, loader/Makefile.in, raster/install-sh,
+         raster/loader/Makefile.in, utils/Makefile.in: Put build AUX files
+         under build-aux
+         
+         Cleans and ignore build aux files from new location,
+         and remove spurious install-sh from repository.
+         
+         References #3912 for 2.3 branch
+
+2017-10-18 18:19  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r16010] HOWTO_RELEASE, NEWS, Version.config,
+         extensions/upgradeable_versions.mk: Push versions to dev
+
+2017-10-18 18:09  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r16008] ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
+         Version.config, doc/release_notes.xml,
+         extensions/upgradeable_versions.mk: Prepare for 2.3.4 release
+
 2017-10-17 16:54  Paul Ramsey <pramsey@cleverelephant.ca>
 
        * [r15998] NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c:
diff --git a/NEWS b/NEWS
index 12d72bbd9e19ac21f91aa82c7515b0572e05f8a5..6d2c6582e98749ab47ae9f9d922ae36c8b3f3bf1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 2.3.5
-2017/xx/xx
+2017/11/15
 
   * Bug Fixes and Enhancements
 
index 03029eb97b7c54d848cb0e7863e99d97fc273ac4..5620b723dd2bf698d947dc81fe549ed69cfdf774 100644 (file)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.3.4
-:Date: 2017-10-18
+:Version: 2.3.5
+:Date: 2017-11-15
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
index 106fbfa8e6ff85079f56f25d3765213fa6ff3a85..0f38a6e806f8374bb9ba7b19bf0799419c3feefa 100644 (file)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=5dev
+POSTGIS_MICRO_VERSION=5
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
index c729f5bd295f5a40248a542b638fe6e02969ae6e..daf73b7eb3de6d27770f0eb85e657abcb179cf8c 100644 (file)
@@ -2,6 +2,18 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+
+    <sect1>
+      <title>Release 2.3.5</title>
+      <para>Release date: 2017/11/15</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>
+        <title>Bug Fixes and Enhancements</title>
+        <para>#3667, Fix for bug in geography ST_Segmentize</para>
+        <para>#3926, Add missing 2.2.6 upgrade path</para>
+      </simplesect>
+    </sect1>
+
     <sect1>
       <title>Release 2.3.4</title>
       <para>Release date: 2017/10/18</para>