diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | src/pj_release.c | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2013-10-27 Frank Warmerdam <warmerdam@gdal-c> + + * Prepare 4.9.0beta2 release. + 2013-10-21 Frank Warmerdam <warmerdam@pobox.com> * src/PJ_omerc.c: Change handling of values nearly 90degrees away from @@ -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 <projects.h> -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() |
