diff options
author | Josh Triplett <josh@joshtriplett.org> | 2020-05-19 14:41:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-05-19 14:41:48 +0200 |
commit | cad64f778aced84efdaa04ae64f8737b86f063ab (patch) | |
tree | a05908dd2baf169bdcc7f4de847312a13e650f5a /NEWS | |
parent | 790b8dda4455865cb8c3a47801f4304c1a43baf6 (diff) | |
download | glibc-cad64f778aced84efdaa04ae64f8737b86f063ab.tar glibc-cad64f778aced84efdaa04ae64f8737b86f063ab.tar.gz glibc-cad64f778aced84efdaa04ae64f8737b86f063ab.tar.bz2 glibc-cad64f778aced84efdaa04ae64f8737b86f063ab.zip |
ldconfig: Default to the new format for ld.so.cache
glibc has supported this format for close to 20 years.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Deprecated and removed features, and other changes affecting compatibility: Its implementation always returned with a failure, and the function was not declared in any header file. +* ldconfig now defaults to the new format for ld.so.cache. glibc has + already supported this format for almost 20 years. + Changes to build and runtime requirements: * powerpc64le requires GCC 7.4 or newer. This is required for supporting |