From 1108ee9ac9c6d3d1d3f40d7c2ca92f5f40acdde1 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 11 Mar 2019 19:39:51 +0000 Subject: [PATCH] Fix typos in doc release and update change log git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@17336 b70326c6-7e19-0410-871a-916f4a2858ee --- ChangeLog | 92 +++++++++++++++++++++++++++++++++++++++++++ doc/release_notes.xml | 4 +- 2 files changed, 94 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b67a08c4..2ae5a459c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2019-02-15 19:00 Paul Ramsey + + * [r17257] Update test running instructions + +2019-02-15 18:54 Paul Ramsey + + * [r17255] Update OGC certification scripts to match SFSQL 1.2 + signatures + +2019-02-11 17:34 Paul Ramsey + + * [r17241] Add generated file + +2019-02-11 17:34 Paul Ramsey + + * [r17240] Add initialization to lexer + References #4017 + +2019-01-22 09:02 Raúl Marín Rodríguez + + * [r17204] Revert r17178 + + It changes the behaviour of _postgis_pgsql_version + + References #4303 + +2019-01-18 21:56 Paul Ramsey + + * [r17188] Un space + +2019-01-18 18:05 Paul Ramsey + + * [r17184] Geodetic tolerance issue in 32-bit + References #4298 + +2019-01-18 17:24 Raúl Marín Rodríguez + + * [r17178] Use `server_version_num` instead of parsing `version()` + + References #4296 + +2019-01-18 16:07 Raúl Marín Rodríguez + + * [r17177] Avoid passing a NULL pointer to GEOSisEmpty + + Closes #4275 + Closes https://github.com/postgis/postgis/pull/362 + +2019-01-11 21:45 Paul Ramsey + + * [r17140] More robust geography distance + References #4290 + +2018-12-26 04:12 Regina Obe + + * [r17121] Fix so custom --with-projdir= configure switch works + again. + Closes #4279 for PostGIS 2.3 + +2018-12-17 10:39 Darafei Praliaskouski + + * [r17111] Support Proj 6. Support is via legacy API. + + Closes #4254 + Closes https://github.com/postgis/postgis/pull/354 + +2018-11-27 00:16 Paul Ramsey + + * [r17080] Change test conditions to explicit empty test + References #4245 + +2018-11-25 19:36 Darafei Praliaskouski + + * [r17076] Stabilize GiST ND indexes for mixed dimensions + + Patch by Darafei Praliaskouski + + Thanks to + Arthur Lesuisse for synthesizing test case, + Andrew Gierth for finding runaway memcpy, + Raúl Marín for pointing to memory problem in index construction. + + Closes #4139 + +2018-11-24 05:08 Regina Obe + + * [r17066] Flip to 2.3.9dev + +2018-11-24 05:02 Regina Obe + + * [r17064] Preparing for 2.3.8 release + 2018-11-22 16:14 Raúl Marín Rodríguez * [r17056] Avoid unaligned memory access in BOX2D_out diff --git a/doc/release_notes.xml b/doc/release_notes.xml index f01519265..f6ba1f057 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -3,8 +3,8 @@ Appendix Release Notes - Release 2.3.8 - Release date: 2018/11/24 + Release 2.3.9 + Release date: 2019/03/10 This is a bug fix and performance improvement release. Bug Fixes and Enhancements -- 2.50.0