mirror of
git://git.proxmox.com/git/pxar.git
synced 2025-01-19 18:03:35 +03:00
cbf1b17b00
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
99 lines
2.9 KiB
Plaintext
99 lines
2.9 KiB
Plaintext
rust-pxar (0.2.1-1) pve; urgency=medium
|
|
|
|
* sync encoder: fix metadata lifetime leaking into encoder
|
|
|
|
* add builder for metadata
|
|
|
|
* add initial data testsuite
|
|
|
|
* minor rustc version compatibility improvement
|
|
|
|
* implement ReadAt for byte slices
|
|
|
|
* fix maximum allowed size check for acl group objects (found via a clippy lint)
|
|
|
|
* fix various clippy lints
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Jul 2020 11:41:49 +0200
|
|
|
|
rust-pxar (0.2.0-1) pve; urgency=medium
|
|
|
|
* Archive format compatibility breakage:
|
|
|
|
* All constants used in the pxar format have now been recomputed from
|
|
strings of the form `__PROXMOX_FORMAT_<header-type>__`, the hash keys used
|
|
for the sip hasher come from the sha1sum of `PROXMOX ARCHIVE FORMAT`.
|
|
|
|
* This is a clear cut from the catar format now, since we're not really
|
|
using just a subset anymore, but also slightly different (due to hardlink
|
|
support and thereby also dropped composability of the format).
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2020 09:39:15 +0200
|
|
|
|
rust-pxar (0.1.9-1) pve; urgency=medium
|
|
|
|
* more useful/correct ReadAt trait definition
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 11:55:50 +0200
|
|
|
|
rust-pxar (0.1.8-1) pve; urgency=medium
|
|
|
|
* fix a bug with encoding device files
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Jun 2020 11:05:52 +0200
|
|
|
|
rust-pxar (0.1.7-1) pve; urgency=medium
|
|
|
|
* add some safety checks
|
|
|
|
* fix search for Entry header in hardlinks (don't mess with internal decoder
|
|
state for this)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 15 Jun 2020 10:35:27 +0200
|
|
|
|
rust-pxar (0.1.6-1) pve; urgency=medium
|
|
|
|
* refuse illegal file names in encoder/decoder/accessor
|
|
|
|
* use a shared 1M file copy buffer
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 13:55:14 +0200
|
|
|
|
rust-pxar (0.1.5-1) pve; urgency=medium
|
|
|
|
* fixup hardlink encoding
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 10:08:06 +0200
|
|
|
|
rust-pxar (0.1.4-1) pve; urgency=medium
|
|
|
|
* remove LinkOffset from some file types
|
|
* change API for hardlink following
|
|
* properly interpret hardlink offsets relative in the decoder
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 16:23:21 +0200
|
|
|
|
rust-pxar (0.1.3-1) pve; urgency=medium
|
|
|
|
* introduce LinkOffset which is used to create hardlinks
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 14:00:51 +0200
|
|
|
|
rust-pxar (0.1.2-1) pve; urgency=medium
|
|
|
|
* update hardlink format
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 12:20:44 +0200
|
|
|
|
rust-pxar (0.1.1-1) pve; urgency=medium
|
|
|
|
* change acl Permissions to be just a u64 instead of a bitfield
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 11:26:19 +0200
|
|
|
|
rust-pxar (0.1.0-1) pve; urgency=medium
|
|
|
|
* initial release
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 12:34:49 +0200
|