From dbe116267d341737e9abc7a20fa16b51fdc1982a Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sun, 27 Oct 2013 18:50:11 +0000 Subject: Prepare for 4.9.0 beta2 release git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2404 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- ChangeLog | 4 ++++ NEWS | 5 ++++- src/pj_release.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64e5a0ce..b91ee9da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-27 Frank Warmerdam + + * Prepare 4.9.0beta2 release. + 2013-10-21 Frank Warmerdam * src/PJ_omerc.c: Change handling of values nearly 90degrees away from diff --git a/NEWS b/NEWS index a13f556a..bdb1cb6f 100644 --- a/NEWS +++ b/NEWS @@ -7,13 +7,16 @@ o Replace geodesic implementation with one from Charles Karney and add a supported public interface (geod_interface.h). - o Upgraded to EPSG 8.0. + o Upgraded to EPSG 8.2. o Removed old (deprecated) Java bindings in favor of the new api introduced in 4.8.0. o Implement the calcofi (Cal Coop Ocean Fish Invest Lines/Stations) projection + o Install projects.h again for applications that want access to internal + structures and functions despite the inherent fragility. + o Various bug fixes and cleanup. diff --git a/src/pj_release.c b/src/pj_release.c index f25d1542..1f041e56 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -2,7 +2,7 @@ #include -char const pj_release[]="Rel. 4.9.0, 22 June 2013"; +char const pj_release[]="Rel. 4.9.0, 27 October 2013"; const char *pj_get_release() -- cgit v1.2.3