From e8595d2086788c5d1ad969e0716eae7a3427a79f Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sun, 5 Jan 2025 19:00:52 +0100 Subject: [PATCH] update changelog --- build.properties | 2 +- changelog.md | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index 15558c735a..c29e5da889 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -oc.version=1.8.6-snapshot +oc.version=1.8.7-snapshot ae2.version=rv2-stable-10 bc.version=7.1.24 diff --git a/changelog.md b/changelog.md index 0ef527973e..7aed87005a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,16 @@ ## 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 + +* [#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, HfSr, Timothé GRISOT