diff --git a/Cargo.toml b/Cargo.toml index 24d99b0..5587c08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "0.7.0" +version = "0.7.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 92426d1..113fc42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +proxmox-backup-qemu (0.7.1-1) unstable; urgency=medium + + * update dependencies to proxmox-backup 0.9.1 + + * pass along any port set in the repository string + + * invalidate bitmap when crypto key changes + + * add state serializing and loading helper functions + + -- Proxmox Support Team Wed, 28 Oct 2020 22:08:25 +0100 + proxmox-backup-qemu (0.7.0-1) unstable; urgency=medium * use updated dependencies to improve server <-> client TCP throughput