]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update version and release notes
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 3 Aug 2021 03:36:41 +0000 (05:36 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 3 Aug 2021 03:36:41 +0000 (05:36 +0200)
gui/baculum/ReleaseNotes
gui/baculum/protected/Common/Class/Params.php

index 68ea7c9a3228dc9420cec6b9cd142165caa70b79..d288c468e340d6e7038c9edac085b87ceea7469e 100644 (file)
@@ -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
index 34038340faccd62bc311aeb18d520d02b7c3acb2..a0be15d95a000653c7b9604b45e39d647537bf2b 100644 (file)
@@ -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',