diff --git a/Cargo.toml b/Cargo.toml index 37a46fba..fd0af361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.2.1" +version = "0.2.2" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 591a33d9..4cf23f88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-backup (0.2.2-1) unstable; urgency=medium + + * proxmox-backup-client.rs: implement quiet flag + + * client restore: don't add server file ending if already specified + + * src/client/pull.rs: also download client.log.blob + + * src/client/pull.rs: more verbose logging + + * gui improvements + + -- Proxmox Support Team Wed, 03 Jun 2020 10:37:12 +0200 + rust-proxmox-backup (0.2.1-1) unstable; urgency=medium * ui: move server RRD statistics to 'Server Status' panel