diff --git a/Cargo.toml b/Cargo.toml index 69b07d41..97aa79f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.12" +version = "1.0.13" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 5ff0b147..9e0ff354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-backup (1.0.13-1) unstable; urgency=medium + + * pxar: improve handling ACL entries on create and restore + + -- Proxmox Support Team Fri, 02 Apr 2021 15:32:01 +0200 + rust-proxmox-backup (1.0.12-1) unstable; urgency=medium * tape: write catalogs to tape (speedup catalog restore)