mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-27 02:05:37 +00:00
bump proxmox to 0.15.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bdc7e9d145
commit
4f4fa80f2f
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox"
|
name = "proxmox"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.15.0"
|
version = "0.15.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox (0.15.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* fix error handling if the previously introduced fsyncs fail
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Oct 2021 12:40:52 +0200
|
||||||
|
|
||||||
rust-proxmox (0.15.0-0) unstable; urgency=medium
|
rust-proxmox (0.15.0-0) unstable; urgency=medium
|
||||||
|
|
||||||
* add fsync parameter to replace_file and atomic_open_or_create
|
* add fsync parameter to replace_file and atomic_open_or_create
|
||||||
|
@ -60,8 +60,8 @@ Provides:
|
|||||||
librust-proxmox-0+default-dev (= ${binary:Version}),
|
librust-proxmox-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15-dev (= ${binary:Version}),
|
librust-proxmox-0.15-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15+default-dev (= ${binary:Version}),
|
librust-proxmox-0.15+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15.0-dev (= ${binary:Version}),
|
librust-proxmox-0.15.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15.0+default-dev (= ${binary:Version})
|
librust-proxmox-0.15.1+default-dev (= ${binary:Version})
|
||||||
Description: Generic Proxmox library - Rust source code
|
Description: Generic Proxmox library - Rust source code
|
||||||
This package contains the source for the Rust proxmox crate, packaged by
|
This package contains the source for the Rust proxmox crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -79,8 +79,8 @@ Provides:
|
|||||||
librust-proxmox-0+sortable-macro-dev (= ${binary:Version}),
|
librust-proxmox-0+sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15+proxmox-sortable-macro-dev (= ${binary:Version}),
|
librust-proxmox-0.15+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15+sortable-macro-dev (= ${binary:Version}),
|
librust-proxmox-0.15+sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15.0+proxmox-sortable-macro-dev (= ${binary:Version}),
|
librust-proxmox-0.15.1+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15.0+sortable-macro-dev (= ${binary:Version})
|
librust-proxmox-0.15.1+sortable-macro-dev (= ${binary:Version})
|
||||||
Description: Generic Proxmox library - feature "proxmox-sortable-macro" and 1 more
|
Description: Generic Proxmox library - feature "proxmox-sortable-macro" and 1 more
|
||||||
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox
|
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -97,7 +97,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-0+tokio-dev (= ${binary:Version}),
|
librust-proxmox-0+tokio-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15+tokio-dev (= ${binary:Version}),
|
librust-proxmox-0.15+tokio-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0.15.0+tokio-dev (= ${binary:Version})
|
librust-proxmox-0.15.1+tokio-dev (= ${binary:Version})
|
||||||
Description: Generic Proxmox library - feature "tokio"
|
Description: Generic Proxmox library - feature "tokio"
|
||||||
This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling
|
This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling
|
||||||
in any additional dependencies needed by that feature.
|
in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user