]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 0.9.3-1 v0.9.3
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 13:58:21 +0000 (14:58 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 13:58:21 +0000 (14:58 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 488e576982b49622d8e02f4e4136cbb7c5870e1e..09c9aaed0991483541afe01cb0c6beab719366df 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "0.9.2"
+version = "0.9.3"
 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index df50a737b7145d8c9a6b9d3232f45d5ddd628a4f..582b466bd607ef0ed393b3085a7af29f79f24fdf 100644 (file)
@@ -1,3 +1,19 @@
+rust-proxmox-backup (0.9.3-1) unstable; urgency=medium
+
+  * fix #2998: encode mtime as i64 instead of u64
+
+  * GC: log the number of leftover bad chunks we could not yet cleanup, as no
+    valid one replaced them. Also log deduplication factor.
+
+  * send sync job status emails
+
+  * api: datstore status: introduce proper structs and restore compatibility
+    to 0.9.1
+
+  * ui: drop id field from verify/sync add window, they are now seen as internal
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Oct 2020 14:58:13 +0100
+
 rust-proxmox-backup (0.9.2-2) unstable; urgency=medium
 
   * rework server web-interface, move more datastore related panels as tabs