bump version to 0.7.1-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-28 22:08:58 +01:00
parent ab388dc8f8
commit d83cc3fe8d
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-backup-qemu"
version = "0.7.0"
version = "0.7.1"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Dominik Csapak <d.csapak@proxmox.com>",

12
debian/changelog vendored
View File

@ -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 <support@proxmox.com> 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