summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes29
1 files changed, 29 insertions, 0 deletions
diff --git a/Changes b/Changes
index 807706c..092aa83 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,35 @@
Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+
+3.4.5 2023-09-03T11:58:14Z
+ - Fix deprecation warning with borg 1.2.x
+
+3.4.4 2020-10-14T12:37:04Z
+ - Require DBD::SQLite 1.60 or newer to fix issues with schema migration 2
+ on old systems.
+ - Reduce database size for databases that contained data from before
+ migrations 3 and 4.
+
+3.4.3 2020-09-27T13:53:54Z
+ - Add database migration for change from 3.4.2
+
+3.4.2 2020-09-27T13:50:47Z
+ - 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
+ extension. For example '/home/*/.ssh/id_rsa' would be missing from the
+ database and only the accompanying `id_rsa.pub` file would be contained
+ in the database.
+
+3.4.0 2019-09-28T13:28:49Z
+ - Remove archive name untaint restrictions (remove untaint_archive_name
+ function)
+
+3.3.0 2019-02-07T16:18:41Z
- Support borg list's --prefix option via $borg_prefix setting
- Properly handle cases where the DB is empty after removal of archive
information