diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-03-07 22:06:18 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-03-07 22:06:18 +0100 |
commit | 920b35c92ed8f41796c090c2819434e56701da5b (patch) | |
tree | 547f2a768b3468145c0def879950bd643ab36752 /ChangeLog | |
parent | 515b0760fa1cc7f4ec6d1e96d265105bf8481fe0 (diff) | |
download | glibc-920b35c92ed8f41796c090c2819434e56701da5b.zip glibc-920b35c92ed8f41796c090c2819434e56701da5b.tar.gz glibc-920b35c92ed8f41796c090c2819434e56701da5b.tar.bz2 |
ldconfig: Do not remove stale symbolic links with -X [BZ #19610]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2016-03-07 Florian Weimer <fweimer@redhat.com> + + [BZ #19610] + * elf/ldconfig.c (opt_link): Update comment. + (options): Update help string for option -X. + (search_dir): Unlink stale symbolic link only if updating symbolic + links. + * elf/tst-ldconfig-X.sh: New file. + * elf/Makefile (tests-special): Add tst-ldconfig-X.out. + (tst-ldconfig-X.out): New rule to run tst-ldconfig-X.sh. + 2016-03-07 Andreas Schwab <schwab@suse.de> * iconv/gconv_builtin.h ("=ascii->INTERNAL"): Correct min/max |