From 3080df8c732d737fe0d82b23264ad7c1fbff745e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 8 Aug 2017 07:39:09 +0200 Subject: [PATCH] Update ChangeLog+ReleaseNotes --- bacula/ChangeLog | 51 ++++++++++++++++++++++++++++++++++++++++++++- bacula/ReleaseNotes | 37 +++++++++++++++++++++++++++++++- 2 files changed, 86 insertions(+), 2 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 75cf0ed136..951ff1d0ec 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,54 @@ - Changelog on version 9.0.2 + Changelog on version 9.0.3 +Release 9.0.3 + + +06Aug17 + - baculum: Fix access denied error on api install wizard page + - baculum: Remove assigning to api host when user is deleted + - baculum: Fix empty admin setting + - baculum: Add ability to assign host to specific user + - baculum: Fix bconsole test connection for new api host that works with new + director + +05Aug17 + - baculum: Fix sqlite db support + +03Aug17 + - Fix bug #2301 Solaris Available space incorrectly reported by turning off the + output for Solaris + - Fix bug #2300 mount/unmount/release of single tape drive does not work + +01Aug17 + - baculum: Fix bconsole connection test in config wizard + - baculum: Fix writing config for schedule and message names with space + +31Jul17 + - bpipe: Fix compiler warning + - baculum: Fix drag & drop file version elements + +30Jul17 + - baculum: Add fileset info endpoint and use it in restore wizard + - baculum: Use client name instead of clientid and start using fileset to + prepare restore tree + - baculum: Remove fileset parameter from run restore + - baculum: Fix lstat regex pattern + - baculum: Get the most recent jobs by client and fileset or by clientid and + filesetid + - Fix: bug #3048: jobs are stuck in endless loop in reserve.c + - Add total time to test.out file + +29Jul17 + - baculum: Add restore job selection in restore job wizard + +26Jul17 + - Enhance verify job report from bug 2249 + +Bugs fixed/closed since last release: +2300 2301 3048 + + +====================================================== Release 9.0.2 23Jul17 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 669f098bf9..282259f31a 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,40 @@ - Release Notes for Bacula 9.0.2 + Release Notes for Bacula 9.0.3 + +This is a minor bug fix release. + +086Aug17 + - baculum: Fix access denied error on api install wizard page + - baculum: Remove assigning to api host when user is deleted + - baculum: Fix empty admin setting + - baculum: Add ability to assign host to specific user + - baculum: Fix bconsole test connection for new api host that works with new + director + - baculum: Fix sqlite db support + - Fix bug #2301 Solaris Available space incorrectly reported by turning off the + output for Solaris + - Fix bug #2300 mount/unmount/release of single tape drive does not work + - baculum: Fix bconsole connection test in config wizard + - baculum: Fix writing config for schedule and message names with space + - bpipe: Fix compiler warning + - baculum: Fix drag & drop file version elements + - baculum: Add fileset info endpoint and use it in restore wizard + - baculum: Use client name instead of clientid and start using fileset to + prepare restore tree + - baculum: Remove fileset parameter from run restore + - baculum: Fix lstat regex pattern + - baculum: Get the most recent jobs by client and fileset or by clientid and + filesetid + - Fix: bug #3048: jobs are stuck in endless loop in reserve.c + - Add total time to test.out file + - baculum: Add restore job selection in restore job wizard + - Enhance verify job report from bug 2249 + +Bugs fixed/closed since last release: +2300 2301 3048 + + +=============================================================== This is a minor bug fix release, but a few of the bugs are important. The main items fixed are: -- 2.39.5