rest-server: bump version to 0.8.3-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-15 10:31:32 +01:00
parent 9529f730e0
commit 1e7c0fc3ac
3 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox-rest-server" name = "proxmox-rest-server"
description = "REST server implementation" description = "REST server implementation"
version = "0.8.2" version = "0.8.3"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-rest-server (0.8.3-1) bookworm; urgency=medium
* connection: drop logging peek-length, which was only used for debugging
-- Proxmox Support Team <support@proxmox.com> Fri, 15 Nov 2024 10:31:14 +0100
rust-proxmox-rest-server (0.8.2-1) bookworm; urgency=medium rust-proxmox-rest-server (0.8.2-1) bookworm; urgency=medium
* fix #5868: rest-server: handshake detection: avoid infinite loop on * fix #5868: rest-server: handshake detection: avoid infinite loop on

View File

@ -100,8 +100,8 @@ Provides:
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8-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+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8.2-dev (= ${binary:Version}), librust-proxmox-rest-server-0.8.3-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8.2+default-dev (= ${binary:Version}) librust-proxmox-rest-server-0.8.3+default-dev (= ${binary:Version})
Description: REST server implementation - Rust source code Description: REST server implementation - Rust source code
Source code for Debianized Rust crate "proxmox-rest-server" Source code for Debianized Rust crate "proxmox-rest-server"
@ -116,7 +116,7 @@ Depends:
Provides: Provides:
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), 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+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8.2+rate-limited-stream-dev (= ${binary:Version}) librust-proxmox-rest-server-0.8.3+rate-limited-stream-dev (= ${binary:Version})
Description: REST server implementation - feature "rate-limited-stream" Description: REST server implementation - feature "rate-limited-stream"
This metapackage enables feature "rate-limited-stream" for the Rust proxmox- This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
rest-server crate, by pulling in any additional dependencies needed by that rest-server crate, by pulling in any additional dependencies needed by that
@ -132,7 +132,7 @@ Depends:
Provides: Provides:
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), 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+templates-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8.2+templates-dev (= ${binary:Version}) librust-proxmox-rest-server-0.8.3+templates-dev (= ${binary:Version})
Description: REST server implementation - feature "templates" Description: REST server implementation - feature "templates"
This metapackage enables feature "templates" for the Rust proxmox-rest-server This metapackage enables feature "templates" for the Rust proxmox-rest-server
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.