]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update version and release notes
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 14 Jul 2021 04:29:54 +0000 (06:29 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:26 +0000 (09:03 +0100)
gui/baculum/ReleaseNotes
gui/baculum/protected/Common/Class/Params.php

index 2b380f74b78ba2a25de24c33bbe4b9e6c51a5429..68ea7c9a3228dc9420cec6b9cd142165caa70b79 100644 (file)
@@ -1,4 +1,37 @@
 
+                Release Notes for Baculum 11.0.5.3
+
+This is a minor new feature and bug fix release. The main new features for this
+version are: the new copy job wizard and improvements on the dashboard page.
+Russian, Portuguese and Polish translations have been updated as well.
+
+New changes and fixes:
+
+Baculum Web:
+ - New copy job wizard
+ - Backup job wizard improvements
+ - Add jump to previous/next error navigation in messages window
+ - Update Portuguese translations
+ - Update Russian translations
+ - Update Polish translations
+ - Make table texts translatable - reported by Sergey Zhidkov
+ - Make job status pie chart smaller - idea proposed by Sergey Zhidkov
+ - Change buttons on dasboard page - reported by Sergey Zhidkov
+ - Make job status pie chart clickable and direct to job history page with filtered results - idea proposed by Bill Arlofski
+ - Reduce size of icons in run job window and on dashboard page
+ - Fix opening job details in job table on main dashboard page - reported by Sergey Zhidkov
+ - Fix required fields in jobdefs forms
+ - Fix loading dashboard page if job status is created but not yet running
+ - Fix table width on schedule list page
+ - Fix legend in job status pie chart on job view page
+ - Move resource monitor and error message box to separate modules
+ - Add to directive controls option to hide reset button and remove button
+
+Baculum API:
+ - Add to config API endpoint parameter to apply jobdefs in results
+ - Update API documentation
+
+
                 Release Notes for Baculum 11.0.5.2
 
 This is a minor new feature and bug fix release. The main new features for this
index 7d2707093ddfc7d9256e0948b3a085b1e64e8b6e..94f5d92f26a5d1fa708049ade459221327ef6a36 100644 (file)
@@ -31,7 +31,7 @@ Prado::using('Application.Common.Class.CommonModule');
  */
 class Params extends CommonModule {
 
-       const BACULUM_VERSION = '11.0.5.2';
+       const BACULUM_VERSION = '11.0.5.3';
 
        public static $months = array(
                'jan' => 'January',