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