summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-11-27 16:20:41 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-11-27 17:33:06 +0100
commit4c62251316d8644013ba10e64a3ef70eba76dae3 (patch)
tree179f50fa3f8fec53990bb8e2e723595b77af5373
parentb7e64b9a199a32d1d0e103b5affdc07aae2264f3 (diff)
downloadpatchelf-prepare-release.tar.gz
bump versionprepare-release
-rw-r--r--README.md15
-rw-r--r--version2
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68b83f3..ee34c7c 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
## Release History
+0.14 (November 27, 2021):
+
+* Bug fixes:
+ - Fix corrupted library names when using --replace-needed multiple times
+ - Fix setting an empty rpath
+ - Don't try to parse .dynamic section of type NOBITS
+ - Fix use-after-free in normalizeNoteSegments
+ - Correct EINTR handling in writeFile
+ - MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present
+ - Fix binaries without .gnu.hash section
+* Support loongarch architecture
+* Remove limits on output file size for elf files
+* Allow reading rpath from file
+* Requires now C++17 for building
+
0.13 (August 5, 2021):
* New `--add-rpath` flag.
diff --git a/version b/version
index c2bdb56..c64601b 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.13 \ No newline at end of file
+0.14 \ No newline at end of file