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 D6125EB32 for ; Mon, 12 Dec 2022 13:06:39 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B8F514597 for ; Mon, 12 Dec 2022 13:06:09 +0100 (CET) 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 for ; Mon, 12 Dec 2022 13:06:09 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 0649344724 for ; Mon, 12 Dec 2022 13:06:09 +0100 (CET) From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= To: pbs-devel@lists.proxmox.com Date: Mon, 12 Dec 2022 13:05:41 +0100 Message-Id: <20221212120541.1909975-7-f.gruenbichler@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221212120541.1909975-1-f.gruenbichler@proxmox.com> References: <20221212120541.1909975-1-f.gruenbichler@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.134 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 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-backup-qemu 6/6] bump version to 1.3.2-1 and update symbols file 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: Mon, 12 Dec 2022 12:06:39 -0000 this optional symbol having disappeared doesn't stop the library from being loaded by old Qemu. Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ debian/libproxmox-backup-qemu0.symbols | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd8bf48..ed7be6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "1.3.1" +version = "1.3.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index cb5d9cf..50bc6e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +proxmox-backup-qemu (1.3.2-1) bullseye; urgency=medium + + * update dependencies + * switch to edition 2021 + + -- Proxmox Support Team Mon, 12 Dec 2022 12:23:16 +0100 + proxmox-backup-qemu (1.3.1-1) bullseye; urgency=medium * re-build with updated dependencies for the API parameter switch from diff --git a/debian/libproxmox-backup-qemu0.symbols b/debian/libproxmox-backup-qemu0.symbols index be625cb..695f94e 100644 --- a/debian/libproxmox-backup-qemu0.symbols +++ b/debian/libproxmox-backup-qemu0.symbols @@ -33,5 +33,5 @@ libproxmox_backup_qemu.so.0 libproxmox-backup-qemu0 #MINVER# proxmox_restore_open_image_async@Base 1.0.0 proxmox_restore_read_image_at@Base 1.0.0 proxmox_restore_read_image_at_async@Base 1.0.0 - (optional)rust_eh_personality@Base 1.0.0 +#MISSING: 1.3.2-1# (optional)rust_eh_personality@Base 1.0.0 wakeup_callback@Base 1.3.0 -- 2.30.2