From de2bfc2bd587f5cc4306e6451f92d0973a916fce Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 31 Mar 2014 16:14:53 +0200 Subject: [PATCH] Update changelog releasenotes version --- bacula/ChangeLog | 17 ++++++++++++++++- bacula/ReleaseNotes | 21 ++++++++++++++++++++- bacula/src/version.h | 6 +++--- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index cc28e5b91b..0cdc3430c6 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,20 @@ - Changelog on version 7.0.0 + Changelog on version 7.0.1 +Release version 7.0.1 +31Mar14 + - Remove old plugin-test + - Update po files + - Enable installation of the bpluginfo utility + - More tray-monitor updates + - Add Simone Caronii to AUTHORS + - Align command line switches in manpages. + - Apply upgrade to config.guess + - Remove bgnome-console and bwx-console leftovers. + - Update tray-monitor header also for new bsock calls + - Attempt to fix nagios to use new bsock calls + - Update tray-monitor to new bsock calls + +========== Release version 7.0.0 24Mar14 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index b9b71bbd5c..c8e656bed3 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,24 @@ - Release Notes for Bacula 7.0.0 + Release Notes for Bacula 7.0.1 + +Release version 7.0.1 +This is a minor update since version 7.0.0 that is mostly cleanup. + +31Mar14 + - Remove old plugin-test + - Update po files + - Enable installation of the bpluginfo utility + - More tray-monitor updates + - Add Simone Caronii to AUTHORS + - Align command line switches in manpages. + - Apply upgrade to config.guess + - Remove bgnome-console and bwx-console leftovers. + - Update tray-monitor header also for new bsock calls + - Attempt to fix nagios to use new bsock calls + - Update tray-monitor to new bsock calls + +======================================== +Release 7.0.0 Bacula code: Total files = 713 Total lines = 305,722 The diff between Bacula 5.2.13 and Bacula 7.0.0 is 622,577 lines, diff --git a/bacula/src/version.h b/bacula/src/version.h index e7e270a20b..de52eaa44d 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION -#define VERSION "7.0.0" -#define BDATE "28 March 2014" -#define LSMDATE "28Mar14" +#define VERSION "7.0.1" +#define BDATE "31 March 2014" +#define LSMDATE "318Mar14" #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n" #define BYEAR "2014" /* year for copyright messages in progs */ -- 2.39.5