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

index 5a9fe0e3c972d77623215d642fe74a144424e2ca..beddef95a729ca85352a91bae603ef76ac60b72a 100644 (file)
@@ -1,4 +1,23 @@
 
+               Release Notes for Baculum 9.6.6.2
+
+This is a minor new feature and bug fix release. There have been done
+improvements to the restore wizard, the job view and the job history view pages.
+
+New changes and fixes:
+
+ - Add searching jobs by filename in restore wizard - idea proposed by Wanderlei Huttel
+ - Show more detailed job file list - idea proposed by Wanderlei Huttel
+ - Add graphs to job view page
+ - Add job files API endpoint
+ - Update Portuguese translations
+ - Ajax queue improvement in framework
+ - Rework job file list API endpoint
+ - Fix renaming config resources
+ - Fix selecting pool for copy or migrate jobs running from job history page by 'Run job again' button
+ - Improved pie graphs look
+
+
                Release Notes for Baculum 9.6.6.1
 
 This is a minor new feature and bug fix release. It introduces new functions
index 89cc15bcdccbcb045dac661717235780218c60be..6f1758b860d14a80a31f1a65f46e769b5083b1ca 100644 (file)
@@ -31,7 +31,7 @@ Prado::using('Application.Common.Class.CommonModule');
  */
 class Params extends CommonModule {
 
-       const BACULUM_VERSION = '9.6.6.1';
+       const BACULUM_VERSION = '9.6.6.2';
 
        public static $months = array(
                'jan' => 'January',