summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Quathamer <toddy@debian.org>2011-05-01 11:43:47 +0200
committerTobias Quathamer <toddy@debian.org>2011-05-01 11:43:47 +0200
commitfe471590fcdcdcd9cd8e4b4b84212549f5fab8b7 (patch)
tree7eea09a737cabdd49b9b5821c161706be852beda
parentfd42ced255fe8e68380dd604ff119cb9d8ea01cb (diff)
downloadiso-codes-fe471590fcdcdcd9cd8e4b4b84212549f5fab8b7.tar.gz
Prepare release 3.25.1iso-codes-3.25.1
-rw-r--r--ChangeLog18
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e7439c3..7acb8d46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
-iso-codes 3.25
---------------
+iso-codes 3.25.1
+----------------
Tobias Quathamer <toddy@debian.org>
-Sun, 3 April 2011
-
- [ ISO 3166-2 ]
- * Correct spelling for São Paulo
+Sun, 1 May 2011
[ ISO 639 translations ]
* French leading case fixed by David Prévôt. Closes: #624476
@@ -21,6 +18,15 @@ Sun, 3 April 2011
* Polish by Jakub Bogusz (TP)
+iso-codes 3.25
+--------------
+Tobias Quathamer <toddy@debian.org>
+Sun, 3 April 2011
+
+ [ ISO 3166-2 ]
+ * Correct spelling for São Paulo
+
+
iso-codes 3.24.2
----------------
Tobias Quathamer <toddy@debian.org>
diff --git a/configure b/configure
index 543f809e..0427348d 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.67 for iso-codes 3.25.
+# Generated by GNU Autoconf 2.67 for iso-codes 3.25.1.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -548,8 +548,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='iso-codes'
PACKAGE_TARNAME='iso-codes'
-PACKAGE_VERSION='3.25'
-PACKAGE_STRING='iso-codes 3.25'
+PACKAGE_VERSION='3.25.1'
+PACKAGE_STRING='iso-codes 3.25.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1175,7 +1175,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 iso-codes 3.25 to adapt to many kinds of systems.
+\`configure' configures iso-codes 3.25.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1241,7 +1241,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of iso-codes 3.25:";;
+ short | recursive ) echo "Configuration of iso-codes 3.25.1:";;
esac
cat <<\_ACEOF
@@ -1315,7 +1315,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-iso-codes configure 3.25
+iso-codes configure 3.25.1
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1332,7 +1332,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 iso-codes $as_me 3.25, which was
+It was created by iso-codes $as_me 3.25.1, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2148,7 +2148,7 @@ fi
# Define the identity of the package.
PACKAGE='iso-codes'
- VERSION='3.25'
+ VERSION='3.25.1'
cat >>confdefs.h <<_ACEOF
@@ -2933,7 +2933,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 iso-codes $as_me 3.25, which was
+This file was extended by iso-codes $as_me 3.25.1, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2986,7 +2986,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="\\
-iso-codes config.status 3.25
+iso-codes config.status 3.25.1
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 7ee2043f..0c29df7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with this program; if not, write to the Free Software Foundation, Inc.,
dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([iso-codes],[3.25])
+AC_INIT([iso-codes],[3.25.1])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip foreign])
AM_MAINTAINER_MODE