From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A57396C653 for ; Thu, 23 Sep 2021 12:10:08 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9896323D29 for ; Thu, 23 Sep 2021 12:10:08 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id E9E8C23D0D for ; Thu, 23 Sep 2021 12:10:06 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id BEA0E435C5; Thu, 23 Sep 2021 12:10:00 +0200 (CEST) From: Dietmar Maurer To: pbs-devel@lists.proxmox.com Date: Thu, 23 Sep 2021 12:09:58 +0200 Message-Id: <20210923100958.948762-3-dietmar@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210923100958.948762-1-dietmar@proxmox.com> References: <20210923100958.948762-1-dietmar@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.334 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] [PATCH proxmox 3/3] bump proxmox version to 0.13.4-1 X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2021 10:10:08 -0000 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 12 ++++++++++++ proxmox/debian/control | 36 ++++++++++++++++++------------------ 3 files changed, 31 insertions(+), 19 deletions(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 76b6450..b901969 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.13.3" +version = "0.13.4" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 6edeaa7..cc1db02 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox (0.13.4-1) stable; urgency=medium + + * add UPID api type + + * add systemd escape_unit and unescape_unit + + * schema: add extra info to array parameters + + * schema: print item type-text instead of + + -- Proxmox Support Team Thu, 23 Sep 2021 12:06:08 +0200 + rust-proxmox (0.13.3-1) unstable; urgency=medium * atomic_open_or_create_file: add support for OFlag::O_EXCL diff --git a/proxmox/debian/control b/proxmox/debian/control index 4d738c2..aed31c7 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -82,8 +82,8 @@ Provides: librust-proxmox-0+test-harness-dev (= ${binary:Version}), librust-proxmox-0.13-dev (= ${binary:Version}), librust-proxmox-0.13+test-harness-dev (= ${binary:Version}), - librust-proxmox-0.13.3-dev (= ${binary:Version}), - librust-proxmox-0.13.3+test-harness-dev (= ${binary:Version}) + librust-proxmox-0.13.4-dev (= ${binary:Version}), + librust-proxmox-0.13.4+test-harness-dev (= ${binary:Version}) Description: Proxmox library - Rust source code This package contains the source for the Rust proxmox crate, packaged by debcargo for use with cargo and dh-cargo. @@ -101,8 +101,8 @@ Provides: librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-0.13+api-macro-dev (= ${binary:Version}), librust-proxmox-0.13+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.3+api-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.3+proxmox-api-macro-dev (= ${binary:Version}) + librust-proxmox-0.13.4+api-macro-dev (= ${binary:Version}), + librust-proxmox-0.13.4+proxmox-api-macro-dev (= ${binary:Version}) Description: Proxmox library - feature "api-macro" and 1 more This metapackage enables feature "api-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -122,8 +122,8 @@ Provides: librust-proxmox-0+u2f-dev (= ${binary:Version}), librust-proxmox-0.13+base32-dev (= ${binary:Version}), librust-proxmox-0.13+u2f-dev (= ${binary:Version}), - librust-proxmox-0.13.3+base32-dev (= ${binary:Version}), - librust-proxmox-0.13.3+u2f-dev (= ${binary:Version}) + librust-proxmox-0.13.4+base32-dev (= ${binary:Version}), + librust-proxmox-0.13.4+u2f-dev (= ${binary:Version}) Description: Proxmox library - feature "base32" and 1 more This metapackage enables feature "base32" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -143,7 +143,7 @@ Depends: Provides: librust-proxmox-0+cli-dev (= ${binary:Version}), librust-proxmox-0.13+cli-dev (= ${binary:Version}), - librust-proxmox-0.13.3+cli-dev (= ${binary:Version}) + librust-proxmox-0.13.4+cli-dev (= ${binary:Version}) Description: Proxmox library - feature "cli" This metapackage enables feature "cli" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -161,7 +161,7 @@ Depends: Provides: librust-proxmox-0+default-dev (= ${binary:Version}), librust-proxmox-0.13+default-dev (= ${binary:Version}), - librust-proxmox-0.13.3+default-dev (= ${binary:Version}) + librust-proxmox-0.13.4+default-dev (= ${binary:Version}) Description: Proxmox library - feature "default" This metapackage enables feature "default" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -177,7 +177,7 @@ Depends: Provides: librust-proxmox-0+examples-dev (= ${binary:Version}), librust-proxmox-0.13+examples-dev (= ${binary:Version}), - librust-proxmox-0.13.3+examples-dev (= ${binary:Version}) + librust-proxmox-0.13.4+examples-dev (= ${binary:Version}) Description: Proxmox library - feature "examples" This metapackage enables feature "examples" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -192,7 +192,7 @@ Depends: Provides: librust-proxmox-0+futures-dev (= ${binary:Version}), librust-proxmox-0.13+futures-dev (= ${binary:Version}), - librust-proxmox-0.13.3+futures-dev (= ${binary:Version}) + librust-proxmox-0.13.4+futures-dev (= ${binary:Version}) Description: Proxmox library - feature "futures" This metapackage enables feature "futures" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -208,7 +208,7 @@ Depends: Provides: librust-proxmox-0+hyper-dev (= ${binary:Version}), librust-proxmox-0.13+hyper-dev (= ${binary:Version}), - librust-proxmox-0.13.3+hyper-dev (= ${binary:Version}) + librust-proxmox-0.13.4+hyper-dev (= ${binary:Version}) Description: Proxmox library - feature "hyper" This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -226,8 +226,8 @@ Provides: librust-proxmox-0+tfa-dev (= ${binary:Version}), librust-proxmox-0.13+openssl-dev (= ${binary:Version}), librust-proxmox-0.13+tfa-dev (= ${binary:Version}), - librust-proxmox-0.13.3+openssl-dev (= ${binary:Version}), - librust-proxmox-0.13.3+tfa-dev (= ${binary:Version}) + librust-proxmox-0.13.4+openssl-dev (= ${binary:Version}), + librust-proxmox-0.13.4+tfa-dev (= ${binary:Version}) Description: Proxmox library - feature "openssl" and 1 more This metapackage enables feature "openssl" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -247,8 +247,8 @@ Provides: librust-proxmox-0+sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.13+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.13+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.3+proxmox-sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.3+sortable-macro-dev (= ${binary:Version}) + librust-proxmox-0.13.4+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-0.13.4+sortable-macro-dev (= ${binary:Version}) Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -268,7 +268,7 @@ Depends: Provides: librust-proxmox-0+router-dev (= ${binary:Version}), librust-proxmox-0.13+router-dev (= ${binary:Version}), - librust-proxmox-0.13.3+router-dev (= ${binary:Version}) + librust-proxmox-0.13.4+router-dev (= ${binary:Version}) Description: Proxmox library - feature "router" This metapackage enables feature "router" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -283,7 +283,7 @@ Depends: Provides: librust-proxmox-0+tokio-dev (= ${binary:Version}), librust-proxmox-0.13+tokio-dev (= ${binary:Version}), - librust-proxmox-0.13.3+tokio-dev (= ${binary:Version}) + librust-proxmox-0.13.4+tokio-dev (= ${binary:Version}) Description: Proxmox library - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -298,7 +298,7 @@ Depends: Provides: librust-proxmox-0+tokio-stream-dev (= ${binary:Version}), librust-proxmox-0.13+tokio-stream-dev (= ${binary:Version}), - librust-proxmox-0.13.3+tokio-stream-dev (= ${binary:Version}) + librust-proxmox-0.13.4+tokio-stream-dev (= ${binary:Version}) Description: Proxmox library - feature "tokio-stream" This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. -- 2.30.2