mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-29 16:26:38 +00:00
bump version to 2.3.2-1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
35869de526
commit
e6120a8f6f
@ -1,5 +1,5 @@
|
|||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "2.3.1"
|
version = "2.3.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||||
|
38
debian/changelog
vendored
38
debian/changelog
vendored
@ -1,3 +1,41 @@
|
|||||||
|
rust-proxmox-backup (2.3.2-1) bullseye; urgency=medium
|
||||||
|
|
||||||
|
* ui: datastore options: fix default for prune notify render
|
||||||
|
|
||||||
|
* tape: hide internal use of all zero uuid for unassigned tapes
|
||||||
|
|
||||||
|
* tape: inventory: skip unassigned tapes
|
||||||
|
|
||||||
|
* ui: metricserver: fix enable column
|
||||||
|
|
||||||
|
* code re-organization
|
||||||
|
|
||||||
|
* tree-wide: bump edition to 2021
|
||||||
|
|
||||||
|
* debug cli: show more file attributes for `diff archive` command
|
||||||
|
|
||||||
|
* debug cli: add 'compare-content' flag to `diff archive` command
|
||||||
|
|
||||||
|
* debug cli: add colored output for `diff archive`
|
||||||
|
|
||||||
|
* use workspace inheritance feature of cargo 0.65
|
||||||
|
|
||||||
|
* update for new proxmox-api-macro
|
||||||
|
|
||||||
|
* fix #4346: pbs-client: don't fail silently when storing ticket
|
||||||
|
|
||||||
|
* d/control: add jq as a build dependency
|
||||||
|
|
||||||
|
* d/postinst: check if datastore lockfile actually exists
|
||||||
|
|
||||||
|
* fix #4387: pbs-client: print task-logs to stdout
|
||||||
|
|
||||||
|
* fix #4256: api2: remove prune jobs on datastore delete
|
||||||
|
|
||||||
|
* fix #4256: api2: remove datastore ACL-node on removal of datastore
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2022 11:31:17 +0100
|
||||||
|
|
||||||
rust-proxmox-backup (2.3.1-1) bullseye; urgency=medium
|
rust-proxmox-backup (2.3.1-1) bullseye; urgency=medium
|
||||||
|
|
||||||
* d/postinst: try to fixup installations with wrong .datastore.lck owner for
|
* d/postinst: try to fixup installations with wrong .datastore.lck owner for
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: admin
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 24),
|
dh-cargo (>= 24),
|
||||||
cargo:native,
|
cargo:native (>= 0.65.0-1),
|
||||||
rustc:native,
|
rustc:native,
|
||||||
libstd-rust-dev,
|
libstd-rust-dev,
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user