From cc85a72391699243577d10a8196c292937fe085d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 25 Nov 2024 17:14:47 +0100 Subject: [PATCH] rest-server: bump version to 0.8.4-1 Signed-off-by: Thomas Lamprecht --- proxmox-rest-server/Cargo.toml | 2 +- proxmox-rest-server/debian/changelog | 7 +++++++ proxmox-rest-server/debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 52d9dfb2..0c60bc54 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-rest-server" description = "REST server implementation" -version = "0.8.3" +version = "0.8.4" authors.workspace = true edition.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index aa9e3ed2..f8d92f2e 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-rest-server (0.8.4-1) bookworm; urgency=medium + + * add custom handlebars escape fn and skip escaping the '=' charater. This + is required to support base64 encoded values. + + -- Proxmox Support Team Mon, 25 Nov 2024 17:14:25 +0100 + rust-proxmox-rest-server (0.8.3-1) bookworm; urgency=medium * connection: drop logging peek-length, which was only used for debugging diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index e4569959..e9b6aa99 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -100,8 +100,8 @@ Provides: librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.3-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.3+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.4-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.8.4+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code Source code for Debianized Rust crate "proxmox-rest-server" @@ -116,7 +116,7 @@ Depends: Provides: librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8+rate-limited-stream-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.3+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.4+rate-limited-stream-dev (= ${binary:Version}) Description: REST server implementation - feature "rate-limited-stream" This metapackage enables feature "rate-limited-stream" for the Rust proxmox- rest-server crate, by pulling in any additional dependencies needed by that @@ -132,7 +132,7 @@ Depends: Provides: librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8+templates-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.8.3+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.8.4+templates-dev (= ${binary:Version}) Description: REST server implementation - feature "templates" This metapackage enables feature "templates" for the Rust proxmox-rest-server crate, by pulling in any additional dependencies needed by that feature.