]> granicus.if.org Git - postgis/commitdiff
Add release notes to docs in prep for release. Minor reword in NEWs
authorRegina Obe <lr@pcorp.us>
Sat, 13 Jan 2018 05:56:33 +0000 (05:56 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 13 Jan 2018 05:56:33 +0000 (05:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16279 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index 1139cee547971b4a88bae9d4733d40aae5490d8e..26a099a47de2ee1ed3e127cadd555cf90c64e133 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 2.4.3
-2018/xx/xx
+2018/01/xx
 
  * Bug fixes *
   - #3713, Support encodings that happen to output a '\' character
@@ -11,8 +11,8 @@ PostGIS 2.4.3
   - #3956, Brin opclass object does not upgrade properly (Sandro Santilli)
   - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
            (Darafei Praliaskouski)
-  - #3975, ST_Transform runs query on spatial_ref_sys without schema 
-           qualification. May cause restore issues. (Paul Ramsey)
+  - #3975, ST_Transform runs query on spatial_ref_sys without schema
+           qualification. Was causing restore issues. (Paul Ramsey)
 
  * Enhancements *
   - #3944, Update to EPSG register v9.2 (Even Rouault)
index d4d3de97b67640687d39f39cd9abf8e736aa6aa9..4099ac8e81e9351102e8f6cbb3dffdcc4ba54e20 100644 (file)
@@ -3,6 +3,27 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
 
+    <sect1>
+      <title>Release 2.4.8</title>
+      <para>Release date: 2018/01/xx</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>
+        <title>Bug Fixes and Enhancements</title>
+        <para>#3713, Support encodings that happen to output a '\' character</para>
+        <para>#3827, Set configure default to not do interrupt testing,
+                  was causing false negatives for many people</para>
+        <para>#3930, Minimum bounding circle issues on 32-bit platforms</para>
+        <para>#3965, ST_ClusterKMeans used to lose some clusters on initialization
+                  (Darafei Praliaskouski)</para>
+        <para>#3956, Brin opclass object does not upgrade properly (Sandro Santilli)</para>
+        <para>#3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
+                  (Darafei Praliaskouski)</para>
+        <para>#3975, ST_Transform runs query on spatial_ref_sys without schema
+                  qualification. Was causing restore issues. (Paul Ramsey)</para>
+      </simplesect>
+    </sect1>
+
+
     <sect1>
       <title>Release 2.4.2</title>
       <para>Release date: 2017/11/15</para>