From: Simon McVittie Date: Mon, 7 Mar 2022 23:46:15 +0000 (+0000) Subject: Write initial changelog entry X-Git-Tag: archive/raspbian/2020.8-2+rpi1+deb11u1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4f0e30236b41460e7bd82cffdf65efeba2f529e5;p=ostree.git Write initial changelog entry --- diff --git a/debian/changelog b/debian/changelog index 3e4cd1b0..0bd98941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +ostree (2020.8-2+deb11u1) UNRELEASED; urgency=medium + + * d/gbp.conf, d/control: Branch for Debian 11 updates + * Backport various bug fixes from newer libostree releases. + Each of these fixes an issue that was reported against Flatpak when + using the libostree from Debian 11, either via bullseye or + buster-backports. + - d/p/Fall-back-if-copy_file_range-fails-with-EINVAL.patch: + Add patch to fall back if copy_file_range fails with EINVAL. + This fixes an incompatibility with eCryptFS, in particular when + using Flatpak in an eCryptFS home directory. (Closes: #1004467) + - d/p/libotutil-Avoid-infinite-recursion-during-error-unwinding.patch: + Avoid infinite recursion when recovering from certain errors, in + particular the one that was a symptom of #1004467. + - d/p/Fix-marking-static-delta-commits-as-partial.patch: + Mark commits as partial before downloading, to avoid Flatpak and other + ostree users getting into a state where a failed download cannot be + resumed. + - d/p/lib-Fix-a-bad-call-to-g_file_get_child.patch: + Fix an assertion failure when using a backport or local build of + GLib >= 2.71 + - d/p/Fix-translation-of-file-URIs-into-paths.patch: + Fix the ability to fetch OSTree content from paths containing + non-URI characters (such as backslashes) or non-ASCII + + -- Simon McVittie Mon, 07 Mar 2022 23:37:37 +0000 + ostree (2020.8-2) unstable; urgency=medium * d/p/test-pull-summary-sigs-Set-timestamps-to-serve-expected-f.patch: