Skip to content

Commit fc33f45

Browse files
haampieMic92
authored andcommitted
Bump version and update release notes
fixes #338
1 parent b7e64b9 commit fc33f45

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,35 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
9999

100100
## Release History
101101

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+
102131
0.13 (August 5, 2021):
103132

104133
* New `--add-rpath` flag.

0 commit comments

Comments
 (0)