]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.25.1 release.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Jul 2025 22:10:38 +0000 (00:10 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Jul 2025 22:10:38 +0000 (00:10 +0200)
* gettext-tools/misc/autopoint.in: Accept versions 0.23.2, 0.24.2, 0.25.1.
* gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.25.1.
* NEWS: Update.

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

diff --git a/NEWS b/NEWS
index d2a87986d988babe4dae56e967322c9ac3a5850e..c380b3b51dcbf665b367cbe17cb48c7dcd6efbe6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.25.1 - 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.25 - May 2025
 
 # Programming languages support:
index 69068e53c96bbde64b33c86acd6c40e87948770c..197a7728d045c0bca3271abdeb49ff5ab513bff8 100644 (file)
@@ -620,7 +620,7 @@ fi
 AC_SUBST([ARCHIVE_FORMAT])
 
 dnl Get versions of files brought in by autopull.sh.
-ARCHIVE_VERSION=0.25
+ARCHIVE_VERSION=0.25.1
 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 f32b1930bb967dffac528c2b352e354128422dc6..02c70a4b1ec9c9b1a189948c69a807e9aa650495 100644 (file)
@@ -401,9 +401,9 @@ 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.25 )
+  0.23 | 0.23.1 | 0.23.2 | \
+  0.24 | 0.24.1 | 0.24.2 | \
+  0.25 | 0.25.1 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in