diff options
| author | Stefan Boberg <[email protected]> | 2024-11-22 10:26:20 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-11-22 10:26:20 +0100 |
| commit | 88690f91373fc2c7dfc7fc71d22a0f02176fdbdd (patch) | |
| tree | 52b8e783601a4d2783acbb58dfcb65386af36857 | |
| parent | fix crash on corrupt oplog block (#223) (diff) | |
| download | zen-88690f91373fc2c7dfc7fc71d22a0f02176fdbdd.tar.xz zen-88690f91373fc2c7dfc7fc71d22a0f02176fdbdd.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 1 |
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. |