summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog100
1 files changed, 100 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f6e0ce..9d34dd1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+2024-10-16 Bruno Haible <bruno@clisp.org>
+
+ Prepare for 1.3 release.
+ * version.sh: Bump version number, date, gnulib version.
+ * README: Update version.
+ * lib/Makefile.am (LTV_*): Update to 7:0:2 (determined with help from
+ gnulib's libtool-next-version).
+
+2024-10-16 Bruno Haible <bruno@clisp.org>
+
+ Assume the target system has <stdbool.h>.
+ * gnulib-local/lib/unistr.in.h.diff: Simplify.
+ * gnulib-local/lib/unicase.in.h.diff: Remove file.
+ * gnulib-local/lib/unictype.in.h.diff: Remove file.
+ * gnulib-local/lib/unigbrk.in.h.diff: Remove file.
+ * gnulib-local/Makefile.am (EXTRA_DIST): Remove them.
+ * lib/stdbool.mini.h: Remove file.
+ * lib/Makefile.am (nobase_nodist_include_HEADERS): Remove unistring/stdbool.h.
+ (unistring/stdbool.h): Remove rule.
+ (BUILT_SOURCES, MOSTLYCLEANFILES, CLEANFILES, EXTRA_DIST): Update.
+
+2024-10-16 Bruno Haible <bruno@clisp.org>
+
+ Fix list of exports on Windows platforms.
+ * woe32dll/unistring-exports.c (UC_PROPERTY_ID_COMPAT_MATH_START,
+ UC_PROPERTY_ID_COMPAT_MATH_CONTINUE, UC_PROPERTY_IDS_UNARY_OPERATOR): Add,
+ missing since 2024-01-31.
+ (UC_PROPERTY_PREPENDED_CONCATENATION_MARK): Add, missing since 2024-02-12.
+ (UC_PROPERTY_MODIFIER_COMBINING_MARK): Add, missing since 2024-09-13.
+
+2024-10-16 Bruno Haible <bruno@clisp.org>
+
+ Work around a libtool bug.
+ Reported at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73737>.
+
+ * m4/libtool.m4: Protect access to $multilib.
+
+2024-09-26 Bruno Haible <bruno@clisp.org>
+
+ Upgrade to libtool 2.5.3.
+ * m4/libtool.m4: Update from libtool-2.5.3.
+ * m4/ltoptions.m4: Likewise.
+ * m4/ltsugar.m4: Likewise.
+ * m4/ltversion.m4: Likewise.
+ * m4/lt~obsolete.m4: Likewise.
+ * build-aux/ltmain.sh: Likewise.
+
+2024-09-13 Bruno Haible <bruno@clisp.org>
+
+ Update to Unicode 16.0.0.
+ * gnulib-m4/gnulib-cache.m4: Regenerated.
+ * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_KASHMIRI_YEH.
+ (Properties as objects): Document UC_PROPERTY_MODIFIER_COMBINING_MARK.
+ (Properties as functions): Document uc_is_property_modifier_combining_mark.
+ * NEWS: Mention the changes.
+
+2024-09-01 Bruno Haible <bruno@clisp.org>
+
+ Replace FSF snail-mail addresses with URLs.
+ * build-aux/texi2html: Update GPL license notice.
+
+2024-08-24 Bruno Haible <bruno@clisp.org>
+
+ Fix shared library support in 32-bit mode on FreeBSD/powerpc64.
+ Patch from <https://savannah.gnu.org/patch/index.php?10469>.
+
+ * m4/libtool.m4: On FreeBSD, fix shlibpath_var.
+
+2024-07-12 Bruno Haible <bruno@clisp.org>
+
+ Switch to autoconf 2.72, automake 1.17.
+ * autogen.sh: Update comments.
+
+2024-06-20 Bruno Haible <bruno@clisp.org>
+
+ Update NEWS.
+ * NEWS: Mention the u*_*printf fix, done in gnulib on 2024-06-18.
+
+2024-06-10 Bruno Haible <bruno@clisp.org>
+
+ Update HACKING.
+ * HACKING: Mention the multi-platform continuous integration.
+
+2024-06-05 Bruno Haible <bruno@clisp.org>
+
+ Update DEPENDENCIES.
+ * DEPENDENCIES: libiconv is needed again on macOS 14. Mention win-iconv as an
+ alternative.
+
+2024-04-04 Bruno Haible <bruno@clisp.org>
+
+ Fix macro file 'serial' numbers for 'aclocal --install'.
+ * m4/exported.m4: Make 'serial' effective.
+ * m4/init-package-version.m4: Likewise.
+ * m4/woe32-dll.m4: Likewise.
+
+2024-02-24 Bruno Haible <bruno@clisp.org>
+
+ Add a list of manual steps for making a release.
+
2024-02-24 Bruno Haible <bruno@clisp.org>
Prepare for 1.2 release.