summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-05-28 14:00:02 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-05-28 14:00:02 (GMT)
commit59f7b9a4d0d1ab53a0452da6e14c8dfbdb7cc88b (patch)
treeaf8b1c6ba8ce70b3bb2e86cde70d8d57e148dd01 /README
parent0bba0e8b1448e949f65eb7868c43157241dedbcc (diff)
downloadpatchelf-59f7b9a4d0d1ab53a0452da6e14c8dfbdb7cc88b.zip
patchelf-59f7b9a4d0d1ab53a0452da6e14c8dfbdb7cc88b.tar.gz
patchelf-59f7b9a4d0d1ab53a0452da6e14c8dfbdb7cc88b.tar.bz2
* Update the README.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 11dc16c..a20319e 100644
--- a/README
+++ b/README
@@ -33,9 +33,6 @@ http://nixos.org/patchelf.html
BUGS
-Currently setting the RPATH on libraries ("--set-rpath") will usually
-fail if the new RPATH is longer then the old RPATH.
-
The `strip' command from binutils generated broken executables when
applied to the output of patchelf (if `--set-rpath' or
`--set-interpreter' with a larger path than the original is used).
@@ -58,6 +55,8 @@ RELEASE HISTORY
neither is present, a DT_RUNPATH is added unless `--force-rpath' is
specified, in which case a DT_RPATH is added.
+* Support for growing the RPATH on dynamic libraries.
+
0.3 (May 24, 2007):
* Support for 64-bit ELF binaries (such as on x86_64-linux).