[postgis-tickets] r16112 - Prepare for 2.4.2

Paul Ramsey pramsey at cleverelephant.ca
Wed Nov 15 10:11:14 PST 2017


Author: pramsey
Date: 2017-11-15 10:11:13 -0800 (Wed, 15 Nov 2017)
New Revision: 16112

Modified:
   branches/2.4/
   branches/2.4/ChangeLog
   branches/2.4/NEWS
   branches/2.4/README.postgis
   branches/2.4/Version.config
   branches/2.4/extensions/upgradeable_versions.mk
Log:
Prepare for 2.4.2



Property changes on: branches/2.4
___________________________________________________________________
Modified: svn:ignore
   - aclocal.m4
autom4te.cache
configure
config.h
config.guess
config.log
config.status
config.sub
GNUmakefile
install-sh
libtool
ltmain.sh
Makefile.config
postgis_config.h
postgis_svn_revision.h
svnrevision.h

   + aclocal.m4
autom4te.cache
build-aux
configure
config.h
config.guess
config.log
config.status
config.sub
GNUmakefile
install-sh
libtool
ltmain.sh
Makefile.config
postgis_config.h
postgis_svn_revision.h
svnrevision.h


Modified: branches/2.4/ChangeLog
===================================================================
--- branches/2.4/ChangeLog	2017-11-15 18:04:29 UTC (rev 16111)
+++ branches/2.4/ChangeLog	2017-11-15 18:11:13 UTC (rev 16112)
@@ -1,3 +1,93 @@
+2017-11-14 05:42  Regina Obe <lr at pcorp.us>
+
+	* [r16108] doc/extras_tigergeocoder.xml: note about enhanced
+	  feature in reverse_geocode when zcta5 data is loaded.
+
+2017-11-09 09:06  Regina Obe <lr at pcorp.us>
+
+	* [r16102] NEWS, extensions/upgradeable_versions.mk: Add missing
+	  2.3.4 upgrade path (as provided by Muhammad Usama)
+	  Also remove 2.3 and 2.4 dev releases and add missing 2.2.6
+	  Closes #3926 for PostGIS 2.4.2
+
+2017-11-09 08:53  Regina Obe <lr at pcorp.us>
+
+	* [r16099] NEWS: fix spacing
+
+2017-11-09 08:52  Regina Obe <lr at pcorp.us>
+
+	* [r16098] NEWS: Add missing release notes for ST_Segmentize
+	  geography fix.
+	  References #3667 for PostGIS 2.4.2
+
+2017-11-07 18:04  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r16094] 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.4.
+	  References #3667
+
+2017-10-31 15:15  Sandro Santilli <strk at kbt.io>
+
+	* [r16086] configure.ac, liblwgeom/Makefile.in: Make sure target
+	  directories are created before copying files to them
+	  
+	  References #3912 for 2.4 branch
+	  References #3916 for 2.4 branch
+
+2017-10-26 01:07  Regina Obe <lr at pcorp.us>
+
+	* [r16061] NEWS: Fix zcta5 load - NEWS item
+	  References #3917 for PostGIS 2.4.2
+
+2017-10-26 01:06  Regina Obe <lr at pcorp.us>
+
+	* [r16060] extras/tiger_geocoder/tiger_loader_2017.sql: Fix zcta5
+	  load
+	  References #3917 for PostGIS 2.4.2
+
+2017-10-21 09:02  Sandro Santilli <strk at kbt.io>
+
+	* [r16029] .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.4 branch
+
+2017-10-20 13:05  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r16018] raster/rt_pg/Makefile.in: Reflect CFLAGS passed into
+	  core
+
+2017-10-20 13:04  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r16017] postgis/Makefile.in: Reflect CFLAGS passed into
+	  configure
+
+2017-10-18 19:28  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r16014] liblwgeom/lwgeom_geos.c, postgis/geobuf.c,
+	  postgis/geography_centroid.c, postgis/gserialized_gist_2d.c,
+	  postgis/lwgeom_functions_basic.c, postgis/mvt.c: Quiet compile
+	  warnings
+
+2017-10-18 18:46  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r16013] HOWTO_RELEASE, NEWS, README.postgis, Version.config,
+	  extensions/upgradeable_versions.mk: Bump forward versions
+
+2017-10-18 18:32  Paul Ramsey <pramsey at cleverelephant.ca>
+
+	* [r16011] ChangeLog, NEWS, README.postgis, Version.config,
+	  doc/release_notes.xml: Prepare for 2.4.1 release
+
 2017-10-17 18:23  Regina Obe <lr at pcorp.us>
 
 	* [r16001] doc/introduction.xml:

Modified: branches/2.4/NEWS
===================================================================
--- branches/2.4/NEWS	2017-11-15 18:04:29 UTC (rev 16111)
+++ branches/2.4/NEWS	2017-11-15 18:11:13 UTC (rev 16112)
@@ -1,5 +1,5 @@
-PostGIS 2.4.2dev
-2017/xx/xx
+PostGIS 2.4.2
+2017/11/15
 
  * Bug fixes *
   - #3917, Fix zcta5 load

Modified: branches/2.4/README.postgis
===================================================================
--- branches/2.4/README.postgis	2017-11-15 18:04:29 UTC (rev 16111)
+++ branches/2.4/README.postgis	2017-11-15 18:11:13 UTC (rev 16112)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.4.2dev
-:Date: 2017-xx-xx
+:Version: 2.4.2
+:Date: 2017-11-15
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties

Modified: branches/2.4/Version.config
===================================================================
--- branches/2.4/Version.config	2017-11-15 18:04:29 UTC (rev 16111)
+++ branches/2.4/Version.config	2017-11-15 18:11:13 UTC (rev 16112)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=4
-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.4/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.4/extensions/upgradeable_versions.mk	2017-11-15 18:04:29 UTC (rev 16111)
+++ branches/2.4/extensions/upgradeable_versions.mk	2017-11-15 18:11:13 UTC (rev 16112)
@@ -29,6 +29,8 @@
 	2.3.2 \
 	2.3.3 \
 	2.3.4 \
+	2.3.5 \
 	2.4.0 \
-	2.4.1
+	2.4.1 \
+	2.4.2dev
 



More information about the postgis-tickets mailing list