about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Newall <glibc@davidnewall.com>2019-02-04 13:35:11 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-04 13:35:12 +0100
commit8692ebdb1259be60c545fa509d4852b26703777e (patch)
tree02739e9bf9f8e7a888294d18c532e0b19b880126 /NEWS
parent5e10136b3ce5226bb6d55f5f14f74e65218750be (diff)
downloadglibc-8692ebdb1259be60c545fa509d4852b26703777e.tar.gz
glibc-8692ebdb1259be60c545fa509d4852b26703777e.tar.xz
glibc-8692ebdb1259be60c545fa509d4852b26703777e.zip
elf: Implement --preload option for the dynamic linker
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cf568aed9..5d1de1f2f4 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,8 @@ Version 2.30
 
 Major new features:
 
-  [Add new features here]
+* The dynamic linker accepts the --preload argument to preload shared
+  objects, in addition to the LD_PRELOAD environment variable.
 
 Deprecated and removed features, and other changes affecting compatibility: