aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-11-22 10:26:20 +0100
committerGitHub Enterprise <[email protected]>2024-11-22 10:26:20 +0100
commit88690f91373fc2c7dfc7fc71d22a0f02176fdbdd (patch)
tree52b8e783601a4d2783acbb58dfcb65386af36857
parentfix crash on corrupt oplog block (#223) (diff)
downloadzen-88690f91373fc2c7dfc7fc71d22a0f02176fdbdd.tar.xz
zen-88690f91373fc2c7dfc7fc71d22a0f02176fdbdd.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cacc26d2..0a97703e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
##
- Bugfix: Fixed crash on corrupt attachment block when doing oplog import
+- Bugfix: Fixed off-by-one in GetPidStatus (Linux) which could cause spurious errors
## 5.5.12
- Feature: Added option `gc-validation` to `zenserver` that does a check for missing references in all oplog post full GC. Enabled by default.