From: Marcin Haba Date: Mon, 1 Nov 2021 12:04:34 +0000 (+0100) Subject: baculum: Update ReleaseNotes and version X-Git-Tag: Release-11.3.2~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44789ef1fcb3b497556025d340c1c1e8520290e;p=thirdparty%2Fbacula.git baculum: Update ReleaseNotes and version --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index b7970a307..26bbf6a67 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,14 @@ + 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 +user not use Bacula configuration function in Baculum. Also there has also been +updated Russian translations. + +Baculum Web: + - Fix undefined index error if user not use Bacula configuration function + - Update Russian translations + Release Notes for Baculum 11.0.5.5 This is a minor bug fix and new feature release. From new feature side there diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index ea27ae2e6..77c7d30a6 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.5'; + const BACULUM_VERSION = '11.0.5.6'; public static $months = array( 'jan' => 'January',