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