diff --git a/Cargo.toml b/Cargo.toml index c2c324e2..0599094c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.3.3" +version = "3.3.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index ab87bcef..db98e59d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-backup (3.3.4-1) bookworm; urgency=medium + + * fix #6185: client/docs: explicitly mention archive name restrictions + + * docs: using-the-installer: adapt to raised root password length requirement + + * disks: wipe: replace dd with write_all_at for zeroing disk + + * fix #5946: disks: wipe: ensure GPT header backup is wiped + + * docs: fix hash collision probability comparison + + -- Proxmox Support Team Thu, 13 Mar 2025 13:04:05 +0100 + rust-proxmox-backup (3.3.3-1) bookworm; urgency=medium * api: datastore list: move checking if a datastore is mounted after we