From 3e4a67f350a50848d552fc40346cf84261348550 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 11 Sep 2020 15:55:37 +0200 Subject: [PATCH] bump version to 0.8.16-1 --- Cargo.toml | 2 +- debian/changelog | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b962010f0..0625ffbc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.15" +version = "0.8.16" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 84fbe934d..3b4ce15ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +rust-proxmox-backup (0.8.16-1) unstable; urgency=medium + + * BackupDir: make constructor fallible + + * handle invalid mtime when formating entries + + * ui/docs: add onlineHelp button for syncjobs + + * docs: add section for calendar events + + * tools/systemd/parse_time: enable */x syntax for calendar events + + * docs: set html img width limitation through css + + * docs: use alabaster theme + + * server: set http2 max frame size + + * doc: Add section "FAQ" + + -- Proxmox Support Team Fri, 11 Sep 2020 15:54:57 +0200 + rust-proxmox-backup (0.8.15-1) unstable; urgency=medium * verify: skip benchmark directory