From: Bruno Haible Date: Wed, 7 Nov 2007 02:54:34 +0000 (+0000) Subject: Update for 0.17. X-Git-Tag: v0.17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81a5234a673f6fbc0f8b7ea8f18ef73021b0a2e;p=thirdparty%2Fgettext.git Update for 0.17. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 6a272dc9f..304c53f6c 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -2,6 +2,10 @@ * gettext-0.17 released. +2007-11-07 Bruno Haible + + * autopoint.in: Update for 0.17. + 2007-10-31 Bruno Haible * gettextize.in (m4filelist): Remove ulonglong.m4 from the list. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 10fba85e9..e6458c371 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -292,7 +292,8 @@ case "$ver" in 0.13 | 0.13.1 | \ 0.14 | 0.14.1 | 0.14.2 | 0.14.3 | 0.14.4 | 0.14.5 | 0.14.6 | \ 0.15 | \ - 0.16 | 0.16.1 ) + 0.16 | 0.16.1 | \ + 0.17 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\ @@ -332,6 +333,7 @@ esac # 0.15 1760 # 0.16 1808 # 0.16.1 1812 +# 0.17 2128 # # The requirement that the user must have the CVS program available is not # a severe restrictions, because most of the people who use autopoint are