From: Kern Sibbald Date: Wed, 6 Jul 2016 19:03:41 +0000 (+0200) Subject: Update ReleaseNotes+ChangeLog+version+date X-Git-Tag: Release-7.4.2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d7beaa1d276168bb69c80b17a219521ce42219b;p=bacula%2Fbacula Update ReleaseNotes+ChangeLog+version+date --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 723cd2d97f..1585647107 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,34 @@ - Changelog on version 7.4.1 + Changelog on version 7.4.2 +Release version 7.4.2 + +06Jul16 + - Fix #1926 about wrong duplicate job detection with Copy/Migration and Backup + jobs + +03Jul16 + - Recompile configure after db.m4 change + - Fix batch insert for MySQL 5.7 + +02Jul16 + - Fix zero level debug output -- now at 100 + +29Jun16 + - Fix #766 about Job logs displayed with unneeded linefeed + +27Jun16 + - Fix #1902 about a segfault with the "cancel inactive" command + +14Jun16 + - Fix bug where MySQL 5.7 is improperly linked on Ubuntu 16.04 + +Bugs fixed/closed since last release: +1902 1926 766 + + +============================================== + Release version 7.4.1 31May16 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index a868ca0925..6923339e02 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,27 @@ - Release Notes for Bacula 7.4.1 + Release Notes for Bacula 7.4.2 + +Release version 7.4.2 + +This is an important bug fix release to version 7.4.1 mainly +fixes detection of MySQL 5.7 (as found in Ubuntu 16.04). Certain bug +fixes contributed by Bacula Systems. + +06Jul16 + - Fix #1926 about wrong duplicate job detection with Copy/Migration and + Backup jobs + - Recompile configure after db.m4 change + - Fix batch insert for MySQL 5.7 + - Fix zero level debug output -- now at 100 + - Fix #766 about Job logs displayed with unneeded linefeed + - Fix #1902 about a segfault with the "cancel inactive" command + - Fix bug where MySQL 5.7 is improperly linked on Ubuntu 16.04 + +Bugs fixed/closed since last release: +1902 1926 766 + + +================================================= Release version 7.4.1 diff --git a/bacula/src/version.h b/bacula/src/version.h index 2cc1f640cd..0945a23e64 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,9 +5,9 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "7.4.1" -#define BDATE "02 May 2016" -#define LSMDATE "02May16" +#define VERSION "7.4.2" +#define BDATE "06 June 2016" +#define LSMDATE "06Jun16" #define RELEASE 1 /* Use ONLY in rpms */