]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update releasenotes Release-11.0.2
authorEric Bollengier <eric@baculasystems.com>
Fri, 26 Mar 2021 14:25:43 +0000 (15:25 +0100)
committerEric Bollengier <eric@baculasystems.com>
Fri, 26 Mar 2021 15:34:44 +0000 (16:34 +0100)
bacula/ChangeLog
bacula/ReleaseNotes

index 251244961fea1ff1f6ec15614f49a98a3f169c72..6776b76dfb9abf9d6a98098afc7d4b998ea6da8d 100644 (file)
@@ -1,3 +1,90 @@
+        ChangeLog for Bacula Enterprise version 11.0.2
+
+
+25Mar21
+ - update baculabackupreport script
+ - win32: Update openssl version to 1.1.1k
+ - Remove suspicious debug line on setdebug()
+ - win32: Fix error message when labeling volume on Windows SD
+
+18Mar21
+ - Add support for store_alist_str() in plugin configuration items
+ - Add functions to unittests library
+ - Fix check_bacula.c to ignore daemon events
+
+16Mar21
+ - Enhance bdelete_and_free() macro
+
+11Mar21
+ - win32: Fill the version information as CFLAGS
+
+09Mar21
+ - Fix #7449 About incorrect JSON output with 'TLS Allowed CN' directive
+ - Fix #7451 About deleted files incorrectly kept in Virtual Full
+
+07Mar21
+ - baculum: Use new APIv2 status client request on job history view page
+
+05Mar21
+ - baculum: Update Portuguese translations
+ - baculum: Unify /jobs/{jobid}/files endpoint output for detailed and normal 
+  modes
+
+03Mar21
+ - Fix Bacula_11.0 build by inverting dependencies
+ - Fix reload issue when a Job doesn't have a Pool defined
+ - Fix #7396 GRANT command error in granting privileges script for MySQL
+ - Fix #7286 DIR segfault when doing a "dir" command in a restore
+
+02Mar21
+ - Fix possible memory corruption in the label process
+ - Possible fix for SD high memory usage problem
+ - Fix S3 compilation
+ - Fix compilation issue of the cloud driver
+
+28Feb21
+ - baculum: Update Polish translations
+ - baculum: Update Russian translations
+ - rpms: Fix bacula.spec for Fedora 31
+ - rpms: Fix bacula.spec for rhel8 / centos 8
+ - rpms: Update bacula.spec for rhel8
+ - Fix bug #2498 - Wrong mode for /etc/logrotate.d/bacula
+ - rpms: Fix missing query.sql
+
+27Feb21
+ - baculum: Implement API version 2
+
+25Feb21
+ - win32: Fix #7373 binaries are tagged with correct resource
+
+23Feb21
+ - Fix Verify job issue with offset stream and compressed blocks
+
+19Feb21
+ - baculum: Add Craig Holyoak to AUTHORS
+ - baculum: Fix #2597 LDAP login with LDAPS option
+
+16Feb21
+ - win32: Update to OpenSSL 1.1.1j
+
+13Feb21
+ - baculum: Fix cancel button in new job wizard
+
+11Feb21
+ - Fix #7321 About issue when stopping jobs waiting for resources
+
+07Feb21
+ - baculum: Fix undefined property error in run job API endpoint if level value 
+  is not provided
+
+06Feb21
+ - baculum: Fix displaying warning messages in messages window
+ - baculum: Improve updating asset files after upgrade
+
+Bugs fixed/closed since last release:
+2498 2597 7286 7321 7373 7396 7449 7451
+
+
         ChangeLog for Bacula Enterprise version 11.0.1
 
 05Feb21
index aa9f31f124a8bc6e39324100ef2eee8f5b0d0951..008e63ea96b1ee47c8aec6a000b1c9f2d0b90453 100644 (file)
@@ -18,24 +18,77 @@ New Catalog format in version 11.0.0 and greater
 -----------------------------------------------
 
 This release of Bacula uses a new catalog format.  We provide a set of scripts
-that permit to convert a 9.x and earlier versions to the new 11.0.0 format
-(1023).  Normally, it is automatic, though this is a big change that takes
-longer than usual. The upgrade process will require more or less twice the
-size of the actual database.
+that permit conversion from 9.x and earlier versions to the new 11.0.0 format
+(1023).  Normally the conversion/upgrade is automatic, though there is a big
+change that takes longer than usual. The upgrade process will require about
+twice the disk space of the actual database.
 
 This database upgrade should significantly increase performance when inserting
-large number of Jobs with lots of Files into the database catalog.
+a large number of Jobs with a lot of Files into the database catalog.
 
 If you start from scratch, you don't need to run the update_bacula_tables
 script because the create_bacula_tables script automatically creates the new
 table format.  However, if you are using a version of Bacula older than 5.0.0
 (e.g.  3.0.3) then you need to run the update_bacula_tables script that will be
 found in the <bacula>/src/cats directory after you run the ./configure command.
+
 As mentioned above, before running this script, please backup your catalog
-database, and when you do running it, be sure shutdown Bacula and be aware that
-running the script can take some time depending on your database size.
+database, be sure to shutdown Bacula and be aware that running the script can
+take some time depending on your database size.
 
 ----------------------------------------------------------------
+Release 11.0.2 26 March 2021
+
+11.0.2 is a minor bug fix release.
+
+ - Add functions to unittests library
+ - Add support for store_alist_str() in plugin configuration items
+ - Enhance bdelete_and_free() macro
+ - Update baculabackupreport script
+
+ - Fix #7286 DIR segfault when doing a "dir" command in a restore
+ - Fix #7321 About issue when stopping jobs waiting for resources
+ - Fix #7396 GRANT command error in granting privileges script for MySQL
+ - Fix #7449 About incorrect JSON output with 'TLS Allowed CN' directive
+ - Fix #7451 About deleted files incorrectly kept in Virtual Full
+ - Fix S3 compilation
+ - Fix Verify job issue with offset stream and compressed blocks
+ - Fix bug #2498 - Wrong mode for /etc/logrotate.d/bacula
+ - Fix check_bacula.c to ignore daemon events
+ - Fix possible memory corruption in the label process
+ - Fix reload issue when a Job doesn't have a Pool defined
+ - Possible fix for SD high memory usage problem
+ - Remove suspicious debug line on setdebug()
+
+ - baculum: Add Craig Holyoak to AUTHORS
+ - baculum: Fix #2597 LDAP login with LDAPS option
+ - baculum: Fix cancel button in new job wizard
+ - baculum: Fix displaying warning messages in messages window
+ - baculum: Fix undefined property error in run job API endpoint if level value 
+   is not provided
+ - baculum: Implement API version 2
+ - baculum: Improve updating asset files after upgrade
+ - baculum: Unify jobs/{jobid}/files endpoint output for detailed and normal 
+   modes
+ - baculum: Update Polish translations
+ - baculum: Update Portuguese translations
+ - baculum: Update Russian translations
+ - baculum: Use new APIv2 status client request on job history view page
+
+ - rpms: Fix bacula.spec for Fedora 31
+ - rpms: Fix bacula.spec for rhel8 / centos 8
+ - rpms: Fix missing query.sql
+ - rpms: Update bacula.spec for rhel8
+
+ - win32: Fill the version information as CFLAGS
+ - win32: Fix #7373 binaries are tagged with correct resource
+ - win32: Fix error message when labeling volume on Windows SD
+ - win32: Update openssl version to 1.1.1k
+
+
+Bugs fixed/closed since last release:
+2498 2597 7286 7321 7373 7396 7449 7451
+
 
 Release 11.0.1 04 February 2021