]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak update ChangeLog and ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Thu, 2 May 2019 13:36:06 +0000 (15:36 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 2 May 2019 13:36:06 +0000 (15:36 +0200)
bacula/ChangeLog
bacula/ReleaseNotes

index f4ae3e5b8a9fe833b0794c7fb3c2595df81d97d9..15f7aa191653260b950a62c667de4f34209dd11f 100644 (file)
@@ -3,7 +3,12 @@
 Release 9.4.3
 
 
+02May19
+ - baculum: Add status schedule page
+ - baculum: Add status schedule API endpoint
+
 01May19
+ - baculum: Fix schedule directives setting
  - Change mysql my_bool to bool as it was removed from mysql
 
 30Apr19
index cb7d91bbca079a8ec3addd13dd604ddd2d9abcd3..e381d01bd50f6abe1ab0da81e3e804a7bf010c6c 100644 (file)
@@ -2,13 +2,14 @@
                Release Notes for Bacula 9.4.3
 
 Release 9.4.3
+
 This is a bug fix release for version 9.4.2.  It includes a number of bug
 fixes and patches. 
 
-Note: there have been significant additions and changes to Baculum
+Baculum: there have been significant additions and changes to Baculum
  If you want a web gui please check it ou.
 
-If you are trying to build the S3 drivers, please remember to use the
+S3 driver: If you are trying to build the S3 drivers, please remember to use the
 community supplied (from Bacula Enterprise) version of libs3.so found at:
 
 https://www.bacula.org/downloads/libs3-20181010.tar.gz
@@ -19,12 +20,13 @@ a week or two.
 If there are no additional major bugs, this will be the last of the 9.4.x
 releases.  The next release will have a number of new features, and will
 require a major database upgrade (don't worry it will be easy -- just
-run update_bacula_tables
+run update_bacula_tables)
 
-01May19
+02May19
  - Change mysql my_bool to bool as it was removed from mysql
  - Improve assert message
- - examples: move backup-to-cdwriter.txt to move-backup-to-usb.txt - fix memory leak in DIR for copy-job
+ - examples: move backup-to-cdwriter.txt to move-backup-to-usb.txt
+ - fix memory leak in DIR for copy-job
  - Skip empty lines when generating the FileSet from a command
  - Fix creation of bad JobMedia records in Incomplete Job
  - Add messages for Incomplete Jobs
@@ -49,11 +51,15 @@ run update_bacula_tables
  - Add 'prune jobs/files all' command
  - fix #4383 Sometime SD hangs when TLS and DEDUP are used together
 
+ - baculum: Add status schedule page
+ - baculum: Add status schedule API endpoint
+ - baculum: Fix schedule directives setting
  - baculum: Update Portuguese translation file
  - baculum: Fix #2466 add plugin directive support in fileset resource
  - baculum: Fix updating whole Bacula config at once
  - baculum: Fix showing validation error if new config is incorrect
  - baculum: Fix setting multiple config resources at once
+ - baculum: Fix renaming resources
  - baculum: Add links to resources in job log output
  - baculum: Update example web server config files and spec file
  - baculum: Fix list type directives on configure hosts page
@@ -71,7 +77,7 @@ run update_bacula_tables
  - baculum: Fix restore wizard error when no fileset available for normal user 
    with limited access
  - baculum: Add capability to use many ACL Console directives in one config 
-  resource
+   resource
  - baculum: Add client ls command to openapi file
  - baculum: Add text box list control to support directives that can be defined 
    multiple times in one resource
@@ -84,12 +90,11 @@ run update_bacula_tables
  - baculum: Fix saving job runscript config if RunsWhen=Always
  - baculum: New create backup job wizard
  - baculum: Add API endpoint to list files/dirs on client
- - baculum: Fix renaming resources
+
 
 Bugs fixed/closed since last release:
 2466 4383 4433 4598
 
-
 =======================================================================
 Release 9.4.2