From f0dd3fd59afac321317d3b52a36d179b4ea504f7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 27 Sep 2020 15:49:17 +0200 Subject: DB: Fix incorrect subpath handling for path that is a superstring of the previous path for top level paths Same issue as 62f5bc3ce90fedb396d103caae68dc2f211f1b16 except that this time it is the for top level paths (`/lib` and `/lib64`) which are handled outside the loop. Signed-off-by: Florian Pritz --- Changes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index cd1a4c3..6a1d238 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + - Fix missing cache data for top level files that exist with and without an + extension. For example a '/lib' symlink and '/lib64'. '/lib' would be + missing from the database. 3.4.1 2020-09-27T12:57:01Z - Fix missing cache data for files that exist with and without an -- cgit v1.2.3-24-g4f1b