diff options
| author | Stefan Boberg <[email protected]> | 2024-12-13 12:58:30 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-12-13 12:58:30 +0100 |
| commit | 0741806e6c632adcaf4676094733941728760e50 (patch) | |
| tree | 0638ba72d228094e0e1fc95bf738df796f82d892 | |
| parent | Implemented temporary workaround for long paths in ComputeOpKey (diff) | |
| download | zen-0741806e6c632adcaf4676094733941728760e50.tar.xz zen-0741806e6c632adcaf4676094733941728760e50.zip | |
change log update for oplog key fix which was accidentally committed to main directly
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eafb4c3d8..63cbc8225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ - Improvement: Fixed threading and lifetime issues in AuthMgr - Improvement: Adding an existing OpenId provider now preplaces any existing one if the parameters differ - Bugfix: Reduce background job description name for oplog import/export FORT-829408 +- Bugfix: Long oplog entry keys could cause infinite loops in xxhash due to API mis-use. A workaround is in place which retains the old key mapping to maintain backwards compatibility with on-disk state ## 5.5.15 - Bugfix: Fix returned content type when requesting a project store chunk with non-compressed accept type |