From d03f563a61fc6a93ac3eb541181dace38cb2a640 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Mon, 21 Jul 2008 20:47:09 +0000 Subject: prepare 4.6.1 release git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1455 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- ChangeLog | 2 ++ NEWS | 23 +++++++++++++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- src/pj_release.c | 2 +- src/proj_api.h | 5 ++++- 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 + * 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 -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 */ -- cgit v1.2.3