diff --git a/Cargo.toml b/Cargo.toml index 6d6ebcb0..586a46ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.12" +version = "2.0.13" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index ff937664..5ee9d30d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +rust-proxmox-backup (2.0.13-1) unstable; urgency=medium + + * tape: simplify export_media_set for pool writer + + * tape: improve export_media error message for not found tape + + * rest-server: use hashmap for parameter errors + + * proxmox-rrd: use new file firmat with higher resolution + + * proxmox-rrd: use a journal to reduce amount of bytes written + + * use new fsync parameter to replace_file and atomic_open_or_create + + * docs: langauge and formatting fixup + + * docs: Update for new features/functionality + + -- Proxmox Support Team Thu, 21 Oct 2021 08:17:00 +0200 + rust-proxmox-backup (2.0.12-1) bullseye; urgency=medium * proxmox-backup-proxy: clean up old tasks when their reference was rotated diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index f4c80a6b..73dd3b0a 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.12" +version = "2.0.13" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"