summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-29 10:15:45 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-29 10:15:58 (GMT)
commit44b7f9583ffe0ee09c4da8bd996ef9a6a0017e1a (patch)
tree4d5fe0626f934bd81ac85e0e3ae08642705fb970
parentebff9f613165f25c92bb58a4a261f639e182cfc7 (diff)
downloadpatchelf-44b7f9583ffe0ee09c4da8bd996ef9a6a0017e1a.zip
patchelf-44b7f9583ffe0ee09c4da8bd996ef9a6a0017e1a.tar.gz
patchelf-44b7f9583ffe0ee09c4da8bd996ef9a6a0017e1a.tar.bz2
Update README0.9
-rw-r--r--README14
1 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index 39e38b4..eb291ba 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ libraries. In particular, it can do the following:
AUTHOR
-Copyright 2004-2013 Eelco Dolstra <eelco.dolstra@logicblox.com>.
+Copyright 2004-2016 Eelco Dolstra <eelco.dolstra@logicblox.com>.
LICENSE
@@ -77,6 +77,18 @@ This appears to be a bug in binutils
RELEASE HISTORY
+0.9 (February 29, 2016):
+
+* Lots of new features. Please refer to the Git commit log:
+
+ https://github.com/NixOS/patchelf/commits/master
+
+ This release has contributions from Aaron D. Marasco, Adrien
+ Devresse, Alexandre Pretyman, Changli Gao, Chingis Dugarzhapov,
+ darealshinji, David Sveningsson, Eelco Dolstra, Felipe Sateler,
+ Jeremy Sanders, Jonas Kuemmerlin, Thomas Tuegel, Tuomas Tynkkynen,
+ Vincent Danjean and Vladimír Čunát.
+
0.8 (January 15, 2014):
* Fix a segfault caused by certain illegal entries in symbol tables.