]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update ReleaseNotes and version
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 1 Nov 2021 12:04:34 +0000 (13:04 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:27 +0000 (09:03 +0100)
gui/baculum/ReleaseNotes
gui/baculum/protected/Common/Class/Params.php

index b7970a307fe88da29a575cd42fe7672f4b86a74e..26bbf6a6758d0004cec0c4d9e042c45d53c64364 100644 (file)
@@ -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
index ea27ae2e653da5b5cb4acad18ed52623831cb584..77c7d30a6871c09b99c0f03c7a428716b3eddf7f 100644 (file)
@@ -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',