-
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ libraries. In particular, it can do the following: | |
|
||
AUTHOR | ||
|
||
Copyright 2004-2013 Eelco Dolstra <[email protected]>. | ||
Copyright 2004-2016 Eelco Dolstra <[email protected]>. | ||
|
||
|
||
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. | ||
|