From: Marcin Haba Date: Sun, 7 Mar 2021 08:35:23 +0000 (+0100) Subject: baculum: Update version and ReleaseNotes X-Git-Tag: Release-11.0.2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3f5d87adf1d3210b65c3411aadf8d59325c906;p=thirdparty%2Fbacula.git baculum: Update version and ReleaseNotes --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index 12742c774..600b299cc 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,26 @@ + Release Notes for Baculum 11.0.1.1 + +This is a minor new feature and bug fix release. Main changes are a new +API version 2 and new API panel. The API version 1 is still possible +to use and it is preserved. + +New changes and fixes: + + - Implement API version 2 + - New modern API panel + - Improve updating asset files after upgrade + - Update Russian translations + - Update Portuguese translations + - Update Polish translations + - Fix #2597 LDAP login with LDAPS option + - Fix displaying warning messages in messages window + - Fix undefined property error in run job API endpoint if level value is not provided + - Fix cancel button in new job wizard + +Bugs fixed/closed since last release: +2597 + Release Notes for Baculum 9.6.6.3 This is a minor new feature and bug fix release. In this release is a new diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 4880963b7..537e9b089 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.1'; + const BACULUM_VERSION = '11.0.1.1'; public static $months = array( 'jan' => 'January',