From 907a9f344d8f80992fc0bc159cb3fd2ab8a6b0d4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Jul 2021 09:48:04 +0200 Subject: [PATCH] proxmox: bump version to 0.12.1-1 Signed-off-by: Thomas Lamprecht --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index f7ea9012..fe265de1 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.12.0" +version = "0.12.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index b6e2e2e6..fbc35ac2 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,4 +1,11 @@ -rust-proxmox (0.12.0-1) unstable; urgency=medium +rust-proxmox (0.12.1-1) stable; urgency=medium + + * fs: fallback to link if renameat2 is not supported in atomic file creation + helper + + -- Proxmox Support Team Thu, 22 Jul 2021 09:47:45 +0200 + +rust-proxmox (0.12.0-1) stable; urgency=medium * open_file_locked: add options parameter (CreateOptions) @@ -6,13 +13,13 @@ rust-proxmox (0.12.0-1) unstable; urgency=medium -- Proxmox Support Team Tue, 20 Jul 2021 10:24:34 +0200 -rust-proxmox (0.11.6-1) unstable; urgency=medium +rust-proxmox (0.11.6-1) stable; urgency=medium * make_tmp_file: return File instead of Fd -- Proxmox Support Team Wed, 14 Jul 2021 12:31:34 +0200 -rust-proxmox (0.11.5-1) unstable; urgency=medium +rust-proxmox (0.11.5-1) stable; urgency=medium * takeover socket helper from proxmox_backup