From 1a48cbf1640043405151708260c522cac66041ee Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 1 Oct 2020 16:19:49 +0200 Subject: [PATCH] bump version to 0.9.0-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0333ace2..99824b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.21" +version = "0.9.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 0d03cfe3..e6dbc0b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +rust-proxmox-backup (0.9.0-1) unstable; urgency=medium + + * use ParallelHandler to verify chunks + + * client: add new paper-key command to CLI tool + + * server: split task list in active and archived + + * tools: add logrotate module and use it for archived tasks, allowing to save + more than 100 thousands of tasks efficiently in the archive + + * require square [brackets] for ipv6 addresses and fix ipv6 handling for + remotes/sync jobs + + * ui: RemoteEdit: make comment and fingerprint deletable + + * api/disks: create zfs: enable import systemd service unit for newly created + ZFS pools + + * client and remotes: add support to specify a custom port number. The server + is still always listening on 8007, but you can now use things like reverse + proxies or port mapping. + + * ui: RemoteEdit: allow to specify a port in the host field + + * client pull: log progress + + * various fixes and improvements + + -- Proxmox Support Team Thu, 01 Oct 2020 16:19:40 +0200 + rust-proxmox-backup (0.8.21-1) unstable; urgency=medium * depend on crossbeam-channel -- 2.39.2