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 66970773FA for ; Tue, 20 Jul 2021 13:52:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5D7B48437 for ; Tue, 20 Jul 2021 13:52:08 +0200 (CEST) Received: from elsa.proxmox.com (unknown [94.136.29.99]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2A8978418 for ; Tue, 20 Jul 2021 13:52:07 +0200 (CEST) Received: by elsa.proxmox.com (Postfix, from userid 0) id 0AA94AE1DF5; Tue, 20 Jul 2021 13:52:03 +0200 (CEST) From: Dietmar Maurer To: pbs-devel@lists.proxmox.com Date: Tue, 20 Jul 2021 13:51:57 +0200 Message-Id: <20210720115158.376164-7-dietmar@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210720115158.376164-1-dietmar@proxmox.com> References: <20210720115158.376164-1-dietmar@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.218 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 RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS 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/4] bump proxmox version to 0.12.0-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: Tue, 20 Jul 2021 11:52:38 -0000 --- proxmox-api-macro/Cargo.toml | 2 +- proxmox-http/Cargo.toml | 2 +- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index a206cf0..7615fed 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -19,7 +19,7 @@ syn = { version = "1.0", features = [ "extra-traits", "full", "visit-mut" ] } [dev-dependencies] futures = "0.3" -proxmox = { version = "0.11.0", path = "../proxmox", features = [ "test-harness", "api-macro" ] } +proxmox = { version = "0.12.0", path = "../proxmox", features = [ "test-harness", "api-macro" ] } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index b2d7ede..17ae0e4 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -21,7 +21,7 @@ openssl = { version = "0.10", optional = true } tokio = { version = "1.0", features = [], optional = true } tokio-openssl = { version = "0.6.1", optional = true } -proxmox = { path = "../proxmox", optional = true, version = "0.11.3", default-features = false } +proxmox = { path = "../proxmox", optional = true, version = "0.12.0", default-features = false } [features] default = [] diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 9f341f9..a64519f 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.11.6" +version = "0.12.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index b6ab39a..b6e2e2e 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.12.0-1) unstable; urgency=medium + + * open_file_locked: add options parameter (CreateOptions) + + * new helper atomic_open_or_create_file() + + -- Proxmox Support Team Tue, 20 Jul 2021 10:24:34 +0200 + rust-proxmox (0.11.6-1) unstable; urgency=medium * make_tmp_file: return File instead of Fd -- 2.30.2