]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.24.2 release.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Jul 2025 21:17:01 +0000 (23:17 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Jul 2025 21:17:01 +0000 (23:17 +0200)
* 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.

NEWS
gettext-tools/configure.ac
gettext-tools/misc/autopoint.in

diff --git a/NEWS b/NEWS
index 5784392fd9f24184803cb955905925bc7317500d..947cc16d9840d90385346ce2f9d8f68aa87d3747 100644 (file)
--- 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:
index 93e848aedb39e1a3c51200317e12d052eb2a2fd2..bf32a0f1f23b7dba7478400a4c54e0510c155792 100644 (file)
@@ -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
index 8f127aab189c5c8226f6290f018fff899f79c4d5..2dcb29a21c9c04d3b7fcf3d0faf48db1c71b9d57 100644 (file)
@@ -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