mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-13 21:50:18 +00:00
bump version to 0.9.4-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
23e6c398a2
commit
1f47f7d3eb
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-openid"
|
name = "proxmox-openid"
|
||||||
version = "0.9.3"
|
version = "0.9.4"
|
||||||
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <support@proxmox.com> Tue, 22 Mar 2022 11:31:08 +0100
|
||||||
|
|
||||||
rust-proxmox-openid (0.9.3-1) stable; urgency=medium
|
rust-proxmox-openid (0.9.3-1) stable; urgency=medium
|
||||||
|
|
||||||
* use much simpler ureq (with native-tls) HTTP client instead of curl
|
* use much simpler ureq (with native-tls) HTTP client instead of curl
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -51,8 +51,8 @@ Provides:
|
|||||||
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-openid-0.9-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-openid-0.9.3-dev (= ${binary:Version}),
|
librust-proxmox-openid-0.9.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-openid-0.9.3+default-dev (= ${binary:Version})
|
librust-proxmox-openid-0.9.4+default-dev (= ${binary:Version})
|
||||||
Description: Rust crate "proxmox-openid" - Rust source code
|
Description: Rust crate "proxmox-openid" - Rust source code
|
||||||
This package contains the source for the Rust proxmox-openid crate, packaged by
|
This package contains the source for the Rust proxmox-openid crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user