diff --git a/Cargo.toml b/Cargo.toml index bf586857..1d47423e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.13" +version = "1.0.14" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9e0ff354..ee0ee447 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +rust-proxmox-backup (1.0.14-1) unstable; urgency=medium + + * server: compress API call response and static files if client accepts that + + * compress generated ZIP archives with deflate + + * tape: implement LTO userspace driver + + * docs: mention new user space tape driver, adopt device path names + + * tape: always clear encryption key after backup (for security reasons) + + * ui: improve changer status view + + * add proxmox-file-restore package, providing a central file-restore binary + with preparations for restoring files also from block level backups using + QEMU for a safe encapsulation. + + -- Proxmox Support Team Thu, 08 Apr 2021 16:35:11 +0200 + rust-proxmox-backup (1.0.13-1) unstable; urgency=medium * pxar: improve handling ACL entries on create and restore