-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!-- | ||
# `Zip library updated from Ionic.Zip.Reduced v1.9.1.8 to DotNetZip v1.16.0` | ||
by **Chicken-Bones** has been merged. | ||
**Pull Request:** <https://github.com/tModLoader/tModLoader/pull/4109> | ||
**Arrives in Preview**: <t:1711933200:f> | ||
**Arrives in Stable**: <t:1714525200:f> | ||
**Runtime Breakage**: 🟢 - **None** | ||
**Source-code Breakage**: 🟢 - **None** | ||
## Short Summary | ||
> - To fix a bug, the Ionic.Zip reference has been updated | ||
## Porting Notes | ||
> - None. If your mod happens to use `using Ionic.Zip;`, you can check that your mod still loads if you want. | ||
--> | ||
|
||
# 将库 `Ionic.Zip.Reduced` v1.9.1.8 更新为 `DotNetZip v1.16.0` | ||
by **Chicken-Bones** | ||
**Pull Request**:<https://github.com/tModLoader/tModLoader/pull/4109> | ||
**更新至预览版**:2024-04-01 09:00 | ||
**更新至稳定版**:2024-05-01 09:00 | ||
**运行时破坏性**:🟢 - **无** | ||
**代码破坏性**:🟢 - **无** | ||
|
||
## 简要总结 | ||
- 修复了一个解压 `.zip` 文件的漏洞。 | ||
|
||
## 提示 | ||
- 如果你的模组刚好有 `using Ionic.Zip`,可以看看模组是否还正常运作。 | ||
|
||
<!-- | ||
# 将库 Ionic.Zip.Reduced v1.9.1.8 更新为 DotNetZip v1.16.0 | ||
by Chicken-Bones | ||
Pull Request:https://github.com/tModLoader/tModLoader/pull/4109 | ||
更新至预览版:2024-04-01 09:00 | ||
更新至稳定版:2024-05-01 09:00 | ||
运行时破坏性:🟢 - 无 | ||
代码破坏性:🟢 - 无 | ||
## 简要总结 | ||
- 修复了一个解压 .zip 文件的漏洞。 | ||
## 提示 | ||
- 如果你的模组刚好有 using Ionic.Zip,可以看看模组是否还正常运作。 | ||
--> |