bump version to 1.1.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-16 13:52:39 +02:00
parent e273238b95
commit 5eaa3ecffd
2 changed files with 16 additions and 2 deletions

View File

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

16
debian/changelog vendored
View File

@ -1,4 +1,18 @@
proxmox-backup-qemu (1.0.3-1) unstable; urgency=medium
proxmox-backup-qemu (1.1.0-1) buster; urgency=medium
* Use the new CachedChunkReader with the shared_cache implementation to
provide a concurrency-safe async way of accessing data.
* drop a global read mutex, providing real concurrency without lock contention
* uses a shared LRU cache improving random-access, e.g., benefiting
live-restore
* depend on proxmox-backup v1.1.10
-- Proxmox Support Team <support@proxmox.com> Wed, 16 Jun 2021 13:44:24 +0200
proxmox-backup-qemu (1.0.3-1) stable; urgency=medium
* update async framework tokio to version 1.0