daemon: bump version to 0.1.2-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-12-30 15:33:32 +01:00
parent 1db49cb269
commit b74391cada
3 changed files with 14 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name = "proxmox-daemon"
description = """ description = """
Daemon state handling (catching reload signals, registering commands with the command socket, ...) Daemon state handling (catching reload signals, registering commands with the command socket, ...)
""" """
version = "0.1.1" version = "0.1.2"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@ -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 <support@proxmox.com> Mon, 30 Dec 2024 15:33:03 +0100
rust-proxmox-daemon (0.1.1-1) bookworm; urgency=medium rust-proxmox-daemon (0.1.1-1) bookworm; urgency=medium
* remove unused dependency on once_cell * remove unused dependency on once_cell

View File

@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>, librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>, librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>, librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
librust-proxmox-sys-0.6+default-dev <!nocheck>, librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~) <!nocheck>,
librust-proxmox-systemd-0.1+default-dev <!nocheck>, librust-proxmox-systemd-0.1+default-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>, librust-serde-1+default-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>, librust-serde-json-1+default-dev <!nocheck>,
@ -41,7 +41,7 @@ Depends:
librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-libc-0.2+default-dev (>= 0.2.107-~~),
librust-log-0.4+default-dev (>= 0.4.17-~~), librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-nix-0.26+default-dev (>= 0.26.1-~~), 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-proxmox-systemd-0.1+default-dev,
librust-serde-1+default-dev, librust-serde-1+default-dev,
librust-serde-json-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+default-dev (= ${binary:Version}),
librust-proxmox-daemon-0.1-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+default-dev (= ${binary:Version}),
librust-proxmox-daemon-0.1.1-dev (= ${binary:Version}), librust-proxmox-daemon-0.1.2-dev (= ${binary:Version}),
librust-proxmox-daemon-0.1.1+default-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 Description: Daemon state handling (catching reload signals, registering commands with the command socket, ...) - Rust source code
Source code for Debianized Rust crate "proxmox-daemon" Source code for Debianized Rust crate "proxmox-daemon"