From aac424674ce456ae6bf1df16466a5ad8bd7bcc0e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 27 Apr 2021 12:21:08 +0200 Subject: [PATCH] bump version to 1.1.5-1 --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc5cceab..46dc79b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.1.4" +version = "1.1.5" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index fb532489..6a117d80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-backup (1.1.5-1) unstable; urgency=medium + + * tools/sgutils2: add size workaround for mode_sense + + * tape: add read_medium_configuration_page() to detect WORM media + + * file-restore: fix package name for kernel/initramfs image + + * tape: remove MediumType struct, which is only valid on IBM drives + + -- Proxmox Support Team Tue, 27 Apr 2021 12:20:04 +0200 + rust-proxmox-backup (1.1.4-1) unstable; urgency=medium * file-restore: add size to image files and components