mirror of
git://git.proxmox.com/git/pxar.git
synced 2024-12-22 21:33:50 +03:00
bump version to 0.10.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
165dcc33a2
commit
29cbeed3e1
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pxar"
|
name = "pxar"
|
||||||
# API broken, next is 0.11.0 (due to `ReadAtImpl` enum variants being made private)
|
# 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>"]
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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
|
rust-pxar (0.10.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* add 'contents' and 'content_size' to aio decoder interface
|
* add 'contents' and 'content_size' to aio decoder interface
|
||||||
|
Loading…
Reference in New Issue
Block a user