From 8f3989d586a88d182700050b435d2f6c393ec27b Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Thu, 4 Apr 2024 11:19:40 +0100 Subject: [PATCH] build: update gnulib submodule to latest * gnulib: Update to latest. * NEWS: Document 2 bugs fixed. --- NEWS | 10 ++++++++++ gnulib | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0d380a8ae4..0a51303317 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + ls and printf fix shell quoted output in the edge case of escaped + first and last characters, and single quotes in the string. + [bug introduced in coreutils-8.26] + + mv works again with macFUSE file systems. Previously it would + have exited with a "Function not implemented" error. + [bug introduced in coreutils-8.28] + * Noteworthy changes in release 9.5 (2024-03-28) [stable] diff --git a/gnulib b/gnulib index 259829e78b..83a61464bd 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 259829e78b9e434771388269cd7ff3f55ce74057 +Subproject commit 83a61464bd251ccd031ca3188d8be151f6591470 -- 2.47.2