From 8215a65564bd7275b76fcfaa98fdb7d01f9ec129 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 3 Oct 2019 11:13:07 +0200 Subject: [PATCH] Update Changelog. --- Changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f32d7dc..7a95d7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,9 @@ Bug Fixes * Fall back to rsync data if RRDP data is missing in no-update mode. (This only caused trouble if you are fabricating a repository cache directory from rsync-only data.) [(#223)] +* Try creating the parent directories before moving a file published via + RRDP delta to its final location. This avoids regular fallback to + snapshots. [(#227)] Dependencies @@ -19,8 +22,9 @@ Other Changes * Suppressing debug log from some dependencies for stderr and file logging. [(#224)] -[(#224)]: https://github.com/NLnetLabs/routinator/pull/224 [(#223)]: https://github.com/NLnetLabs/routinator/pull/223 +[(#224)]: https://github.com/NLnetLabs/routinator/pull/224 +[(#227)]: https://github.com/NLnetLabs/routinator/pull/227 ## 0.6.1 ‘Philosophy Is Tricky’