sys: bump version to 0.6.7-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-07 20:54:54 +02:00
parent f980cdc661
commit 0afeba4b67
3 changed files with 20 additions and 7 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-sys"
description = "System tools (using nix)."
version = "0.6.6"
version = "0.6.7"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,16 @@
rust-proxmox-sys (0.6.7-1) bookworm; urgency=medium
* memory info: use the MemAvailable field from /proc/meminfo to compute used
memory to fix overestimation of that metric and to better align with what
modern versions of tools like `free` do.
* add doc-comments for ProcFsMemInfo type.
* add MemAvailable field to ProcFsMemInfo to promote its usage over the
existing MemFree, which is almost never the right choice.
-- Proxmox Support Team <support@proxmox.com> Mon, 07 Apr 2025 20:50:58 +0200
rust-proxmox-sys (0.6.6-1) bookworm; urgency=medium
* use correct pointer type for mkdtemp return value

View File

@ -58,10 +58,10 @@ Provides:
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.6-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.6+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.6+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.6+timer-dev (= ${binary:Version})
librust-proxmox-sys-0.6.7-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.7+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.7+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.7+timer-dev (= ${binary:Version})
Description: System tools (using nix) - Rust source code
Source code for Debianized Rust crate "proxmox-sys"
@ -75,7 +75,7 @@ Depends:
Provides:
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.6+crypt-dev (= ${binary:Version})
librust-proxmox-sys-0.6.7+crypt-dev (= ${binary:Version})
Description: System tools (using nix) - feature "crypt"
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.
@ -91,7 +91,7 @@ Depends:
Provides:
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.6+logrotate-dev (= ${binary:Version})
librust-proxmox-sys-0.6.7+logrotate-dev (= ${binary:Version})
Description: System tools (using nix) - feature "logrotate"
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.