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