aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9bef48..9d3c8c5 100644
--- a/NEWS
+++ b/NEWS
@@ -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: