From 4525aa5b52ddcd2fc81ecd1c928f1db6bbcd7f79 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 18 Jul 2016 10:52:44 +0200 Subject: [PATCH] Update ChangeLog+ReleaseNotes --- bacula/ChangeLog | 23 ++++++++++++++++++++++- bacula/ReleaseNotes | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 1585647107..1e15ff4828 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,26 @@ - Changelog on version 7.4.2 + Changelog on version 7.4.3 + +Release version 7.4.3 + +17Jul16 + - Add shortcut to RunScript console commands. Submitted by Wanderlei Huttel. + Fixes bug #2224 + - Fail when multiple mailcommand and other strings are specified in .conf. Fixes + bug #2222 + - Add support for terabytes in sizes. Submitted by Wanderlei Huttel. Fixes bug + #2223 + - Add error message for truncate command when actiononpurge not set. Fixes bug + #2221 +14Jul16 + - Fix optimization error with GCC 6.1 + - Fix compilation warnings with GCC 6.1 +13Jul16 + - Explicitly create MySQL user in grant_mysql_privileges.in +Bugs fixed/closed since last release: +2221 2222 2223 2224 + +===================================================================== Release version 7.4.2 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 6923339e02..8e3cfca58f 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,38 @@ - Release Notes for Bacula 7.4.2 + Release Notes for Bacula 7.4.3 + +Release version 7.4.3 + +This is a bug fix release. Most importantly, it fixes the new +GCC 6.0 aggressive compiler behavior that elides (deletes) code +written by the Bacula developers. There is no benefit to the +new GCC agressive optimization and it breaks a lot of programs +including Bacula. This problem showed up on ArchLinux and Fedora 24. + +17Jul16 + - Add shortcut to RunScript console commands. Submitted by Wanderlei Huttel. + Fixes bug #2224 + - Fail when multiple mailcommand and other strings are specified in .conf. Fixes + bug #2222 + - Add support for terabytes in sizes. Submitted by Wanderlei Huttel. Fixes bug + #2223 + - Add error message for truncate command when actiononpurge not set. Fixes bug + #2221 + - Fix optimization error with GCC 6.1 + - Fix compilation warnings with GCC 6.1 + - Explicitly create MySQL user in grant_mysql_privileges.in + +Bugs fixed/closed since last release: +2221 2222 2223 2224 + +New feature: + - There are two new Director directives that simplify doing + console commands rather than using RunScripts. They are + ConsoleRunBeforeJob = "console-command" + ConsoleRunAfterJob = "console-command" + + +=========================================================== Release version 7.4.2 -- 2.39.2