]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update release notes and version number
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 21 Apr 2021 02:29:53 +0000 (04:29 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Wed, 21 Apr 2021 02:29:53 +0000 (04:29 +0200)
gui/baculum/ReleaseNotes
gui/baculum/protected/Common/Class/Params.php

index ec740eb8daccc5aacb695e0bf80dbe00ccd6125c..2197851d49f4fef41bacf22862b568af118c0485 100644 (file)
@@ -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
index d5f9a21b1881d20d9c1215ac80d40258060ef56b..a2f3231d20355ab3fa01375d060b4d79ffdb7f73 100644 (file)
@@ -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',