]> granicus.if.org Git - postgis/commitdiff
Update credits and release notes to include change in geometry_columns and management...
authorRegina Obe <lr@pcorp.us>
Sun, 3 Jul 2011 05:03:45 +0000 (05:03 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 3 Jul 2011 05:03:45 +0000 (05:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7563 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/introduction.xml
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index 9c69fbf2b0b09a360dca211da9b60a2baee80d69..419b2abca6b9ea6cecfa607889fa637fbb4b1d48 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PostGIS 2.0.0
 
   * Important / Breaking Changes *
 
-  - #722, #302 Most deprecated functions removed (over 230 functions) 
+  - #722, #302 Most deprecated functions removed (over 250 functions) 
     (Regina Obe / Paragon Corporation, Paul Ramsey / OpenGeo)
     (most deprecated in 1.2) removed non-ST variants buffer, 
     length, intersects (and internal functions renamed) etc. 
@@ -12,6 +12,18 @@ PostGIS 2.0.0
     Some constraints in older tables were built with deprecated functions.
     If you restore you may need to rebuild these 
     with populate_geometry_columns().
+  - #944 geometry_columns is now a view instead of a table 
+    (Paul Ramsey, Regina Obe)
+    for tables created the old way reads (srid, type, dims) constraints
+    for geometry columns created with type modifiers 
+    reads rom column definition
+  - #1081, #1082, #1084, #1088 - Mangement functions support typmod 
+    geometry column creation functions now default to typmod creation
+    (Regina Obe)
+  - #1083 probe_geometry_columns(), rename_geometry_table_constraints(),
+        fix_geometry_columns(); removed
+    - now obsolete with geometry_column view
+    (Regina Obe)
   - #817 Renaming old 3D functions to the convention ST_3D (Nicklas Avén) 
   - #548 (sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) 
     instead of null for single geometries (Sandro Santilli, Maxime van Noppen)
@@ -52,10 +64,12 @@ PostGIS 2.0.0
 
   - Made loader tolerant of truncated multibyte values found
     in some free worldwide shapefiles (Sandro Santilli)
-  - Lots of bug fixes and enhancements to shp2pgsql (Jeff Adams / Azavea)
+  - Lots of bug fixes and enhancements to shp2pgsql
     Beefing up regression tests for loaders 
     Reproject support for both geometry and geography during import
-  - pgsql2shp conversion from predefined list (Loic Dachary)
+    (Jeff Adams / Azavea, Mark Cave-Ayland)
+  - pgsql2shp conversion from predefined list 
+  (Loic Dachary / Mark Cave-Ayland)  
   - Shp-pgsql GUI loader - support loading multiple 
     files at a time. (Mark Leslie)  
   - Extras - upgraded tiger_geocoder from using old TIGER format 
index 719fb2a70301c37538242473a756fc5a3a4bc614..ed0aba673bf1f2f215cdf9a8e553b7f72be9328e 100644 (file)
@@ -47,7 +47,8 @@
          <varlistentry>
                <term>Regina Obe</term>
                <listitem>
-                 <para>Documentation, general user support on PostGIS newsgroup, windows production and experimental builds, X3D support, Tiger Geocoder Support, and 
+                 <para>Documentation, general user support on PostGIS newsgroup, windows production and experimental builds, 
+                 X3D support, Tiger Geocoder Support, management functions,  and 
                  smoke testing new functionality or major code changes.</para>
                </listitem>
          </varlistentry>
                  III, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea,
                  David Techer, Eduin Carrillo,  Frank Warmerdam, George Silva, 
                  Gerald Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Jeff Adams, Kashif Rasul, Klaus Foerster, Kris Jurka, Loic Dachary, Leo Hsu, 
-                 Mark Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita Shulga, Norman Vine,
+                 Mark Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita Shulga, Norman Vine, Rafal Magda,
                  Ralph Mason, Steffen Macke, Stephen Frost, Vincent Picavet</para>
                </listitem>
          </varlistentry>
index b28def2e06b65670d85cbae63f214b0b4359d2d9..29fdc9ad283867cdaef2fc463b5399f64c0eec6e 100644 (file)
@@ -8,7 +8,7 @@
         <para>This is a major release.  A full dump reload is required. Refer to <xref linkend="NewFunctions_2_0" /> for more details.</para>
         <simplesect>
                <title>Important / Breaking Changes</title>
-               <para>#722, #302, Most deprecated functions removed (over 230 functions) (Regina Obe, Paul Ramsey)</para>
+               <para>#722, #302, Most deprecated functions removed (over 250 functions) (Regina Obe, Paul Ramsey)</para>
                <para> -- (most deprecated in 1.2) removed non-ST variants buffer, length, intersects 
                 (and internal functions renamed) etc. </para>
                <para>-- If you have been using deprecated functions CHANGE your apps or suffer the consequences.
      Some constraints in older tables were built with deprecated functions.
      If you restore you may need to rebuild table constraints with populate_geometry_columns().  If you have applications or tools
                                        that rely on deprecated functions, please refer to <link linked="legacy_faq" /> for more details.</para>
+               <para>#944 geometry_columns is now a view instead of a table 
+    (Paul Ramsey, Regina Obe)
+    for tables created the old way reads (srid, type, dims) constraints
+    for geometry columns created with type modifiers 
+    reads rom column definition</para>
+        <para>#1081, #1082, #1084, #1088 - Mangement functions support typmod 
+    geometry column creation functions now default to typmod creation
+    (Regina Obe)</para>
+        <para>#1083 probe_geometry_columns(), rename_geometry_table_constraints(),
+        fix_geometry_columns(); removed
+    - now obsolete with geometry_column view
+    (Regina Obe)</para>
         <para>#817 Renaming old 3D functions to the convention ST_3D (Nicklas Avén)</para>
         <para>#548 (sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) instead of null 
      for single geometries (Sandro Santilli, Maxime van Noppen)</para>
           <para>ST_ConcaveHull (Regina Obe and Leo Hsu / Paragon Corporation)</para>
           <para>ST_UnaryUnion (Sandro Santilli / Faunalia for RT-SIGTA)</para>
           <para>ST_AsX3D (Regina Obe / Arrival 3D funding)</para>
+          <para>ST_OffsetCurve (Sandro Santilli, Rafal Magda)</para>
         </simplesect>
         <simplesect>
                <title>Enhancements</title>
                <para>Made shape file loader tolerant of truncated multibyte values found in some free worldwide shapefiles (Sandro Santilli)</para>
-               <para>Bug Fixes, Enhancements and addition of more regression tests for shp2pgsql. Reproject support for both geometry and geography during import. (Jeff Adams / Azavea)</para>
-               <para>pgsql2shp conversion from predefined list (Loic Dachary)</para>
+               <para>Lots of bug fixes and enhancements to shp2pgsql
+                      Beefing up regression tests for loaders 
+                      Reproject support for both geometry and geography during import
+                      (Jeff Adams / Azavea, Mark Cave-Ayland)</para>
+               <para>pgsql2shp conversion from predefined list 
+                      (Loic Dachary / Mark Cave-Ayland)</para>
                <para>Shp-pgsql GUI loader - support loading multiple files at a time.  (Mark Leslie)</para>  
                <para>Extras - upgraded tiger_geocoder from using old TIGER format to use new TIGER shp and file structure format (Stephen Frost)</para>
                <para>Extras - revised tiger_geocoder to work with TIGER census 2010 data, addition of reverse geocoder function, various bug fixes, accuracy enhancements,