From 62bebca7f300ade49bb52a2fc6ddbca09fa0021e Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Wed, 14 Jul 2021 06:29:54 +0200 Subject: [PATCH] baculum: Update version and release notes --- gui/baculum/ReleaseNotes | 33 +++++++++++++++++++ gui/baculum/protected/Common/Class/Params.php | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index 2b380f74b..68ea7c9a3 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -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 diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 7d2707093..94f5d92f2 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.2'; + const BACULUM_VERSION = '11.0.5.3'; public static $months = array( 'jan' => 'January', -- 2.47.3