From: Bruno Haible Date: Tue, 1 Jul 2025 21:17:01 +0000 (+0200) Subject: Prepare for 0.24.2 release. X-Git-Tag: v0.24.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45ca25fac8eda0e265f7591db866f4bcbf89b9d4;p=thirdparty%2Fgettext.git Prepare for 0.24.2 release. * gettext-tools/misc/autopoint.in: Accept versions 0.23.2, 0.24.2. * gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.24.2. * NEWS: Update. --- diff --git a/NEWS b/NEWS index 5784392fd..947cc16d9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 0.24.2 - July 2025 + +* Bug fixes: + - autopoint no longer fails if configure.ac contains no + AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION invocation. + - nls.m4 is installed again under $PREFIX/share/aclocal/. +* Portability: + - Building on native Windows with MSVC and --enable-shared is now supported. + Version 0.24.1 - May 2025 * Bug fixes: diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 93e848aed..bf32a0f1f 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -594,7 +594,7 @@ fi AC_SUBST([ARCHIVE_FORMAT]) dnl Get versions of files brought in by autopull.sh. -ARCHIVE_VERSION=0.24.1 +ARCHIVE_VERSION=0.24.2 AC_SUBST([ARCHIVE_VERSION]) dnl We don't offer a --with-tree-sitter-prefix option, but instead always use dnl the tree-sitter version included in the tarball. This is required because diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 8f127aab1..2dcb29a21 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -401,8 +401,8 @@ case "$ver" in 0.20 | 0.20.2 | \ 0.21 | 0.21.1 | \ 0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \ - 0.23 | 0.23.1 | \ - 0.24 | 0.24.1 ) + 0.23 | 0.23.1 | 0.23.2 | \ + 0.24 | 0.24.1 | 0.24.2 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in