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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 09E71715F4; Fri, 11 Jun 2021 13:44:27 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BB7AE108BB; Fri, 11 Jun 2021 13:44:26 +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)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 1E12610897; Fri, 11 Jun 2021 13:44:25 +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 EAC6142F91; Fri, 11 Jun 2021 13:44:24 +0200 (CEST) From: Fabian Ebner To: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com Date: Fri, 11 Jun 2021 13:43:56 +0200 Message-Id: <20210611114418.28772-8-f.ebner@proxmox.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210611114418.28772-1-f.ebner@proxmox.com> References: <20210611114418.28772-1-f.ebner@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.675 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: [pve-devel] [PATCH v6 proxmox-apt 07/11] bump version to 0.1.1-1 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2021 11:44:27 -0000 Signed-off-by: Fabian Ebner --- New in v6. Cargo.toml | 2 +- debian/changelog | 11 +++++++++++ debian/control | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24f734b..cadd7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.1.0" +version = "0.1.1" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 11e26ed..39b75d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox-apt (0.1.1-1) unstable; urgency=medium + + * Add function for release upgrade (not yet enabled). + + * Add functions for extended repository checks, detecting official hosts, + outdated suites and Proxmox repositories. + + * Add helper to calculate a common digest. + + -- Proxmox Support Team Thu, 10 Jun 2021 12:01:21 +0200 + rust-proxmox-apt (0.1.0-1) unstable; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index c6c8ddc..09a5d5b 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.1-dev (= ${binary:Version}), librust-proxmox-apt-0.1+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.1.0-dev (= ${binary:Version}), - librust-proxmox-apt-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.1.1-dev (= ${binary:Version}), + librust-proxmox-apt-0.1.1+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code This package contains the source for the Rust proxmox-apt crate, packaged by debcargo for use with cargo and dh-cargo. -- 2.20.1