aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-11-20 12:28:27 +0100
committerDan Engelbrecht <[email protected]>2025-11-20 12:28:27 +0100
commit05475c209c80d3dd6d5d3eaf192e1595578e43ec (patch)
tree913817a2d53accf1e74e32ffd10a994b6cd0f375
parentfix block store file appender (#658) (diff)
downloadzen-05475c209c80d3dd6d5d3eaf192e1595578e43ec.tar.xz
zen-05475c209c80d3dd6d5d3eaf192e1595578e43ec.zip
changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a06063cb8..e3b41b52b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
##
+- Bugfix: Block store GC would write the wrong chunk data for chunks larger than 256KB
+- Bugfix: Remove read-only flags for files copied as part of a full service install operation
+
+## 5.7.11
- Improvement: Drop-all action added to dashboard for projects and z$ namespaces
- Bugfix: Fixed ASSERT when using `zen builds download` with wildcard filtering due to needed loose chunks being incorrectly filtered out
-- Bugfix: Block store GC would write the wrong chunk data for chunks larger than 256KB
## 5.7.10
- Improvement: Sentry is now disabled by default when building locally, to avoid uploading crashes due to local changes. CI builds still enable it just like before