You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
#### wut 1.1.1
2
+
###### Important changes
3
+
- Changed license to zlib to avoiding licensing issues when linking against wut in non-GPL projects. (#257)
4
+
5
+
###### Important bug fixes
6
+
- Fixed stack alignment to match PPC EABI requirements and avoid undefined behaviour (#248)
7
+
- Fixed lseek implementation which caused undefined behaviour on SEEK_CUR (#253)
8
+
- Added fix to prevent file-offset overflow in seek implementation (#254)
9
+
- Fixed lseek implementation to work correctly on files opend with O_APPEND (#256)
10
+
- Fixed and improved usage of atomics (#258)
11
+
12
+
###### New features
13
+
- Added a trapword to the crt in case a debugger is initalized to allow debugging .rpx compiled with wut (#249)
14
+
- Added support for the O_EXCL fopen flag and the following flag combinations: `O_WRONLY | O_CREAT`, `O_WRONLY | O_APPEND` and `O_WRONLY | O_TRUNC` (#250)
15
+
16
+
###### CafeOS related changes
17
+
- Fixed invalid ACPInitialize function declaration (#247)
18
+
- Fixed order of arguments for FSOpenFileExAsync (#260)
19
+
20
+
Thanks to @exjam, @fincs, @GaryOderNichts and @Maschell for their contributions to this release.
21
+
1
22
#### wut 1.1.0
2
23
###### Important bug fixes
3
24
- Added wut_load_bounds section to prevent loader bug (thanks @GaryOderNichts)
0 commit comments