@@ -99,6 +99,35 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
99
99
100
100
## Release History
101
101
102
+ 0.14 (November 27, 2021):
103
+
104
+ Changes compared to 0.13:
105
+
106
+ * Bug fixes:
107
+ - Fix corrupted library names when using --replace-needed multiple times
108
+ - Fix setting an empty rpath
109
+ - Don't try to parse .dynamic section of type NOBITS
110
+ - Fix use-after-free in normalizeNoteSegments
111
+ - Correct EINTR handling in writeFile
112
+ - MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present
113
+ - Fix binaries without .gnu.hash section
114
+ * Support loongarch architecture
115
+ * Remove limits on output file size for elf files
116
+ * Allow reading rpath from file
117
+ * Requires now C++17 for building
118
+
119
+ 0.13.1 (November 27, 2021):
120
+
121
+ * Bug fixes:
122
+ - fix setting empty rpath
123
+ - use memcpy instead of strcpy to set rpath
124
+ - Don't try to parse .dynamic section of type NOBITS
125
+ - fix use-after-free in normalizeNoteSegments
126
+ - correct EINTR handling in writeFile
127
+ - Adjust PT_MIPS_ABIFLAGS segment if present
128
+ - Adjust DT_MIPS_RLD_MAP_REL dynamic section entry if present
129
+ - fix binaries without .gnu.hash section
130
+
102
131
0.13 (August 5, 2021):
103
132
104
133
* New ` --add-rpath ` flag.
0 commit comments