From: Marcin Haba Date: Thu, 5 Nov 2020 04:28:21 +0000 (+0100) Subject: baculum: Update version and release notes X-Git-Tag: Release-9.6.7~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3bac4d899b53e8e5fd187e60ade4032af47f040;p=thirdparty%2Fbacula.git baculum: Update version and release notes --- 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',