From 797ccc8e181f05ce6e2df9da328706e6741069e7 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Mon, 1 Nov 2021 13:04:34 +0100 Subject: [PATCH] baculum: Update ReleaseNotes and version --- gui/baculum/ReleaseNotes | 10 ++++++++++ gui/baculum/protected/Common/Class/Params.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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', -- 2.47.3