diff --git a/README.md b/README.md index 68b83f3f..f37d15d4 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,18 @@ along with this program. If not, see . ## Release History +0.13.1 (...): + +* Bug fixes: + - fix setting empty rpath + - use memcpy instead of strcpy to set rpath + - Don't try to parse .dynamic section of type NOBITS + - fix use-after-free in normalizeNoteSegments + - correct EINTR handling in writeFile + - Adjust PT_MIPS_ABIFLAGS segment if present + - Adjust DT_MIPS_RLD_MAP_REL dynamic section entry if present + - fix binaries without .gnu.hash section + 0.13 (August 5, 2021): * New `--add-rpath` flag. diff --git a/version b/version index c2bdb563..ed0d9e99 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.13 \ No newline at end of file +0.13.1 \ No newline at end of file