]> git.proxmox.com Git - pxar.git/blame - debian/changelog
rename Entry to Stat, add Metadata::builder_from_stat
[pxar.git] / debian / changelog
CommitLineData
37cb1826
WB
1rust-pxar (0.4.0-1) pve; urgency=medium
2
3 * remove poll_close and poll_position from SeqWrite trait
4
5 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2020 11:54:19 +0200
6
10086ac5
WB
7rust-pxar (0.3.0-1) pve; urgency=medium
8
9 * introduce 96 bit time stamp type with support for negative timestamps
10
11 * introduce PXAR_ENTRY version 2 header type
12
13 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Jul 2020 11:56:47 +0200
14
cbf1b17b
WB
15rust-pxar (0.2.1-1) pve; urgency=medium
16
17 * sync encoder: fix metadata lifetime leaking into encoder
18
19 * add builder for metadata
20
21 * add initial data testsuite
22
23 * minor rustc version compatibility improvement
24
25 * implement ReadAt for byte slices
26
27 * fix maximum allowed size check for acl group objects (found via a clippy lint)
28
29 * fix various clippy lints
30
31 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jul 2020 11:41:49 +0200
32
284b53eb
WB
33rust-pxar (0.2.0-1) pve; urgency=medium
34
35 * Archive format compatibility breakage:
36
37 * All constants used in the pxar format have now been recomputed from
38 strings of the form `__PROXMOX_FORMAT_<header-type>__`, the hash keys used
39 for the sip hasher come from the sha1sum of `PROXMOX ARCHIVE FORMAT`.
40
41 * This is a clear cut from the catar format now, since we're not really
42 using just a subset anymore, but also slightly different (due to hardlink
43 support and thereby also dropped composability of the format).
44
45 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2020 09:39:15 +0200
46
8029a6e7
WB
47rust-pxar (0.1.9-1) pve; urgency=medium
48
49 * more useful/correct ReadAt trait definition
50
51 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 11:55:50 +0200
52
515cdc4b
WB
53rust-pxar (0.1.8-1) pve; urgency=medium
54
55 * fix a bug with encoding device files
56
57 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jun 2020 11:05:52 +0200
58
05884608
WB
59rust-pxar (0.1.7-1) pve; urgency=medium
60
61 * add some safety checks
62
63 * fix search for Entry header in hardlinks (don't mess with internal decoder
64 state for this)
65
66 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Jun 2020 10:35:27 +0200
67
3c8ca95c
WB
68rust-pxar (0.1.6-1) pve; urgency=medium
69
70 * refuse illegal file names in encoder/decoder/accessor
71
72 * use a shared 1M file copy buffer
73
74 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 13:55:14 +0200
75
37f52caf
WB
76rust-pxar (0.1.5-1) pve; urgency=medium
77
78 * fixup hardlink encoding
79
80 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 10:08:06 +0200
81
72f36709
WB
82rust-pxar (0.1.4-1) pve; urgency=medium
83
84 * remove LinkOffset from some file types
85 * change API for hardlink following
86 * properly interpret hardlink offsets relative in the decoder
87
88 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 16:23:21 +0200
89
5d283b7e
WB
90rust-pxar (0.1.3-1) pve; urgency=medium
91
92 * introduce LinkOffset which is used to create hardlinks
93
94 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 14:00:51 +0200
95
500440c8
WB
96rust-pxar (0.1.2-1) pve; urgency=medium
97
98 * update hardlink format
99
100 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 12:20:44 +0200
101
96da0e0d
WB
102rust-pxar (0.1.1-1) pve; urgency=medium
103
104 * change acl Permissions to be just a u64 instead of a bitfield
105
106 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 11:26:19 +0200
107
707bad0d
WB
108rust-pxar (0.1.0-1) pve; urgency=medium
109
110 * initial release
111
112 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 12:34:49 +0200