From: Marcin Haba Date: Mon, 23 Nov 2020 20:33:54 +0000 (+0100) Subject: baculum: Update version and release notes X-Git-Tag: Release-9.6.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28321f9e11c2c716ceddd4e6c1c2e6f9fccb7854;p=thirdparty%2Fbacula.git baculum: Update version and release notes --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index beddef95a..12742c774 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,25 @@ + Release Notes for Baculum 9.6.6.3 + +This is a minor new feature and bug fix release. In this release is a new +Russian translations available, thanks to Sergey Zhidkov. Besides of that new +functions are: graphical status storage and a path field in the restore wizard. + +New changes and fixes: + + - Add Russian translations + - Implement graphical status storage + - Add path field to restore wizard to narrow down search file results to specific path - idea proposed by Wanderlei Huttel + - Update Portuguese translations + - Add json output option to show storages and show single storage endpoints + - Add path parameter to job files API endpoint + - Fix #2565 status icon overlaps action buttons in API wizard + - Fix access to job resources if no job assigned to user + +Bugs fixed/closed since last release: +2565 + + Release Notes for Baculum 9.6.6.2 This is a minor new feature and bug fix release. There have been done diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 831bca472..fcc3d7417 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.2'; + const BACULUM_VERSION = '9.6.6.3'; public static $months = array( 'jan' => 'January',