From: Marcin Haba Date: Wed, 21 Apr 2021 02:29:53 +0000 (+0200) Subject: baculum: Update release notes and version number X-Git-Tag: Release-11.0.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8a5bded6a5aacf9bb8edae85e500ef71233d7a;p=thirdparty%2Fbacula.git baculum: Update release notes and version number --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index ec740eb8d..2197851d4 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,3 +1,25 @@ + Release Notes for Baculum 11.0.2.2 + +This is a minor new feature and bug fix release. The main new feature for +this version is support for assigning multiple API hosts to one user. +Portuguese and Polish translations have been updated as well. + +New changes and fixes: + + - Implement support for assigning multiple API hosts to one user + - Add capability to manage many API hosts by one user account + - Add component action (start/stop/restart) buttons to client and storage pages + - Update Portuguese translations + - Update Polish translations + - Fix #2609 opening update slots window reported by Hector Barrera + - Fix #2592 logout button on Safari web browser + - Add new device interface definition to Baculum OpenAPI documentation + - Use catalog access in changer listall endpoint only if it is configured on API host + +Bugs fixed/closed since last release: +2592, 2609 + + Release Notes for Baculum 11.0.2.1 This is a minor new feature release. It provides the autochanger management @@ -10,6 +32,7 @@ New changes: - Update Portuguese translations - Update Polish translations + Release Notes for Baculum 11.0.1.1 This is a minor new feature and bug fix release. Main changes are a new @@ -32,6 +55,7 @@ New changes and fixes: 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 d5f9a21b1..a2f3231d2 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.2.1'; + const BACULUM_VERSION = '11.0.2.2'; public static $months = array( 'jan' => 'January',