From d3bac4d899b53e8e5fd187e60ade4032af47f040 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Thu, 5 Nov 2020 05:28:21 +0100 Subject: [PATCH] baculum: Update version and release notes --- gui/baculum/ReleaseNotes | 19 +++++++++++++++++++ gui/baculum/protected/Common/Class/Params.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index 5a9fe0e3c..beddef95a 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,23 @@ + Release Notes for Baculum 9.6.6.2 + +This is a minor new feature and bug fix release. There have been done +improvements to the restore wizard, the job view and the job history view pages. + +New changes and fixes: + + - Add searching jobs by filename in restore wizard - idea proposed by Wanderlei Huttel + - Show more detailed job file list - idea proposed by Wanderlei Huttel + - Add graphs to job view page + - Add job files API endpoint + - Update Portuguese translations + - Ajax queue improvement in framework + - Rework job file list API endpoint + - Fix renaming config resources + - Fix selecting pool for copy or migrate jobs running from job history page by 'Run job again' button + - Improved pie graphs look + + Release Notes for Baculum 9.6.6.1 This is a minor new feature and bug fix release. It introduces new functions diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 89cc15bcd..6f1758b86 100644 --- a/gui/baculum/protected/Common/Class/Params.php +++ b/gui/baculum/protected/Common/Class/Params.php @@ -31,7 +31,7 @@ Prado::using('Application.Common.Class.CommonModule'); */ class Params extends CommonModule { - const BACULUM_VERSION = '9.6.6.1'; + const BACULUM_VERSION = '9.6.6.2'; public static $months = array( 'jan' => 'January', -- 2.47.3