mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 11:44:39 +00:00
daemon: bump version to 0.1.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1db49cb269
commit
b74391cada
@ -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
|
||||
|
@ -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
|
||||
|
||||
* remove unused dependency on once_cell
|
||||
|
@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~) <!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-serde-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-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"
|
||||
|
Loading…
Reference in New Issue
Block a user