diff --git a/Cargo.toml b/Cargo.toml index ab63f6fa..755069a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.9.5" +version = "0.9.6" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 8c04a345..81ad226a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +rust-proxmox-backup (0.9.6-1) unstable; urgency=medium + + * fix #3106: improve queueing new incoming connections + + * fix #2870: sync: ensure a updated ticket is used, if available + + * proxy: log if there are too many open connections + + * ui: SyncJobEdit: fix sending 'delete' values on SyncJob creation + + * datastore config: allow to configure who receives job notify emails + + * ui: fix task description for log rotate + + * proxy: also rotate auth.log file + + * ui: add shell panel under administration + + * ui: sync jobs: only set default schedule when creating new jobs and some + other small fixes + + -- Proxmox Support Team Wed, 04 Nov 2020 19:12:57 +0100 + rust-proxmox-backup (0.9.5-1) unstable; urgency=medium * ui: user menu: allow one to change the language while staying logged in