diff options
| author | zousar <[email protected]> | 2025-04-11 00:26:43 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-04-11 00:26:43 -0600 |
| commit | 385466091656aa2a306e2e623bf7bf36e0a0816f (patch) | |
| tree | 0d803362b2c458fde79cdd17ea4c2dcb51ee0c38 | |
| parent | Avoid signed overflow using BigInt (diff) | |
| download | zen-385466091656aa2a306e2e623bf7bf36e0a0816f.tar.xz zen-385466091656aa2a306e2e623bf7bf36e0a0816f.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f6e3ff1..7d03d3ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Bugfix: `zen builds` multipart download of large chunks could result in crash - Bugfix: Fixed invalid hash check on messages from Jupiter when doing range http requests - Bugfix: Handle temporary locked files more gracefully (Crowdstrike workaround) +- Bugfix: Avoid integer overflow in web UI causing numbers to show up as negative ## 5.6.4 - Improvement: `zen builds` now scavenges previous download locations for data to reduce download size, enabled by default, disable with `--enable-scavenge=false` |