* gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Bump.
* libtextstyle/version.sh: Update VERSION_NUMBER, RELEASE_DATE.
* gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump.
* gettext-runtime/intl/Makefile.am (LTV_*): Bump to 12:2:4.
* libtextstyle/lib/Makefile.am (LTV_*): Bump to 2:3:2.
* gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:12:5.
* gettext-tools/misc/autopoint.in: Likewise. Accept version 0.23.1.
* gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.23.1.
* NEWS: Update.
+Version 0.23.1 - December 2024
+
+* Bug fixes:
+ - Building with libxml2 >= 2.12.0 and gcc >= 14 now works.
+ - XML: The value of the xml:lang attribute, inserted by msgfmt, is now
+ more correct.
+
Version 0.23 - December 2024
# Internationalized data formats:
# Before making a gettext release, you must change this according to the
# libtool documentation, section "Library interface versions".
LTV_CURRENT=12
-LTV_REVISION=1
+LTV_REVISION=2
LTV_AGE=4
# How to build libintl.la and libgnuintl.la.
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001700
+#define LIBINTL_VERSION 0x001701
extern int libintl_version;
fi
AC_SUBST([ARCHIVE_FORMAT])
-ARCHIVE_VERSION=0.23
+ARCHIVE_VERSION=0.23.1
AC_SUBST([ARCHIVE_VERSION])
PACKAGE_SUFFIX="-$ARCHIVE_VERSION"
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=5
-LTV_REVISION=11
+LTV_REVISION=12
LTV_AGE=5
# How to build libgettextpo.la.
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001700
+#define LIBGETTEXTPO_VERSION 0x001701
extern int libgettextpo_version;
/* ================================= Types ================================= */
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 | 0.23.1 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
# Libtool's library version information for libtextstyle.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=2
-LTV_REVISION=2
+LTV_REVISION=3
LTV_AGE=2
# How to build libtextstyle.la.
# Version number and release date.
-VERSION_NUMBER=0.23
-RELEASE_DATE=2024-12-01 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.23.1
+RELEASE_DATE=2024-12-31 # in "date +%Y-%m-%d" format