]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update version and release notes
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 23 Nov 2020 20:33:54 +0000 (21:33 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 23 Nov 2020 20:33:54 +0000 (21:33 +0100)
gui/baculum/ReleaseNotes
gui/baculum/protected/Common/Class/Params.php

index beddef95a729ca85352a91bae603ef76ac60b72a..12742c7742021ef4d0d836b59b224c95323adc11 100644 (file)
@@ -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
index 831bca472061503cce1ce440da52a6e40c251ba2..fcc3d7417d08f8a0e877f5473f81024c202ce41f 100644 (file)
@@ -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',