diff --git a/Cargo.toml b/Cargo.toml index 8e85675c..d7bca931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.14" +version = "1.1.0" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index ee0ee447..69862c07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +rust-proxmox-backup (1.1.0-1) unstable; urgency=medium + + * enable tape backup as technology preview by default + + * tape: read drive status: clear deferred error or media changed events. + + * tape: improve end-of-tape (EOT) error handling + + * tape: cleanup media catalog on tape reuse + + * zfs: re-use underlying pool wide IO stats for datasets + + * api daemon: only log error from accepting new connections to avoid opening + to many file descriptors + + * api/datastore: allow downloading the entire archive as ZIP archive, not + only sub-paths + + -- Proxmox Support Team Tue, 13 Apr 2021 14:42:18 +0200 + rust-proxmox-backup (1.0.14-1) unstable; urgency=medium * server: compress API call response and static files if client accepts that