diff options
| author | Stefan Boberg <[email protected]> | 2024-04-26 14:00:03 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2024-04-26 14:31:07 +0200 |
| commit | d959c890fc6f7c52d48e2d77feeffc246cd2d3f3 (patch) | |
| tree | 114cf7e01d4dce2e248748b3c3bb23a2c3605e44 | |
| parent | some TSAN cleanup of Linux/Mac Event impl (diff) | |
| download | zen-d959c890fc6f7c52d48e2d77feeffc246cd2d3f3.tar.xz zen-d959c890fc6f7c52d48e2d77feeffc246cd2d3f3.zip | |
change log
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac1afac3..24ae2bffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Bugfix: Harden GCv2 when errors occur and gracefully abort GC operation on error - Bugfix: Always pre-cache oplog when creating project store GCv2 referencer - Bugfix: Fix potential deadlock in project store GCv2 referencer +- Bugfix: Added dedicated timer for EnqueueStateExitFlagTimer +- Bugfix: Made log formatter `fullformatter` output consistent time stamps across threads +- Bugfix: Made Linux/Mac event implementation TSAN clean - Bugfix: Properly set content type of chunks fetch from CidStore - Feature: `zen up` command improvements - --`port` allows you to specify a base port when starting an instance |