diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -9,7 +9,12 @@ Version 2.37 Major new features: - [Add new features here] +* The dynamic loader now prints an error message, "ld.so/libc.so + mismatch detected (upgrade in progress?)" if it detects that the + version of libc.so it loaded comes from a different build of glibc. + The new configure option --with-extra-version-id can be used to + specify an arbitrary string that affects the computation of the + version fingerprint. Deprecated and removed features, and other changes affecting compatibility: |