aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2013-06-22 17:21:46 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2013-06-22 17:21:46 +0000
commit3c19b4837ce6b4ae3694543a0fe2e01b42b7a655 (patch)
treebf07d6eb9fb4f5a3f74e4d625faf25858cd4e77a
parentd2bf66de36c4914981544d2205c5924eeb556a02 (diff)
downloadPROJ-3c19b4837ce6b4ae3694543a0fe2e01b42b7a655.tar.gz
PROJ-3c19b4837ce6b4ae3694543a0fe2e01b42b7a655.zip
prepare for 4.9.0 beta release
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2350 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rw-r--r--ChangeLog16
-rw-r--r--NEWS17
-rwxr-xr-xconfigure24
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/pj_release.c2
-rw-r--r--src/proj_api.h2
8 files changed, 47 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 60ef5d5c..0c9353dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-06-22 Frank Warmerdam <warmerdam@pobox.com>
+
+ * Preparing 4.9.0 beta release.
+
+ * src/pj_fileapi.c, etc: Implement a virtual file api accessable
+ through the context for init file and grid shift file access.
+
+ * src/mk_cheby.c: reformat, add braces to avoid warnings.
+
2013-06-19 Frank Warmerdam <warmerdam@pobox.com>
* src/PJ_healpix.c: correct various warnings about unused variables.
@@ -50,9 +59,10 @@
2012-05-31 Martin Desruisseaux <martin.desruisseaux@geomatys.fr>
- * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN constant.
- This was done because not all C/C++ compilers define the NAN constant, and for
- making sure that the bits pattern is exactly the one expected by Java.
+ * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN
+ constant. This was done because not all C/C++ compilers define the
+ NAN constant, and for making sure that the bits pattern is exactly the
+ one expected by Java.
2012-03-25 Frank Warmerdam <warmerdam@pobox.com>
diff --git a/NEWS b/NEWS
index 865c494b..51242b90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+4.9.0 Release Notes
+-------------------
+
+ o Implement new virtual file api (projFileAPI) so that all access to grid
+ shift and init files can be hooked.
+
+ 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 Removed old (deprecated) Java bindings in favor of the new api introduced
+ in 4.8.0.
+
+ o Various bug fixes and cleanup.
+
+
4.8.0 Release Notes
-------------------
diff --git a/configure b/configure
index 8b37af0d..fa522f01 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for PROJ.4 Projections 4.8.0.
+# Generated by GNU Autoconf 2.68 for PROJ.4 Projections 4.9.0.
#
# Report bugs to <warmerdam@pobox.com>.
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='PROJ.4 Projections'
PACKAGE_TARNAME='proj'
-PACKAGE_VERSION='4.8.0'
-PACKAGE_STRING='PROJ.4 Projections 4.8.0'
+PACKAGE_VERSION='4.9.0'
+PACKAGE_STRING='PROJ.4 Projections 4.9.0'
PACKAGE_BUGREPORT='warmerdam@pobox.com'
PACKAGE_URL=''
@@ -1293,7 +1293,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures PROJ.4 Projections 4.8.0 to adapt to many kinds of systems.
+\`configure' configures PROJ.4 Projections 4.9.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1363,7 +1363,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of PROJ.4 Projections 4.8.0:";;
+ short | recursive ) echo "Configuration of PROJ.4 Projections 4.9.0:";;
esac
cat <<\_ACEOF
@@ -1468,7 +1468,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-PROJ.4 Projections configure 4.8.0
+PROJ.4 Projections configure 4.9.0
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1837,7 +1837,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by PROJ.4 Projections $as_me 4.8.0, which was
+It was created by PROJ.4 Projections $as_me 4.9.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2660,7 +2660,7 @@ fi
# Define the identity of the package.
PACKAGE='proj'
- VERSION='4.8.0'
+ VERSION='4.9.0'
cat >>confdefs.h <<_ACEOF
@@ -12109,7 +12109,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by PROJ.4 Projections $as_me 4.8.0, which was
+This file was extended by PROJ.4 Projections $as_me 4.9.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12175,7 +12175,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-PROJ.4 Projections config.status 4.8.0
+PROJ.4 Projections config.status 4.9.0
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
@@ -14497,7 +14497,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by PROJ.4 Projections $as_me 4.8.0, which was
+This file was extended by PROJ.4 Projections $as_me 4.9.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14563,7 +14563,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-PROJ.4 Projections config.status 4.8.0
+PROJ.4 Projections config.status 4.9.0
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index 79b72192..22e95eda 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.8.0, [warmerdam@pobox.com], proj)
+AC_INIT([PROJ.4 Projections], 4.9.0, [warmerdam@pobox.com], proj)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)
diff --git a/src/Makefile.am b/src/Makefile.am
index dab00b3b..834bf42a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ multistresstest_LDADD = libproj.la -lpthread
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 7:0:7
+libproj_la_LDFLAGS = -no-undefined -version-info 8:0:8
libproj_la_SOURCES = \
projects.h pj_list.h \
diff --git a/src/Makefile.in b/src/Makefile.in
index f02a0f52..019a89d0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -283,7 +283,7 @@ nad2bin_LDADD = libproj.la
geod_LDADD = libproj.la
multistresstest_LDADD = libproj.la -lpthread
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 7:0:7
+libproj_la_LDFLAGS = -no-undefined -version-info 8:0:8
libproj_la_SOURCES = \
projects.h pj_list.h \
PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \
diff --git a/src/pj_release.c b/src/pj_release.c
index 1b6e54aa..f25d1542 100644
--- a/src/pj_release.c
+++ b/src/pj_release.c
@@ -2,7 +2,7 @@
#include <projects.h>
-char const pj_release[]="Rel. 4.8.0, 6 March 2012";
+char const pj_release[]="Rel. 4.9.0, 22 June 2013";
const char *pj_get_release()
diff --git a/src/proj_api.h b/src/proj_api.h
index edc3b587..84e7eae8 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -40,7 +40,7 @@ extern "C" {
#endif
/* Try to update this every version! */
-#define PJ_VERSION 480
+#define PJ_VERSION 490
extern char const pj_release[]; /* global release id string */