Skip to content

Commit babde50

Browse files
authored
Merge pull request #336 from NixOS/prepare-release
bump version
2 parents 0d3df24 + 34d34da commit babde50

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
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.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13
1+
0.14

0 commit comments

Comments
 (0)