diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | NEWS | 11 | ||||
| -rwxr-xr-x | configure | 20 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | proj.spec | 8 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 | ||||
| -rw-r--r-- | src/proj_api.h | 5 |
9 files changed, 40 insertions, 19 deletions
@@ -1,3 +1,10 @@ +Rel. 4.5.0 2006-04-19 +------------------------------------------------------------------------- + +2006-04-19 Frank Warmerdam <warmerdam@pobox.com> + + * Preparing 4.5.0 release. + 2006-03-30 Frank Warmerdam <warmerdam@pobox.com> * projects.h, cs2cs.c, pj_strerrno.c, p_series.c, gen_cheb.c: Added @@ -1,3 +1,14 @@ + +4.5.0 Release Notes +------------------- + + o Microsoft Visual Studio 8 compatibility changes. + + o Upgraded to EPSG 4.9 database. + + o Several bug fixes to pj_transform() to handle transient errors properly. + + 4.4.9 Release Notes ------------------- @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for PROJ.4 Projections 4.4.9. +# Generated by GNU Autoconf 2.59 for PROJ.4 Projections 4.5.0. # # Report bugs to <warmerdam@pobox.com>. # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='PROJ.4 Projections' PACKAGE_TARNAME='proj' -PACKAGE_VERSION='4.4.9' -PACKAGE_STRING='PROJ.4 Projections 4.4.9' +PACKAGE_VERSION='4.5.0' +PACKAGE_STRING='PROJ.4 Projections 4.5.0' PACKAGE_BUGREPORT='warmerdam@pobox.com' # Factoring default headers for most tests. @@ -953,7 +953,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.4.9 to adapt to many kinds of systems. +\`configure' configures PROJ.4 Projections 4.5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1019,7 +1019,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PROJ.4 Projections 4.4.9:";; + short | recursive ) echo "Configuration of PROJ.4 Projections 4.5.0:";; esac cat <<\_ACEOF @@ -1161,7 +1161,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -PROJ.4 Projections configure 4.4.9 +PROJ.4 Projections configure 4.5.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1175,7 +1175,7 @@ cat >&5 <<_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.4.9, which was +It was created by PROJ.4 Projections $as_me 4.5.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1818,7 +1818,7 @@ fi # Define the identity of the package. PACKAGE='proj' - VERSION='4.4.9' + VERSION='4.5.0' cat >>confdefs.h <<_ACEOF @@ -20117,7 +20117,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by PROJ.4 Projections $as_me 4.4.9, which was +This file was extended by PROJ.4 Projections $as_me 4.5.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20180,7 +20180,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -PROJ.4 Projections config.status 4.4.9 +PROJ.4 Projections config.status 4.5.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index b34661f9..a09f4ec6 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.4.9, [warmerdam@pobox.com], proj) +AC_INIT([PROJ.4 Projections], 4.5.0, [warmerdam@pobox.com], proj) AC_LANG(C) @@ -1,5 +1,5 @@ %define PACKAGE_NAME proj -%define PACKAGE_VERSION 4.4.9 +%define PACKAGE_VERSION 4.5.0 %define PACKAGE_URL http://www.remotesensing.org/proj/ %define _prefix /usr @@ -7,7 +7,7 @@ Summary: Cartographic projection software Name: %PACKAGE_NAME Version: %PACKAGE_VERSION Release: 1 -Source0: proj-4.4.9.tar.gz +Source0: proj-4.5.0.tar.gz Copyright: MIT License, Copyright (c) 2000, Frank Warmerdam Group: Applications/GIS Vendor: Intevation GmbH <http://intevation.net> @@ -24,7 +24,7 @@ forward and inverse transformation of cartographic data to or from cartesian data with a wide range of selectable projection functions. %prep -%setup -D -n proj-4.4.9 +%setup -D -n proj-4.5.0 %configure %build @@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT %makeinstall %clean -rm -rf %{_builddir}/proj-4.4.9 +rm -rf %{_builddir}/proj-4.5.0 rm -rf $RPM_BUILD_ROOT %files diff --git a/src/Makefile.am b/src/Makefile.am index 43187bb6..60470ada 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:0:5 +libproj_la_LDFLAGS = -version-info 5:1:5 libproj_la_SOURCES = \ projects.h pj_list.h \ diff --git a/src/Makefile.in b/src/Makefile.in index 130771dd..fb88b49e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -319,7 +319,7 @@ nad2nad_LDADD = libproj.la nad2bin_LDADD = libproj.la geod_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -version-info 5:0:5 +libproj_la_LDFLAGS = -version-info 5:1:5 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 a65db995..67f8a2df 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -2,7 +2,7 @@ #include <projects.h> -char const pj_release[]="Rel. 4.4.9, 29 Oct 2004"; +char const pj_release[]="Rel. 4.5.0, 19 Apr 2006"; const char *pj_get_release() diff --git a/src/proj_api.h b/src/proj_api.h index 60601a8f..cd366bf4 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -28,6 +28,9 @@ ****************************************************************************** * * $Log$ + * Revision 1.14 2006/04/20 04:19:59 fwarmerdam + * updated version + * * Revision 1.13 2004/10/30 02:33:47 fwarmerdam * Updated release version. * @@ -83,7 +86,7 @@ extern "C" { #endif /* Try to update this every version! */ -#define PJ_VERSION 449 +#define PJ_VERSION 450 extern char const pj_release[]; /* global release id string */ |
