From 1f47f7d3ebbce6a667d780770f74db600fdca02b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 22 Mar 2022 11:32:10 +0100 Subject: [PATCH] bump version to 0.9.4-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ debian/control | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97144bd9..b12bee31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.3" +version = "0.9.4" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index d3b63be2..281889d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-openid (0.9.4-1) stable; urgency=medium + + * re-add HTTP proxy support via the ALL_PROXY environment variable. This got + lost with switching the HTTP client from curl to ureq. + + -- Proxmox Support Team Tue, 22 Mar 2022 11:31:08 +0100 + rust-proxmox-openid (0.9.3-1) stable; urgency=medium * use much simpler ureq (with native-tls) HTTP client instead of curl diff --git a/debian/control b/debian/control index f304969a..272b6284 100644 --- a/debian/control +++ b/debian/control @@ -51,8 +51,8 @@ Provides: librust-proxmox-openid-0+default-dev (= ${binary:Version}), librust-proxmox-openid-0.9-dev (= ${binary:Version}), librust-proxmox-openid-0.9+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.3-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.3+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.9.4-dev (= ${binary:Version}), + librust-proxmox-openid-0.9.4+default-dev (= ${binary:Version}) Description: Rust crate "proxmox-openid" - Rust source code This package contains the source for the Rust proxmox-openid crate, packaged by debcargo for use with cargo and dh-cargo.