From b68b1f1fabdabb53c70c23a1c1e680aced0a6e69 Mon Sep 17 00:00:00 2001 From: Alaa Eddine Elamri Date: Wed, 5 May 2021 13:00:22 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b24d90340..84c5a3f9119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https: ### Fixed - fix shutdown of the Storage Daemon backends, especially call UnlockDoor on tape devices [PR #809] - fix possible deadlock in storage backend on Solaris and FreeBSD [PR #809] +- [bug-0001194]: when doing an accurate incremental backup, if there is a database error, a full backup is done instead of reporting the error [PR #810] - fix a bug in a date function that leads to errors on the 31st day of a month [PR #782] - fix possible read/write problems when using droplet with https [PR #765] - fix "configure add" handling of quoted strings [PR #764]