From 42dd95aa6fab73ed75943b4db86f9633864650e1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 May 2022 10:35:37 +0200 Subject: [PATCH] http: bump version to 0.6.1-1 Signed-off-by: Thomas Lamprecht --- proxmox-http/Cargo.toml | 2 +- proxmox-http/debian/changelog | 12 ++++++++++++ proxmox-http/debian/control | 30 +++++++++++++++--------------- 3 files changed, 28 insertions(+), 16 deletions(-) diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 63dbb344..24c38b1d 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-http" edition = "2018" -version = "0.6.0" +version = "0.6.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox-http/debian/changelog b/proxmox-http/debian/changelog index 7e055809..c7e21911 100644 --- a/proxmox-http/debian/changelog +++ b/proxmox-http/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-http (0.6.1-1) unstable; urgency=medium + + * doc comment wording and extension + + * websocket: avoid modulo for power of 2 + + * drop 'mut' on specialized request methods + + * adapt to move of io-error helpers to proxmox-lang + + -- Proxmox Support Team Thu, 05 May 2022 10:35:15 +0200 + rust-proxmox-http (0.6.0-1) unstable; urgency=medium * rebuild using proxmox-sys 0.2.0 diff --git a/proxmox-http/debian/control b/proxmox-http/debian/control index 9102034d..89edf9ad 100644 --- a/proxmox-http/debian/control +++ b/proxmox-http/debian/control @@ -39,8 +39,8 @@ Provides: librust-proxmox-http-0+default-dev (= ${binary:Version}), librust-proxmox-http-0.6-dev (= ${binary:Version}), librust-proxmox-http-0.6+default-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+default-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1-dev (= ${binary:Version}), + librust-proxmox-http-0.6.1+default-dev (= ${binary:Version}) Description: Proxmox HTTP library - Rust source code This package contains the source for the Rust proxmox-http crate, packaged by debcargo for use with cargo and dh-cargo. @@ -55,7 +55,7 @@ Depends: Provides: librust-proxmox-http-0+base64-dev (= ${binary:Version}), librust-proxmox-http-0.6+base64-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+base64-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+base64-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "base64" This metapackage enables feature "base64" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -72,7 +72,7 @@ Depends: Provides: librust-proxmox-http-0+client-dev (= ${binary:Version}), librust-proxmox-http-0.6+client-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+client-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+client-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "client" This metapackage enables feature "client" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -87,7 +87,7 @@ Depends: Provides: librust-proxmox-http-0+futures-dev (= ${binary:Version}), librust-proxmox-http-0.6+futures-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+futures-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+futures-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "futures" This metapackage enables feature "futures" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -102,7 +102,7 @@ Depends: Provides: librust-proxmox-http-0+http-dev (= ${binary:Version}), librust-proxmox-http-0.6+http-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+http-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+http-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "http" This metapackage enables feature "http" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -122,7 +122,7 @@ Depends: Provides: librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}), librust-proxmox-http-0.6+http-helpers-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+http-helpers-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+http-helpers-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "http-helpers" This metapackage enables feature "http-helpers" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -138,7 +138,7 @@ Depends: Provides: librust-proxmox-http-0+hyper-dev (= ${binary:Version}), librust-proxmox-http-0.6+hyper-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+hyper-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+hyper-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "hyper" This metapackage enables feature "hyper" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -153,7 +153,7 @@ Depends: Provides: librust-proxmox-http-0+openssl-dev (= ${binary:Version}), librust-proxmox-http-0.6+openssl-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+openssl-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+openssl-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "openssl" This metapackage enables feature "openssl" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -168,7 +168,7 @@ Depends: Provides: librust-proxmox-http-0+proxmox-io-dev (= ${binary:Version}), librust-proxmox-http-0.6+proxmox-io-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+proxmox-io-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+proxmox-io-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "proxmox-io" This metapackage enables feature "proxmox-io" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -183,7 +183,7 @@ Depends: Provides: librust-proxmox-http-0+proxmox-lang-dev (= ${binary:Version}), librust-proxmox-http-0.6+proxmox-lang-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+proxmox-lang-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+proxmox-lang-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "proxmox-lang" This metapackage enables feature "proxmox-lang" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -198,7 +198,7 @@ Depends: Provides: librust-proxmox-http-0+proxmox-sys-dev (= ${binary:Version}), librust-proxmox-http-0.6+proxmox-sys-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+proxmox-sys-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+proxmox-sys-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "proxmox-sys" This metapackage enables feature "proxmox-sys" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -213,7 +213,7 @@ Depends: Provides: librust-proxmox-http-0+tokio-dev (= ${binary:Version}), librust-proxmox-http-0.6+tokio-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+tokio-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+tokio-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -228,7 +228,7 @@ Depends: Provides: librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}), librust-proxmox-http-0.6+tokio-openssl-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+tokio-openssl-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+tokio-openssl-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "tokio-openssl" This metapackage enables feature "tokio-openssl" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -251,7 +251,7 @@ Depends: Provides: librust-proxmox-http-0+websocket-dev (= ${binary:Version}), librust-proxmox-http-0.6+websocket-dev (= ${binary:Version}), - librust-proxmox-http-0.6.0+websocket-dev (= ${binary:Version}) + librust-proxmox-http-0.6.1+websocket-dev (= ${binary:Version}) Description: Proxmox HTTP library - feature "websocket" This metapackage enables feature "websocket" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. -- 2.39.2