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