]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update version and ReleaseNotes
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 7 Mar 2021 08:35:23 +0000 (09:35 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 7 Mar 2021 12:06:24 +0000 (13:06 +0100)
gui/baculum/ReleaseNotes
gui/baculum/protected/Common/Class/Params.php

index 12742c7742021ef4d0d836b59b224c95323adc11..600b299ccba2f2e6087bbfb63a7e991128d2d02e 100644 (file)
@@ -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
index 4880963b7ed78e3cba2b6d8840202ee0f55f68f0..537e9b0893fba6ae124e2b5e545927f3ee8c0ac4 100644 (file)
@@ -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',