]> git.proxmox.com Git - pxar.git/blame - debian/changelog
test socket/fifo entry kinds in accessor
[pxar.git] / debian / changelog
CommitLineData
b203d38b
WB
1rust-pxar (0.10.1-1) unstable; urgency=medium
2
3 * add 'contents' and 'content_size' to aio decoder interface
4
5 * flush the output in Encoder::finish
6
7 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Mar 2021 13:54:38 +0200
8
64f8857c
WB
9rust-pxar (0.10.0-1) unstable; urgency=medium
10
11 * StatxTimestamp is now explicitly padded with zeroes to avoid situations
12 where uninitialized bytes could end up being written out along with it
13
14 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Mar 2021 10:37:18 +0100
15
82608859
WB
16rust-pxar (0.9.0-1) unstable; urgency=medium
17
18 * Nesting now doesn't use trait objects but non-stacking borrows, therefore
19 they get the type parameter passed along, which is a major API change.
20
21 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Feb 2021 09:53:21 +0100
22
f4b10369
WB
23rust-pxar (0.8.0-1) unstable; urgency=medium
24
25 * fix method naming: `from_futures` -> `from_tokio`
26
27 * ensure `Encoder` is `Send`
28
29 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Feb 2021 10:49:50 +0100
30
5db2e175
FG
31rust-pxar (0.7.0-1) unstable; urgency=medium
32
33 * update to tokio 1.0
34
35 * remove futures-io feature
36
37 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2021 15:21:54 +0100
38
379043a0
WB
39rust-pxar (0.6.2-1) unstable; urgency=medium
40
41 * fix error trying decode "special files" (fifos, sockets) using the random
42 access decoder
43
44 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Dec 2020 13:08:34 +0100
45
4f2d271a
DM
46rust-pxar (0.6.1-1) unstable; urgency=medium
47
48 * Decoder<StandardReader<T>>: allow access to input
49
50 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2020 11:34:55 +0200
51
aef2fafe
WB
52rust-pxar (0.6.0-1) pve; urgency=medium
53
54 * let the encoder's finish() method return the inner writer
55
56 * add `into_writer()` encoder method to "cancel" a directory and get the
57 writer without finishing up the goodbye table
58
59 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 12:11:39 +0200
60
e18ccaa0
WB
61rust-pxar (0.5.0-2) pve; urgency=medium
62
63 * packaging fixup
64
65 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 12:45:27 +0200
66
93a98da4
WB
67rust-pxar (0.5.0-1) pve; urgency=medium
68
69 * finally completely rename format::Entry to format::Stat, also Entry_V1 to
70 Stat_V1
71
72 * add Metadata::builder_from_stat
73
74 * add MetadataBuilder::fill_from_stat
75
76 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 12:25:32 +0200
77
37cb1826
WB
78rust-pxar (0.4.0-1) pve; urgency=medium
79
80 * remove poll_close and poll_position from SeqWrite trait
81
82 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2020 11:54:19 +0200
83
10086ac5
WB
84rust-pxar (0.3.0-1) pve; urgency=medium
85
86 * introduce 96 bit time stamp type with support for negative timestamps
87
88 * introduce PXAR_ENTRY version 2 header type
89
90 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Jul 2020 11:56:47 +0200
91
cbf1b17b
WB
92rust-pxar (0.2.1-1) pve; urgency=medium
93
94 * sync encoder: fix metadata lifetime leaking into encoder
95
96 * add builder for metadata
97
98 * add initial data testsuite
99
100 * minor rustc version compatibility improvement
101
102 * implement ReadAt for byte slices
103
104 * fix maximum allowed size check for acl group objects (found via a clippy lint)
105
106 * fix various clippy lints
107
108 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jul 2020 11:41:49 +0200
109
284b53eb
WB
110rust-pxar (0.2.0-1) pve; urgency=medium
111
112 * Archive format compatibility breakage:
113
114 * All constants used in the pxar format have now been recomputed from
115 strings of the form `__PROXMOX_FORMAT_<header-type>__`, the hash keys used
116 for the sip hasher come from the sha1sum of `PROXMOX ARCHIVE FORMAT`.
117
118 * This is a clear cut from the catar format now, since we're not really
119 using just a subset anymore, but also slightly different (due to hardlink
120 support and thereby also dropped composability of the format).
121
122 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2020 09:39:15 +0200
123
8029a6e7
WB
124rust-pxar (0.1.9-1) pve; urgency=medium
125
126 * more useful/correct ReadAt trait definition
127
128 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 11:55:50 +0200
129
515cdc4b
WB
130rust-pxar (0.1.8-1) pve; urgency=medium
131
132 * fix a bug with encoding device files
133
134 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jun 2020 11:05:52 +0200
135
05884608
WB
136rust-pxar (0.1.7-1) pve; urgency=medium
137
138 * add some safety checks
139
140 * fix search for Entry header in hardlinks (don't mess with internal decoder
141 state for this)
142
143 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Jun 2020 10:35:27 +0200
144
3c8ca95c
WB
145rust-pxar (0.1.6-1) pve; urgency=medium
146
147 * refuse illegal file names in encoder/decoder/accessor
148
149 * use a shared 1M file copy buffer
150
151 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 13:55:14 +0200
152
37f52caf
WB
153rust-pxar (0.1.5-1) pve; urgency=medium
154
155 * fixup hardlink encoding
156
157 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 10:08:06 +0200
158
72f36709
WB
159rust-pxar (0.1.4-1) pve; urgency=medium
160
161 * remove LinkOffset from some file types
162 * change API for hardlink following
163 * properly interpret hardlink offsets relative in the decoder
164
165 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 16:23:21 +0200
166
5d283b7e
WB
167rust-pxar (0.1.3-1) pve; urgency=medium
168
169 * introduce LinkOffset which is used to create hardlinks
170
171 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 14:00:51 +0200
172
500440c8
WB
173rust-pxar (0.1.2-1) pve; urgency=medium
174
175 * update hardlink format
176
177 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 12:20:44 +0200
178
96da0e0d
WB
179rust-pxar (0.1.1-1) pve; urgency=medium
180
181 * change acl Permissions to be just a u64 instead of a bitfield
182
183 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 11:26:19 +0200
184
707bad0d
WB
185rust-pxar (0.1.0-1) pve; urgency=medium
186
187 * initial release
188
189 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 12:34:49 +0200