]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.2.3-1 v0.2.3
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jun 2020 08:39:11 +0000 (10:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jun 2020 08:39:15 +0000 (10:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index fd0af361dc0cce90817f0c9a82b9ec5171bd0d43..69137383f72082a0d6fc5f727545c7fcfc2bd9d8 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.2.2"
+version = "0.2.3"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 4cf23f88962f7ff394b9e81bdcc44954a0ddd03f..790255f004ca0d006d08aa1c0c78508893bd3d12 100644 (file)
@@ -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 <support@proxmox.com>  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