diff --git a/Cargo.toml b/Cargo.toml index 488e5769..09c9aaed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.9.2" +version = "0.9.3" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index df50a737..582b466b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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