From 066625f1dfaa3fa3dc5d2674c0f5ba6f53ed58dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 5 Jun 2024 16:02:48 +0200 Subject: [PATCH] bump version to 0.11.0-1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 3 +-- debian/changelog | 19 +++++++++++++++++++ debian/control | 5 ++--- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d120e70..9a483db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "pxar" -# API broken, next is 0.11.0 (due to `ReadAtImpl` enum variants being made private) -version = "0.10.2" +version = "0.11.0" authors = ["Wolfgang Bumiller "] edition = "2021" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2808c53..34d18de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +rust-pxar (0.11.0-1) unstable; urgency=medium + + * decoder: aio: Make `TokioReader` public + + * format/examples: Fix typo in PXAR_PAYLOAD description + + * encoder: fix typos + + * encoder: move to stack based state tracking + + * encoder/decoder/accessor/format: support split V2 archives + - add payload stream start marker + - add payload stream finish marker + - new pxar entry type `PXAR_PAYLOAD_REF` + - new pxar entry type `Version` + - new pxar entry type `Prelude` + + -- Proxmox Support Team Wed, 05 Jun 2024 15:56:54 +0200 + rust-pxar (0.10.2-1) unstable; urgency=medium * don't hold a temporary buffer mutex across await point diff --git a/debian/control b/debian/control index 17a09f9..366c25d 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12), librust-siphasher-0.3+default-dev , librust-tokio-1-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: Vcs-Browser: X-Cargo-Crate: pxar @@ -43,8 +43,7 @@ Provides: librust-pxar-0.10.2-dev (= ${binary:Version}), librust-pxar-0.10.2+test-harness-dev (= ${binary:Version}) Description: Proxmox Archive format support library - Rust source code - This package contains the source for the Rust pxar crate, packaged by debcargo - for use with cargo and dh-cargo. + Source code for Debianized Rust crate "pxar" Package: librust-pxar+async-example-dev Architecture: any -- 2.39.5