diff --git a/Cargo.toml b/Cargo.toml index ee54339cf..5eddd4933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.2.4" +version = "3.2.5" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 3e669886c..e0ef6f99a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (3.2.5-1) bookworm; urgency=medium + + * pxar: add support for split archives + + * fix #3174: pxar: enable caching and meta comparison + + * docs: file formats: describe split pxar archive file layout + + * docs: add section describing change detection mode + + * api: datastore: add optional archive-name to file-restore + + * client: backup: conditionally write catalog for file level backups + + * docs: add table listing possible change detection modes + + -- Proxmox Support Team Mon, 10 Jun 2024 13:39:54 +0200 + rust-proxmox-backup (3.2.4-1) bookworm; urgency=medium * fix: network api: permission using wrong pathname