aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS9
-rw-r--r--configure.in2
-rw-r--r--src/pj_release.c2
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 468503df..a4abb65d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+2006-10-18 Frank Warmerdam <warmerdam@pobox.com>
+
+ * Preparing 4.5.0 beta4 release.
+
2006-10-17 Frank Warmerdam <warmerdam@pobox.com>
+ * src/proj_mdist.c, proj_rouss.c: Incorporated these from libproj4
+ for http://bugzilla.remotesensing.org/show_bug.cgi?id=967.
+
* nad/epsg: Regenerated from EPSG 6.11.1 with a few other
fixes (datum shift values) from several bug reports.
diff --git a/NEWS b/NEWS
index b3605df4..1679674d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,11 +4,16 @@
o Microsoft Visual Studio 8 compatibility changes.
- o Upgraded to EPSG 6.9 database.
+ o Upgraded to EPSG 6.11.1 database.
o Several bug fixes to pj_transform() to handle transient errors properly.
- o Fix Krovak projection.
+ o Fix Krovak projection (include +czech flag)
+
+ o Added Roussilhe Stereographic projection from libproj4 (proj=rouss).
+
+ o Added experimental +lon_wrap flag for alternate pj_transform() longitude
+ wrapping behavior on output.
4.4.9 Release Notes
diff --git a/configure.in b/configure.in
index 2fc3e004..8b1617cc 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.5.0b2, [warmerdam@pobox.com], proj)
+AC_INIT([PROJ.4 Projections], 4.5.0rc1, [warmerdam@pobox.com], proj)
AC_LANG(C)
diff --git a/src/pj_release.c b/src/pj_release.c
index 67f8a2df..0358bbe9 100644
--- a/src/pj_release.c
+++ b/src/pj_release.c
@@ -2,7 +2,7 @@
#include <projects.h>
-char const pj_release[]="Rel. 4.5.0, 19 Apr 2006";
+char const pj_release[]="Rel. 4.5.0b4, 18 Oct 2006";
const char *pj_get_release()