]> git.proxmox.com Git - pve-lxc-syscalld.git/blob - debian/changelog
fix id mapping code
[pve-lxc-syscalld.git] / debian / changelog
1 pve-lxc-syscalld (1.3.0) bookworm; urgency=medium
2
3 * rebuild for Debian 12 bookworm based release series
4
5 -- Proxmox Support Team <support@proxmox.com> Wed, 24 May 2023 13:33:14 +0200
6
7 rust-pve-lxc-syscalld (1.2.2-1) pve; urgency=medium
8
9 * remove old poll/event handling for SEQPACKET socket
10
11 * re-enable non-blocking client sockets
12
13 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jul 2022 12:15:06 +0200
14
15 rust-pve-lxc-syscalld (1.2.1-1) pve; urgency=medium
16
17 * revert non-blocking socket i/o patch
18
19 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jul 2022 11:17:54 +0200
20
21 rust-pve-lxc-syscalld (1.2.0-1) pve; urgency=medium
22
23 * update to rust edition 2021
24
25 * update nix dependency to 0.24
26
27 * keep worker count between 2 and 4 to avoid lots of idle threads on high
28 thread cpus, as we rarely get involved in container activity
29
30 * use non-blocking i/o for sockets
31
32 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Jul 2022 15:18:20 +0200
33
34 rust-pve-lxc-syscalld (1.1.1-1) pve; urgency=medium
35
36 * improve handling of AT_FDCWD as file descriptor parameter
37
38 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jun 2022 09:42:15 +0200
39
40 rust-pve-lxc-syscalld (1.1.0-1) pve; urgency=medium
41
42 * accept negative file descriptors, as they have valid use cases
43
44 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Jan 2022 14:20:14 +0100
45
46 rust-pve-lxc-syscalld (1.0.0-1) pve; urgency=medium
47
48 * support pure cgroupv2 environments
49
50 * fix issue with tokio 1.0 update causing pipes in forked syscalls to
51 wrongly indicate EOF
52
53 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Jun 2021 12:03:52 +0200
54
55 rust-pve-lxc-syscalld (0.9.2-1) pve; urgency=medium
56
57 * update to tokio 1.0
58
59 * re-build for Proxmox VE 7 / Debian Bullseye
60
61 -- Proxmox Support Team <support@proxmox.com> Wed, 12 May 2021 21:05:15 +0200
62
63 rust-pve-lxc-syscalld (0.9.1-1) pve; urgency=medium
64
65 * fix handling of '--' parameter separator and error output
66
67 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 09:02:35 +0100
68
69 rust-pve-lxc-syscalld (0.9.0-1) pve; urgency=medium
70
71 * initial development release
72
73 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 12:00:00 +0100