diff --git a/Cargo.toml b/Cargo.toml index 115675c..674bd24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "0.6.1" +version = "0.6.2" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/debian/changelog b/debian/changelog index e250b85..9715bd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +proxmox-backup-qemu (0.6.2-1) unstable; urgency=medium + + * read_image_at: use fully async variant and iterate until buffer is filled. + Improves performance and usage of the QEMU block driver. + + * update to new proxmox-backup v0.8.8 with, among others, improvements for + encrypting new backups. Older one may have compatibillity issues which were + ignored due to the beta status of Proxmox Backup. + + -- Proxmox Support Team Thu, 23 Jul 2020 11:38:13 +0200 + proxmox-backup-qemu (0.6.1-1) unstable; urgency=medium * ignore missing or bad previous index