Changes in preparation for 0.7.4 release.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 13 Feb 2003 02:48:10 +0000 (02:48 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 13 Feb 2003 02:48:10 +0000 (02:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@240 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
README.postgis
loader/Makefile

diff --git a/CHANGES b/CHANGES
index 8e6301741ede9401cb9e99e514516e4da17c8499..f455a3d839d7e9373ed8732241cdf37f0c6081d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+PostGIS 0.7.4
+2003/02/12
+
+- Bug Fixes
+  - Several shp2pgsql enhancements and bugs.
+  - Cleaner compile, fewer warnings.
+  - Better undef support.
+  - Fixed stateplane/feet proj definitions.
+- New Things
+  - Support for PostgreSQL 7.3
+  - Optional spatial index selectivity system
+
 PostGIS 0.7.3
 2002/09/05
 
index 5d1ef2d67176ef9df001eae1bf392298f95a9242..a0702dc1e2c81ea76a908e5d939ce1ccb8313837 100644 (file)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 0.7.3 (2002/09/05)
+VERSION: 0.7.4 (2003/02/12)
 
 MORE INFORMATION: http://postgis.refractions.net
 
@@ -34,7 +34,7 @@ PostgreSQL source tree, and you must have run succesfully built and installed
 it for this to work.
 
 * PROJ4 SUPPORT: 
-  The Proj4 reproject library is require if you want to use the 
+  The Proj4 reprojection library is required if you want to use the 
   transform() function to reproject features within the database.
   Install Proj4 in the default location.
   Edit the postgis Makefile and change the USE_PROJ variable to 1
index 340a7ea5dad6dd63268e4cebdc203bcb170c8913..98a9e92f347076dbb5d6d19527032eebc13865b2 100644 (file)
@@ -23,7 +23,7 @@ endif
 
 OBJS = shpopen.o dbfopen.o getopt.o
 
-override CPPFLAGS := -g -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
+override CPPFLAGS := -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
 
 all: shp2pgsql$(EXE) pgsql2shp$(EXE)