Skip to content

Commit 1b39260

Browse files
committed
Update README
1 parent 6066239 commit 1b39260

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ libraries. In particular, it can do the following:
5050
* Change SONAME of a dynamic library:
5151

5252
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
53-
53+
5454

5555
INSTALLING
5656

@@ -64,7 +64,7 @@ You can download a pre-compiled binary from the releases or compile it by yourse
6464

6565
AUTHOR
6666

67-
Copyright 2004-2016 Eelco Dolstra <eelco.dolstra@logicblox.com>.
67+
Copyright 2004-2019 Eelco Dolstra <edolstra@gmail.com>.
6868

6969

7070
LICENSE
@@ -99,6 +99,18 @@ This appears to be a bug in binutils
9999

100100
RELEASE HISTORY
101101

102+
0.10 (March 28, 2019):
103+
104+
* Many bug fixes. Please refer to the Git commit log:
105+
106+
https://github.com/NixOS/patchelf/commits/master
107+
108+
This release has contributions from Adam Trhoň, Benjamin Hipple,
109+
Bernardo Ramos, Bjørn Forsman, Domen Kožar, Eelco Dolstra, Ezra
110+
Cooper, Felipe Sateler, Jakub Wilk, James Le Cuirot, Karl Millar,
111+
Linus Heckemann, Nathaniel J. Smith, Richard Purdie, Stanislav
112+
Markevich and Tuomas Tynkkynen.
113+
102114
0.9 (February 29, 2016):
103115

104116
* Lots of new features. Please refer to the Git commit log:
@@ -169,4 +181,3 @@ RELEASE HISTORY
169181
0.1 (October 11, 2005):
170182

171183
* Initial release.
172-

0 commit comments

Comments
 (0)