aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-01-24 09:34:15 +0100
committerFlorian Weimer <fweimer@redhat.com>2024-01-24 09:34:15 +0100
commitaeb497d1feee3b50447c4b74d6934746597783ae (patch)
tree6589def4cdbefdb6c86d94bfa4f426695c02592e
parente73ac3fca1434e86743f42cedc7633cdf02899b6 (diff)
downloadglibc-aeb497d1feee3b50447c4b74d6934746597783ae.tar
glibc-aeb497d1feee3b50447c4b74d6934746597783ae.tar.gz
glibc-aeb497d1feee3b50447c4b74d6934746597783ae.tar.bz2
glibc-aeb497d1feee3b50447c4b74d6934746597783ae.zip
NEWS: Update temporary files ignored by ldconfig
Fixes commit 2aa0974d2573441bffd596b07bff8698b1f2f18c ("elf: ldconfig should skip temporary files created by package managers") and commit cfb5a97a93ea656e3b2263e42142a4032986d9ba ("ldconfig: Fixes for skipping temporary files."). Reported-by: Guillem Jover <guillem@debian.org> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 72e9d70e1f..4a11e9df0f 100644
--- a/NEWS
+++ b/NEWS
@@ -69,8 +69,8 @@ Major new features:
Deprecated and removed features, and other changes affecting compatibility:
* The ldconfig program now skips file names containing ';' or ending in
- ".tmp", to avoid examining temporary files created by the RPM and dpkg
- package managers.
+ ".dpkg.tmp" or ".dpkg.new", to avoid examining temporary files created
+ by the RPM and dpkg package managers.
* libcrypt has been removed from the GNU C Library. The configure
options "--enable-crypt" and "--enable-nss-crypt" are no longer