forked from MightyPirates/OpenComputers
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: HfSr <[email protected]> Co-authored-by: Timothé GRISOT <[email protected]> Co-authored-by: charagarlnad <[email protected]>
- Loading branch information
1 parent
54c36ff
commit 010273c
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
## Fixes/improvements | ||
|
||
* [#3731] Fix string.format() omission in OpenOS package.lua. | ||
* [#3735] Fix server hangs on long-lasting HTTP requests. | ||
* [#3703] Fix potential packet memory leak. | ||
* [#3729] Fix potential crash when opening the manual. | ||
* Added a configuration option for network packet TTL. (Timothé GRISOT) | ||
* Improved mod load times on certain platforms. (charagarland) | ||
* Updated Chinese translation. (HfSr) | ||
* Updated Unifont to 16.0.02. | ||
|
||
## OpenOS fixes/improvements | ||
|
||
* [#3714] Fix an OpenOS 1.8.0 regression causing event.pullFiltered() to effectively ignore filter timeouts. | ||
* [#3727] Fix an exception handler bug in process.lua, uncovered by fixing recursive xpcall() handling in 1.8.4. | ||
|
||
## List of contributors | ||
|
||
asie, REUSS-dev | ||
asie, charagarland, DragDen, HfSr, Timothé GRISOT |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/opencomputers/loot/openos/lib/core/boot.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters