[Pkg-isocodes-devel] r1155 - trunk/isoquery
toddy-guest at alioth.debian.org
toddy-guest at alioth.debian.org
Tue Nov 13 16:03:07 UTC 2007
Author: toddy-guest
Date: 2007-11-13 16:03:07 +0000 (Tue, 13 Nov 2007)
New Revision: 1155
Modified:
trunk/isoquery/ChangeLog
trunk/isoquery/TODO
trunk/isoquery/configure
trunk/isoquery/configure.ac
Log:
Prepare release 0.9
Modified: trunk/isoquery/ChangeLog
===================================================================
--- trunk/isoquery/ChangeLog 2007-11-13 10:33:21 UTC (rev 1154)
+++ trunk/isoquery/ChangeLog 2007-11-13 16:03:07 UTC (rev 1155)
@@ -1,5 +1,13 @@
-Isoquery trunk
+Isoquery 0.9
==============
+13 November 2007
+
+* Add man page
+* Use po4a to translate man page into German
+
+
+Isoquery 0.8
+============
UNRELEASED
* Initial setup, using basic classes and C++ code
Modified: trunk/isoquery/TODO
===================================================================
--- trunk/isoquery/TODO 2007-11-13 10:33:21 UTC (rev 1154)
+++ trunk/isoquery/TODO 2007-11-13 16:03:07 UTC (rev 1155)
@@ -7,8 +7,6 @@
- bindtextdomain()
-- write a man page
-
- allow use of ISO 639-3, ISO 3166-2, ISO 15924
- optionally print results with NULL characters instead of newlines
Modified: trunk/isoquery/configure
===================================================================
--- trunk/isoquery/configure 2007-11-13 10:33:21 UTC (rev 1154)
+++ trunk/isoquery/configure 2007-11-13 16:03:07 UTC (rev 1155)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for isoquery 0.8.
+# Generated by GNU Autoconf 2.61 for isoquery 0.9.
#
# Report bugs to <Tobias Toedter <t.toedter at gmx.net>>.
#
@@ -574,8 +574,8 @@
# Identity of this package.
PACKAGE_NAME='isoquery'
PACKAGE_TARNAME='isoquery'
-PACKAGE_VERSION='0.8'
-PACKAGE_STRING='isoquery 0.8'
+PACKAGE_VERSION='0.9'
+PACKAGE_STRING='isoquery 0.9'
PACKAGE_BUGREPORT='Tobias Toedter <t.toedter at gmx.net>'
# Factoring default headers for most tests.
@@ -1244,7 +1244,7 @@
# 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 isoquery 0.8 to adapt to many kinds of systems.
+\`configure' configures isoquery 0.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1314,7 +1314,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of isoquery 0.8:";;
+ short | recursive ) echo "Configuration of isoquery 0.9:";;
esac
cat <<\_ACEOF
@@ -1413,7 +1413,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-isoquery configure 0.8
+isoquery configure 0.9
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1427,7 +1427,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by isoquery $as_me 0.8, which was
+It was created by isoquery $as_me 0.9, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2122,7 +2122,7 @@
# Define the identity of the package.
PACKAGE='isoquery'
- VERSION='0.8'
+ VERSION='0.9'
cat >>confdefs.h <<_ACEOF
@@ -7132,7 +7132,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by isoquery $as_me 0.8, which was
+This file was extended by isoquery $as_me 0.9, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7179,7 +7179,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-isoquery config.status 0.8
+isoquery config.status 0.9
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/isoquery/configure.ac
===================================================================
--- trunk/isoquery/configure.ac 2007-11-13 10:33:21 UTC (rev 1154)
+++ trunk/isoquery/configure.ac 2007-11-13 16:03:07 UTC (rev 1155)
@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-AC_INIT([isoquery], [0.8], [Tobias Toedter <t.toedter at gmx.net>])
+AC_INIT([isoquery], [0.9], [Tobias Toedter <t.toedter at gmx.net>])
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign])
More information about the Pkg-isocodes-devel
mailing list