aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2008-07-21 20:47:09 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2008-07-21 20:47:09 +0000
commitd03f563a61fc6a93ac3eb541181dace38cb2a640 (patch)
tree29f905de6f6a192eb43fd42f4bde52935277470c
parent0966e25feab987875c49b8be547895c1e7598a6c (diff)
downloadPROJ-d03f563a61fc6a93ac3eb541181dace38cb2a640.tar.gz
PROJ-d03f563a61fc6a93ac3eb541181dace38cb2a640.zip
prepare 4.6.1 release
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1455 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rw-r--r--ChangeLog2
-rw-r--r--NEWS23
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/pj_release.c2
-rw-r--r--src/proj_api.h5
6 files changed, 32 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a7cbbdc..7577ca99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-07-21 Frank Warmerdam <warmerdam@pobox.com>
+ * Prepare 4.6.1 release.
+
* nad/epsg: regenerated from EPSG 6.17. This should also correct the
odd precision problems in the last version or two caused by GDAL
numeric processing issues.
diff --git a/NEWS b/NEWS
index b6bc8283..b030a753 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+4.6.1 Release Notes
+-------------------
+
+ o Upgraded to EPSG 6.17 version for nad/epsg. Also corrected the precision
+ problem introduced in the last version.
+
+ o Added logic for tmerc projection to fail rather than return crazy results
+ if more than 90 degrees away from the central meridian (#5). This change
+ may only be temporary till a more comprehensive solution is found.
+
+ o Fixed handling of extra text in cs2cs.
+
+ o Renamed INSTALL to INSTALL.TXT.
+
+ o The eqc projection has been generalized to include a latitude of origin.
+
+ o Added the glabsgm (Gauss Laborde / Sphere Geometric Mean) projection
+
+ o nad/IGNF init catalogue created.
+
+ o added the ntf_r93.gsb datum shift file.
+
+
4.6.0 Release Notes
-------------------
diff --git a/configure.in b/configure.in
index c4a94485..13be0b05 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([PROJ.4 Projections], 4.6.0, [warmerdam@pobox.com], proj)
+AC_INIT([PROJ.4 Projections], 4.6.1, [warmerdam@pobox.com], proj)
AC_LANG(C)
diff --git a/src/Makefile.am b/src/Makefile.am
index c1f8450d..efa224f0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,7 +20,7 @@ geod_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -version-info 5:4:5
+libproj_la_LDFLAGS = -version-info 5:5:5
libproj_la_SOURCES = \
projects.h pj_list.h \
diff --git a/src/pj_release.c b/src/pj_release.c
index 9a9b1519..b74f96fc 100644
--- a/src/pj_release.c
+++ b/src/pj_release.c
@@ -2,7 +2,7 @@
#include <projects.h>
-char const pj_release[]="Rel. 4.6.0, 21 Dec 2007";
+char const pj_release[]="Rel. 4.6.1, 21 July 2008";
const char *pj_get_release()
diff --git a/src/proj_api.h b/src/proj_api.h
index f57ccca3..84e7861b 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
+ * Revision 1.17 2008/07/21 20:47:09 fwarmerdam
+ * prepare 4.6.1 release
+ *
* Revision 1.16 2007/11/29 21:07:49 fwarmerdam
* prepare for 4.6.0 release
*
@@ -92,7 +95,7 @@ extern "C" {
#endif
/* Try to update this every version! */
-#define PJ_VERSION 460
+#define PJ_VERSION 461
extern char const pj_release[]; /* global release id string */