]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.10.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 27 Oct 2022 13:28:22 +0000 (15:28 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 27 Oct 2022 13:28:22 +0000 (15:28 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index cc4b48bbfbd913f0f829b33f6bb72b6639900a4c..d120e70feccef1365c159d42c3f1bb245cb3b00a 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "pxar"
 # API broken, next is 0.11.0 (due to `ReadAtImpl` enum variants being made private)
-version = "0.10.1"
+version = "0.10.2"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 license = "AGPL-3"
index 7fe369e495c20b856d63d4db1325ab8586025716..ec9c52f4f6f965c3de48f4e25a0640d241974bb7 100644 (file)
@@ -1,3 +1,15 @@
+rust-pxar (0.10.2-1) unstable; urgency=medium
+
+  * don't hold a temporary buffer mutex accross await point
+
+  * fix EntryKind for fifo and sockets in the random accessor
+
+  * derive PartialEq on various archive metadata structs
+
+  * clippy fixups
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Oct 2022 15:26:54 +0200
+
 rust-pxar (0.10.1-1) unstable; urgency=medium
 
   * add 'contents' and 'content_size' to aio decoder interface