]> git.proxmox.com Git - proxmox.git/blob - proxmox-sys/debian/changelog
bump proxmox-sys to 0.5.3-1
[proxmox.git] / proxmox-sys / debian / changelog
1 rust-proxmox-sys (0.5.3-1) bookworm; urgency=medium
2
3 * use epoch_to_rfc2822 from proxmox_time, fixes an issue with times in
4 emails not being formatted correctly
5
6 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Jan 2024 12:48:11 +0100
7
8 rust-proxmox-sys (0.5.2-1) bookworm; urgency=medium
9
10 * add helper to get bootmode and secureboot status
11
12 * email: move Auto-Submitted header up
13
14 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2023 15:25:47 +0100
15
16 rust-proxmox-sys (0.5.1-1) bookworm; urgency=medium
17
18 * fix #4162: sys: added `auto-submitted` header to email body
19
20 * email: add `forward`
21
22 * purge now unused pty module
23
24 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2023 10:36:38 +0100
25
26 rust-proxmox-sys (0.5.0-1) bookworm; urgency=medium
27
28 * bump zstd to 0.12
29
30 * rebuild for Debian 12 bookworm based series
31
32 -- Proxmox Support Team <support@proxmox.com> Tue, 23 May 2023 11:31:00 +0200
33
34 rust-proxmox-sys (0.4.2-1) stable; urgency=medium
35
36 * sys: impl AsFd for PidFd
37
38 * sys: impl AsFd for PTY
39
40 * clippy 1.65 fixes
41
42 * move common metadata to workspace
43
44 * use workspace dependencies
45
46 * update nix to 0.26
47
48 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Jan 2023 12:05:38 +0100
49
50 rust-proxmox-sys (0.4.1) stable; urgency=medium
51
52 * deprecate most of the 'fd' helper types as they are now covered by std
53
54 * use namespaced dependencies
55
56 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Oct 2022 14:19:54 +0200
57
58 rust-proxmox-sys (0.4.0) stable; urgency=medium
59
60 * introduce 'acl', 'crypt' and 'timer' features, to avoid unconditionally
61 linking to libacl, libcrypt and librt respectively
62
63 * file locking requires the 'timer' feature
64
65 * drop dependency on 'proxmox-borrow'
66
67 * bumped edition to 2021
68
69 * 'CreateOptions' now has const 'group_root' and 'root_only' builders
70
71 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jul 2022 12:49:03 +0200
72
73 rust-proxmox-sys (0.3.2) stable; urgency=medium
74
75 * make systemd::escape_unit() more flexible
76
77 * add systemd::unescape_unit_path
78
79 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Jul 2022 11:48:09 +0200
80
81 rust-proxmox-sys (0.3.1) stable; urgency=medium
82
83 * partially fix #2915: scandir: stat if file_type from readdir is unknown
84
85 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jun 2022 09:40:15 +0200
86
87 rust-proxmox-sys (0.3.0) stable; urgency=medium
88
89 * feature-gate "logrotate" (and zstd)
90
91 * bump nix to 0.24
92
93 * move io error helpers to proxmox-lang
94
95 * add FileSystemInformation struct and helper
96
97 * use nix::unistd::fchown instead of re-implementing it
98
99 -- Proxmox Support Team <support@proxmox.com> Thu, 2 Jun 2022 12:08:34 +0200
100
101 rust-proxmox-sys (0.2.2) stable; urgency=medium
102
103 * update sortable-macro to 0.1.2, drop requirement for the identity macro
104
105 * deprecate identity macro, to be removed with 0.3.0
106
107 * fix a warning potentially generated by the io_bail_last macro on newer
108 compilers
109
110 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Nov 2021 11:32:35 +0100
111
112 rust-proxmox-sys (0.2.1) stable; urgency=medium
113
114 * proxmox-sys: import pipe() function from pbs-toos/src/io.rs
115
116 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Nov 2021 12:11:19 +0100
117
118 rust-proxmox-sys (0.2.0) unstable; urgency=medium
119
120 * moved code from proxmox crate
121
122 * imported code from proxmox-backup/pbs-tools
123 - pbs-tools/src/command.rs
124 - pbs-tools/src/acl.rs
125 - pbs-tool/src/xattr.rs
126 - pbs-tools/src/fs.rs
127
128 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Nov 2021 11:30:42 +0100
129
130 rust-proxmox-sys (0.1.2) unstable; urgency=medium
131
132 * fix test for wrong logrotate path
133
134 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 10:30:38 +0100
135
136 rust-proxmox-sys (0.1.1) stable; urgency=medium
137
138 * rebuild with base64 0.13
139
140 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Nov 2021 11:45:58 +0100
141
142 rust-proxmox-sys (0.1.0) stable; urgency=medium
143
144 * imported pbs-tools/src/crypt.rs
145
146 * imported pbs-tools/src/process_locker.rs
147
148 * imported pbs-tools/src/logrotate.rs (with various cleanups)
149
150 * imported pbs-tools/src/task.rs (as worker_task_context.rs)
151
152 * initial release
153
154 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Nov 2021 09:44:01 +0100