This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from e1e47c912a Update translations adds 330c9d0db1 Prepare for 2.29 release adds 56c86f5dd5 Tag 2.29 release adds de44ab67aa Open master for 2.30 development adds 2bac7daa58 nss_files: Fix /etc/aliases null pointer dereference [BZ #24059] adds 583dd860d5 regex: fix read overrun [BZ #24114] adds 5f10701fdc libio: use stdout in puts and putchar, etc [BZ #24051]. adds 932329a513 Use MPFR 4.0.2 in build-many-glibcs.py.
No new revisions were added by this update.
Summary of changes: ChangeLog | 61 +++++++++++++- INSTALL | 14 ++-- NEWS | 156 +++++++++++++++++++++++++++++++++++- include/features.h | 2 +- libio/Makefile | 2 +- libio/fileops.c | 8 +- libio/ioputs.c | 12 +-- libio/putchar.c | 6 +- libio/putchar_u.c | 4 +- libio/putwchar.c | 6 +- libio/putwchar_u.c | 4 +- libio/tst-bz24051.c | 81 +++++++++++++++++++ libio/wfileops.c | 8 +- manual/contrib.texi | 36 ++++++++- manual/install.texi | 10 +-- nss/Makefile | 2 + nss/nss_files/files-alias.c | 10 +++ nss/tst-nss-files-alias-truncated.c | 66 +++++++++++++++ posix/regexec.c | 6 +- scripts/build-many-glibcs.py | 2 +- support/namespace.h | 2 + support/support_chroot.c | 2 + version.h | 2 +- 23 files changed, 454 insertions(+), 48 deletions(-) create mode 100644 libio/tst-bz24051.c create mode 100644 nss/tst-nss-files-alias-truncated.c