From: Marcin Haba Date: Tue, 3 Aug 2021 03:36:41 +0000 (+0200) Subject: baculum: Update version and release notes X-Git-Tag: Release-11.3.2~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f297c656780529c509f98ebc6538b7ef66a8b503;p=thirdparty%2Fbacula.git baculum: Update version and release notes --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index 68ea7c9a3..d288c468e 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,24 @@ + Release Notes for Baculum 11.0.5.4 + +This is a minor new feature and bug fix release. In this version a new schedule +setting has been prepared. There have also been updated Portuguese, Russian and +Polish translations. We removed the redundant Statistics page as all statistics +can now be set on Director, File Daemon and Storage Daemon configuration pages. + +New changes and fixes: + +Baculum Web: + - New advanced schedule settings + - Update Portuguese translations + - Update Russian translations + - Update Polish translations + - Fix displaying issue in restore browser - reported by Sergey Zhidkov + - Fix error about expected port number when writing component main resource + - Fix auto-scrolling in windows with configuration + - Fix remove storage resource if autochanger directive is set + - Remove redundant statistics pages + Release Notes for Baculum 11.0.5.3 This is a minor new feature and bug fix release. The main new features for this diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 34038340f..a0be15d95 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.3'; + const BACULUM_VERSION = '11.0.5.4'; public static $months = array( 'jan' => 'January',