From: Kern Sibbald Date: Wed, 7 Jun 2017 08:42:15 +0000 (+0200) Subject: Update ReleaseNotes, ChangeLog and version X-Git-Tag: Release-7.9.4~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=inline;h=c794ad3636273ed986f8ecf269919d53d285cfa9;p=bacula%2Fbacula Update ReleaseNotes, ChangeLog and version --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index ec19207cb5..6353d69d98 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,7 +1,21 @@ - Changelog on version 7.9.2 + Changelog on version 7.9.3 +07Jun17 + - Remove vestiges of crc32_bad -- fixes Solaris build + - Fix #2890 about segfault in .status command on Redhat 5 32bit + - Add missing semi-colon in bsys.c + +06Jun17 + - baculum: Fix incorrect table name error during restore start + +30May17 + - Display the correct address in lockdump for db_lock() + +Bugs fixed/closed since last release: +2890 + 05Jun17 - Fix getmsg to handle additional forms of Progress messages diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 04d7a58ea6..d32f916485 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,19 @@ - Release Notes for Bacula 7.9.2 + Release Notes for Bacula 7.9.3 + +Release Version 7.9.3 pre-release bet + +07Jun17 + - Remove vestiges of crc32_bad -- fixes Solaris build + - Fix #2890 about segfault in .status command on Redhat 5 32bit + - Add missing semi-colon in bsys.c + - baculum: Fix incorrect table name error during restore start + - Display the correct address in lockdump for db_lock() + +Bugs fixed/closed since last release: +2890 + +Please read the release notes for 7.9.0, 7.9.1 and 7.9.2 below. Release Version 7.9.2 pre-release beta diff --git a/bacula/src/version.h b/bacula/src/version.h index f82ed69b75..62e99b7cc8 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.9.2" -#define BDATE "05 June 2017" -#define LSMDATE "05Jun17" +#define VERSION "7.9.3" +#define BDATE "07 June 2017" +#define LSMDATE "07Jun17" #define RELEASE 1 /* Use ONLY in rpms */