From 0afe853119bfa74b15c21f25888b6adfb35342ef Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 1 Apr 2022 15:56:38 +0200 Subject: [PATCH] bump version to 0.9.5-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b12bee31..061d28f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.4" +version = "0.9.5" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 281889d5..6c4b16bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-openid (0.9.5-1) stable; urgency=medium + + * avoid chunked transfer-encoding when submitting to the provider's token + endpoint, as some providers like Microsoft's Azure are quite inflexible + and cannot cope with such basic HTTP requests. + + -- Proxmox Support Team Fri, 01 Apr 2022 15:56:07 +0200 + rust-proxmox-openid (0.9.4-1) stable; urgency=medium * re-add HTTP proxy support via the ALL_PROXY environment variable. This got diff --git a/debian/control b/debian/control index 272b6284..3bc6a116 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.4-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.4+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.9.5-dev (= ${binary:Version}), + librust-proxmox-openid-0.9.5+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.