summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-08 17:28:50 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-08 17:28:50 +0100
commitff33e1d252f46bec1a33e28700da3282fc24047a (patch)
tree5c15bc695be820b393a8496c5807ecafbbdeb89b /ChangeLog
parentb2ac982cc8b5290699eb5f52fb043d3d15e2624b (diff)
parent5f59a34ab747dde8ede7357f3431bf06bd6002fe (diff)
Update upstream source from tag 'upstream/1.4.2'
Update to upstream version '1.4.2' with Debian dir 493e96bcd865e4f9990e20bee26408c96231d727
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0139c397..780b340d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2026-02-24 Bruno Haible <bruno@clisp.org>
+
+ Prepare for 1.4.2 release.
+ * version.sh: Bump version number, date, gnulib version.
+ * README: Update version.
+ * NEWS: Update.
+
+2025-12-29 Bruno Haible <bruno@clisp.org>
+
+ Sync with gnulib.
+ * lib/unistring/cdefs.h: Update from gnulib/m4/gnulib-common.m4.
+ (_GL_UNNAMED): New macro.
+ (_UC_UNNAMED): Apply
+ 2025-12-23 Paul Eggert <eggert@cs.ucla.edu>
+ New C macro _GL_UNNAMED
+
+2025-10-08 Bruno Haible <bruno@clisp.org>
+
+ Make the generated <unistring/stdint.h> more usable in C++ mode.
+ Reported by Daniel Collins <solemnwarning@solemnwarning.net>
+ at <https://savannah.gnu.org/bugs/?67590>.
+
+ * lib/Makefile.am (unistring/stdint.h): In C++ 11 or newer mode, just use
+ <cstdint>.
+
2025-10-05 Bruno Haible <bruno@clisp.org>
Prepare for 1.4.1 release.