From 367fc8b00e25565c4cdfcbfb48da055b81fc8ae8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 17 Jun 2017 15:14:57 +0200 Subject: [PATCH] Update version/data, ReleaseNotes, and ChangeLog --- bacula/ChangeLog | 20 +++++++++++++++++++- bacula/ReleaseNotes | 25 +++++++++++++++++++++++-- bacula/src/version.h | 6 +++--- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 6353d69d98..4644b2b1a5 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,7 +1,25 @@ - Changelog on version 7.9.3 + Changelog on version 7.9.5 +17Jun17 + - Fix bug #2289 version 7.9 not compatible with old FDs -- comm compression + +10Jun17 + - Make getmsg.c compatible with old FDs + +09Jun17 + - Use one MAX_BLOCK_SIZE and set to 20M + +08Jun17 + - rpm: Add Fedora 25 build platform + +Bugs fixed/closed since last release: +2289 2890 + +================================================== + + 07Jun17 - Remove vestiges of crc32_bad -- fixes Solaris build - Fix #2890 about segfault in .status command on Redhat 5 32bit diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index d32f916485..4f2cf7004e 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,7 +1,26 @@ - Release Notes for Bacula 7.9.3 + Release Notes for Bacula 7.9.5 -Release Version 7.9.3 pre-release bet +Release Version 7.9.5 pre-release beta + +17Jun17 + - Fix bug #2289 version 7.9 not compatible with old FDs -- comm compression + +10Jun17 + - Make getmsg.c compatible with old FDs + +09Jun17 + - Use one MAX_BLOCK_SIZE and set to 20M + +08Jun17 + - rpm: Add Fedora 25 build platform + +Bugs fixed/closed since last release: +2289 2890 + +==== + +Release Version 7.9.4 pre-release beta 07Jun17 - Remove vestiges of crc32_bad -- fixes Solaris build @@ -15,6 +34,8 @@ Bugs fixed/closed since last release: 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 05Jun17 diff --git a/bacula/src/version.h b/bacula/src/version.h index 88e21312cc..14816f72d5 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.4" -#define BDATE "10 June 2017" -#define LSMDATE "10Jun17" +#define VERSION "7.9.5" +#define BDATE "17 June 2017" +#define LSMDATE "17Jun17" #define RELEASE 1 /* Use ONLY in rpms */ -- 2.39.2