From 55a3a5331b62550fb3f90dbb2d281eb75845a08b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 8 Aug 2023 14:16:57 +0200 Subject: [PATCH] Add ChangeLog entries for the last 3 commits. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80ac7184d8..25d90019da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2023-08-07 Paul Eggert + + quotearg: fix obsolete comment + * lib/quotearg.h: Fix comment to match behavior. + This fixes a commentary bug introduced in + commit 1a43a982c927eaf26bbc2701a872009d9be4b33b + "quotearg: do not use grave accent for left quote" + dated 2011-12-18 15:44:17+01, where the comment + was not updated to match the changed behavior. + +2023-08-06 Paul Eggert + + readutmp: fix comment bug ID + * lib/readutmp.c: Fix comment (thanks to Bruno Haible). + + doc: Document lack of printf "%n" on Android, OpenBSD. + * doc/posix/functions/*printf.texi: Document that the POSIX-specified + printf functions do not support the %n format on Android and OpenBSD. + This lack of support is deliberate, as %n is a common target of attacks + on security. + 2023-08-05 Paul Eggert readutmp: anticipate Y2038 hack for utmp -- 2.39.5