From: Marcin Haba Date: Wed, 17 Nov 2021 02:30:20 +0000 (+0100) Subject: baculum: Update ReleaseNotes and version X-Git-Tag: Release-11.0.6~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87406e4fe5d460a41e63ad9b32bf4627554a7820;p=thirdparty%2Fbacula.git baculum: Update ReleaseNotes and version --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index 26bbf6a67..5501dd16e 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,41 @@ + Release Notes for Baculum 11.0.5.7 + +This is a minor new feature and bug fix release. The main new function is +capability to restrict Bacula resources for basic users. There has also +been added documentation for Bacula directives and we did many visual +improvements in the Baculum Web interface. Finally, we updated Portuguese, +Russian and Polish translations. + +New changes and fixes: + +Baculum Web: + - Add capability to assign dedicated bconsole config file to API basic users + - Add interface to manage API basic users from Web component side + - Add documentation for directives + - Reduce free spaces between interface elements - idea proposed by Sergey Zhidkov + - Add option to enable/disable messages log window - idea proposed by Bill Arlofski + - Add time range filters to job history page - idea proposed by Heitor Faria + - Add copy resource function to enable creating new resources based on others + - Visual improvements in interface + - Update Russian translations + - Update Portuguese translations + - Update Polish translations + - Unify buttons view + - Add password generator to password fields + - Improve wizards view and responsivity + - Add capability to close modal windows on clicking gray shadow + - Fix #2646 apply new user permissions immediately instead of after logging out and logging in + - Fix #2647 PHP warning about headers already sent on storage view page + - Unset default API host setting if default API host is no longer assigned to user + +Baculum API: + - Add API endpoints for API basic user management + +Bugs fixed/closed since last release: +2646, 2647 + + Release Notes for Baculum 11.0.5.6 This is a bug fix release. It fixes a bug introduced in 11.0.5.5 that happens if diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 77c7d30a6..2cc5af24d 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 = '11.0.5.6'; + const BACULUM_VERSION = '11.0.5.7'; public static $months = array( 'jan' => 'January',