summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-02-21 14:13:27 +0100
committerJörg Thalheim <joerg@thalheim.io>2022-02-21 14:22:56 +0100
commitdf7c57a032e62b0e34d1a63e96278cf5e8782c67 (patch)
tree70970740513490f0b12481e445884d6cb5c286c6
parenta99261672293e50e7bc2de414a50a03ec62d4085 (diff)
downloadpatchelf-df7c57a032e62b0e34d1a63e96278cf5e8782c67.tar.gz
bump version0.14.4
-rw-r--r--README.md8
-rw-r--r--version2
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfaad4f..d983c75 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
## Release History
+0.14.4 (February 21, 2022):
+
+* Several test fixes to fix patchelf test suite on openbsd by @klemensn
+* Allow multiple modifications in same call by @fzakaria in https://github.com/NixOS/patchelf/pull/361
+* Add support to build with musl by @fzakaria in https://github.com/NixOS/patchelf/pull/362
+* Fix typo: s/folllow/follow/ by @bjornfor in https://github.com/NixOS/patchelf/pull/366
+* mips: fix incorrect polarity on dyn_offset; closes #364 by @a-m-joseph in https://github.com/NixOS/patchelf/pull/365
+
0.14.3 (December 05, 2021):
* this release adds support for static, pre-compiled patchelf binaries
diff --git a/version b/version
index 94ec240..3393b5f 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.14.3 \ No newline at end of file
+0.14.4