From: Kern Sibbald Date: Tue, 29 Jul 2014 16:16:34 +0000 (+0200) Subject: Tweak update ChangeLog, ReleaseNotes, version date X-Git-Tag: Release-7.0.5~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f194983d0f73e679e9518e96df91ac9c4ebaf47;p=bacula%2Fbacula Tweak update ChangeLog, ReleaseNotes, version date --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 0b9f11ea47..6d79a28c82 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -2,7 +2,17 @@ Release version 7.0.5 +28Jul14 + - Fix #547 by adding .schedule command + +27Jul14 + - Update AUTHORS + - Fix bug #2079 with patch from Robert Oschwald + 26Jul14 + - Fix orphaned file descriptors during errors + - Yet another client==NULL + - Improve FD and SD cancel - Jim Raney's TLS patch - Update AUTHORS - Fix bug #1679 pool overrides not shown in manual run display @@ -77,8 +87,9 @@ Release version 7.0.5 - Fix bug #180 ERR=success in btape when tape error Bugs fixed/closed since last release: -1679 180 2074 2075 2076 2082 +1679 180 2074 2075 2076 2079 2082 547 +==== Release version 7.0.4 02Jun14 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index fd74ebec0d..20ca3dc288 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -5,9 +5,14 @@ Release version 7.0.5 This is an important bug fix release to version 7.0.4. Since it fixes several major problems. We recommend that everyone upgrade to this version. -26Jul14 - - Jim Raney's TLS patch +28Jul14 + - Fix #547 by adding .schedule command - Update AUTHORS + - Fix bug #2079 with patch from Robert Oschwald + - Fix orphaned file descriptors during errors + - Yet another client==NULL + - Improve FD and SD cancel + - Jim Raney's TLS patch - Fix bug #1679 pool overrides not shown in manual run display - Attempt to avoid client==NULL - Fix for bug #2082 (hopefully) @@ -46,7 +51,7 @@ major problems. We recommend that everyone upgrade to this version. - Fix bug #180 ERR=success in btape when tape error Bugs fixed/closed since last release: -1679 180 2074 2075 2076 2082 +1679 180 2074 2075 2076 2079 2082 547 Release version 7.0.4 diff --git a/bacula/src/version.h b/bacula/src/version.h index 774479b8b2..d0bae63586 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION #define VERSION "7.0.5" -#define BDATE "26 July 2014" -#define LSMDATE "26Jul14" +#define BDATE "28 July 2014" +#define LSMDATE "28Jul14" #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n" #define BYEAR "2014" /* year for copyright messages in progs */