From 8ad9eb779ea7087dc201b8c81ac9aad6256caa17 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 12 Jan 2022 16:49:33 +0100 Subject: [PATCH] bump version to 2.1.3-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 42 +++++++++++++++++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 44 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b2488a3..f86c01f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.2" +version = "2.1.3" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index bf5c01a7..8e49d7e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +rust-proxmox-backup (2.1.3-1) bullseye; urgency=medium + + * fix #3618: proxmox-async: zip: add conditional EFS flag to zip files to + improve non-ascii code point extraction under windows. + + * OpenID Connect login: improve error message for disabled users + + * ui: tape: backup job: add second tab for group-filters to add/edit window + + * ui: sync job: add second tab for group-filters to add/edit window + + * ui: calendar event: add once daily example and clarify the workday one + + * fix #3794: api types: set backup time (since the UNIX epoch) lower limit + to 1 + + * ui: fix opening settings window in datastore panel + + * api: zfs: create zpool with `relatime=on` flag set + + * fix #3763: disable SSL/TLS renegotiation + + * node config: add email-from parameter to control notification sender + address + + * ui: configuration: rename the "Authentication" tab to "Other" and add a + "General" section with HTTP-proxy and email-from settings + + * datastore stats: not include the unavailable `io_ticks` for ZFS + datastores + + * ui: hide RRD chart for IO delay if no `io_ticks` are returned + + * fix #3058: ui: improve remote edit UX by clarifying ID vs host fields + + * docs: fix some minor typos + + * api-types: relax nodename API schema, make it a simple regex check like in + Proxmox VE + + -- Proxmox Support Team Wed, 12 Jan 2022 16:49:13 +0100 + rust-proxmox-backup (2.1.2-1) bullseye; urgency=medium * docs: backup-client: fix wrong reference diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 041cd02f..66966c2f 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.2" +version = "2.1.3" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"