From a26fd2908cb35c28611c830799cb7a9ff8a2cfba Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Mon, 23 Nov 2020 21:33:54 +0100 Subject: [PATCH] baculum: Update version and release notes --- gui/baculum/ReleaseNotes | 21 +++++++++++++++++++ gui/baculum/protected/Common/Class/Params.php | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index beddef95a..12742c774 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,25 @@ + Release Notes for Baculum 9.6.6.3 + +This is a minor new feature and bug fix release. In this release is a new +Russian translations available, thanks to Sergey Zhidkov. Besides of that new +functions are: graphical status storage and a path field in the restore wizard. + +New changes and fixes: + + - Add Russian translations + - Implement graphical status storage + - Add path field to restore wizard to narrow down search file results to specific path - idea proposed by Wanderlei Huttel + - Update Portuguese translations + - Add json output option to show storages and show single storage endpoints + - Add path parameter to job files API endpoint + - Fix #2565 status icon overlaps action buttons in API wizard + - Fix access to job resources if no job assigned to user + +Bugs fixed/closed since last release: +2565 + + Release Notes for Baculum 9.6.6.2 This is a minor new feature and bug fix release. There have been done diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 831bca472..fcc3d7417 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 = '9.6.6.2'; + const BACULUM_VERSION = '9.6.6.3'; public static $months = array( 'jan' => 'January', -- 2.47.3