Changes in preparation for 0.7.4 release.

git-svn-id: http://svn.osgeo.org/postgis/trunk@240 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2003-02-13 02:48:10 +00:00
parent 653a19eebe
commit 96820b1766
3 changed files with 15 additions and 3 deletions

12
CHANGES
View file

@ -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

View 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

View 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)