diff options
| author | Stefan Boberg <[email protected]> | 2023-12-07 15:24:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-07 15:24:13 +0100 |
| commit | 2a2ec446fd02c1061e3fa8ad6b927376d321b960 (patch) | |
| tree | d0642b3bc50a96a0f7d4f262556b3fe1a93b4d20 | |
| parent | fixed bug in CasContainerStrategy::ReadIndexFile (#595) (diff) | |
| download | zen-2a2ec446fd02c1061e3fa8ad6b927376d321b960.tar.xz zen-2a2ec446fd02c1061e3fa8ad6b927376d321b960.zip | |
Update CHANGELOG.md
failed to include note in recent merge
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 301605138..a4daeb66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Bugfix: fixed file log timestamp format so the milliseconds are appended after the time not the date - Bugfix: Shut down thread pools earlier so worker threads have a chance to terminate before main thread calls `atexit()` - Bugfix: Use correct lookup index when checking for memcached buffer when finding references in diskcache GC +- Bugfix: CasContainerStrategy::ReadIndexFile issue could cause CAS items to not be found after a shutdown/restart cycle - Improvement: The frontend html content is no longer appended at the end of the executable which prevented signing, instead it is compiled in from the `/src/zenserver/frontend/html.zip` archive - Improvement: MacOS now does ad-hoc code signing by default when issuing `xmake bundle`, signing with proper cert is done on CI builds - Improvement: Updated branding to be consistent with current working name ("Unreal Zen Storage Server" etc) |