diff --git a/proxmox-daemon/Cargo.toml b/proxmox-daemon/Cargo.toml index bddf94e2..157d1333 100644 --- a/proxmox-daemon/Cargo.toml +++ b/proxmox-daemon/Cargo.toml @@ -3,7 +3,7 @@ name = "proxmox-daemon" description = """ Daemon state handling (catching reload signals, registering commands with the command socket, ...) """ -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true diff --git a/proxmox-daemon/debian/changelog b/proxmox-daemon/debian/changelog index 06a5af06..2e179685 100644 --- a/proxmox-daemon/debian/changelog +++ b/proxmox-daemon/debian/changelog @@ -1,3 +1,12 @@ +rust-proxmox-daemon (0.1.2-1) bookworm; urgency=medium + + * try to remove existing unix socket in bind directly, as there we can tell + for sure that the old one isn't required anymore. + + * output debug log when restoring FD passed through environment. + + -- Proxmox Support Team Mon, 30 Dec 2024 15:33:03 +0100 + rust-proxmox-daemon (0.1.1-1) bookworm; urgency=medium * remove unused dependency on once_cell diff --git a/proxmox-daemon/debian/control b/proxmox-daemon/debian/control index ece0c3cd..e23b0333 100644 --- a/proxmox-daemon/debian/control +++ b/proxmox-daemon/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13), librust-libc-0.2+default-dev (>= 0.2.107-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-nix-0.26+default-dev (>= 0.26.1-~~) , - librust-proxmox-sys-0.6+default-dev , + librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~) , librust-proxmox-systemd-0.1+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev , @@ -41,7 +41,7 @@ Depends: librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-proxmox-sys-0.6+default-dev, + librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~), librust-proxmox-systemd-0.1+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev, @@ -57,7 +57,7 @@ Provides: librust-proxmox-daemon-0+default-dev (= ${binary:Version}), librust-proxmox-daemon-0.1-dev (= ${binary:Version}), librust-proxmox-daemon-0.1+default-dev (= ${binary:Version}), - librust-proxmox-daemon-0.1.1-dev (= ${binary:Version}), - librust-proxmox-daemon-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-daemon-0.1.2-dev (= ${binary:Version}), + librust-proxmox-daemon-0.1.2+default-dev (= ${binary:Version}) Description: Daemon state handling (catching reload signals, registering commands with the command socket, ...) - Rust source code Source code for Debianized Rust crate "proxmox-daemon"