From: Thomas Lamprecht Date: Thu, 4 Jun 2020 08:39:11 +0000 (+0200) Subject: bump version to 0.2.3-1 X-Git-Tag: v0.2.3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=43ba913977fd2cd71457bd1fa9ed6dde216fc96f;p=proxmox-backup.git bump version to 0.2.3-1 Signed-off-by: Thomas Lamprecht --- diff --git a/Cargo.toml b/Cargo.toml index fd0af361..69137383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.2.2" +version = "0.2.3" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 4cf23f88..790255f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (0.2.3-1) unstable; urgency=medium + + * tools/systemd/time: fix compute_next_event for weekdays + + * improve display of 'next run' for sync jobs + + * fix csum calculation for images which do not have a 'chunk_size' aligned + size + + * add parser for zpool list output + + -- Proxmox Support Team Thu, 04 Jun 2020 10:39:06 +0200 + rust-proxmox-backup (0.2.2-1) unstable; urgency=medium * proxmox-backup-client.rs: implement quiet flag