]> git.proxmox.com Git - pxar.git/blame - debian/changelog
bump version to 0.3.0-1
[pxar.git] / debian / changelog
CommitLineData
10086ac5
WB
1rust-pxar (0.3.0-1) pve; urgency=medium
2
3 * introduce 96 bit time stamp type with support for negative timestamps
4
5 * introduce PXAR_ENTRY version 2 header type
6
7 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Jul 2020 11:56:47 +0200
8
cbf1b17b
WB
9rust-pxar (0.2.1-1) pve; urgency=medium
10
11 * sync encoder: fix metadata lifetime leaking into encoder
12
13 * add builder for metadata
14
15 * add initial data testsuite
16
17 * minor rustc version compatibility improvement
18
19 * implement ReadAt for byte slices
20
21 * fix maximum allowed size check for acl group objects (found via a clippy lint)
22
23 * fix various clippy lints
24
25 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jul 2020 11:41:49 +0200
26
284b53eb
WB
27rust-pxar (0.2.0-1) pve; urgency=medium
28
29 * Archive format compatibility breakage:
30
31 * All constants used in the pxar format have now been recomputed from
32 strings of the form `__PROXMOX_FORMAT_<header-type>__`, the hash keys used
33 for the sip hasher come from the sha1sum of `PROXMOX ARCHIVE FORMAT`.
34
35 * This is a clear cut from the catar format now, since we're not really
36 using just a subset anymore, but also slightly different (due to hardlink
37 support and thereby also dropped composability of the format).
38
39 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2020 09:39:15 +0200
40
8029a6e7
WB
41rust-pxar (0.1.9-1) pve; urgency=medium
42
43 * more useful/correct ReadAt trait definition
44
45 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 11:55:50 +0200
46
515cdc4b
WB
47rust-pxar (0.1.8-1) pve; urgency=medium
48
49 * fix a bug with encoding device files
50
51 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jun 2020 11:05:52 +0200
52
05884608
WB
53rust-pxar (0.1.7-1) pve; urgency=medium
54
55 * add some safety checks
56
57 * fix search for Entry header in hardlinks (don't mess with internal decoder
58 state for this)
59
60 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Jun 2020 10:35:27 +0200
61
3c8ca95c
WB
62rust-pxar (0.1.6-1) pve; urgency=medium
63
64 * refuse illegal file names in encoder/decoder/accessor
65
66 * use a shared 1M file copy buffer
67
68 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 13:55:14 +0200
69
37f52caf
WB
70rust-pxar (0.1.5-1) pve; urgency=medium
71
72 * fixup hardlink encoding
73
74 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jun 2020 10:08:06 +0200
75
72f36709
WB
76rust-pxar (0.1.4-1) pve; urgency=medium
77
78 * remove LinkOffset from some file types
79 * change API for hardlink following
80 * properly interpret hardlink offsets relative in the decoder
81
82 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 16:23:21 +0200
83
5d283b7e
WB
84rust-pxar (0.1.3-1) pve; urgency=medium
85
86 * introduce LinkOffset which is used to create hardlinks
87
88 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 14:00:51 +0200
89
500440c8
WB
90rust-pxar (0.1.2-1) pve; urgency=medium
91
92 * update hardlink format
93
94 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 12:20:44 +0200
95
96da0e0d
WB
96rust-pxar (0.1.1-1) pve; urgency=medium
97
98 * change acl Permissions to be just a u64 instead of a bitfield
99
100 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 11:26:19 +0200
101
707bad0d
WB
102rust-pxar (0.1.0-1) pve; urgency=medium
103
104 * initial release
105
106 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 12:34:49 +0200