]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ChangeLog+ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Mon, 18 Jul 2016 08:52:44 +0000 (10:52 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 18 Jul 2016 08:52:44 +0000 (10:52 +0200)
bacula/ChangeLog
bacula/ReleaseNotes

index 15856471073d96f3738367dcfd0028c8914627a1..1e15ff48288b7a3ba9fcf0d0eb9f7bbc547b2d7e 100644 (file)
@@ -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
 
index 6923339e02cde79e4a3b2c135a8dc2ebf0032d15..8e3cfca58f5f4794f821c59a9bcb0a3b7c8cc968 100644 (file)
@@ -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