From: Kern Sibbald Date: Sun, 11 May 2014 10:03:01 +0000 (+0200) Subject: Update version + ChangeLog + ReleaseNotes X-Git-Tag: Release-7.0.3~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee829cd48fa11cdbe0f9426d12b85d9d39e9b0a6;p=bacula%2Fbacula Update version + ChangeLog + ReleaseNotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 2228967573..8ee753f33f 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,56 @@ - Changelog on version 7.0.2 + Changelog on version 7.0.3 + +Release version 7.0.3 +11May14 + - Tighten error condition handling in sellist + - Add new cancel test + +06May14 + - Update LICENSE and LICENSE-FAQ + +03May14 + - Also update autoconf/aclocal.m4 + - Reschedule on error caused EndTime to be incorrect -- fixes bug #2029 + - Flush console queued job messages -- should fix bug #2054 + - Attempt to fix FreeBSD echo/printf, bug #2048 + - Update to newer libtool + config.guess + - Recompile configure + - Apply fix supplied for acl.c in bug #2050 + +01May14 + - Fix a SD seg fault that occurs with over committed drives + +28Apr14 + - Clear bvfs cache and set debug options available only for admin + - Moved auth params to curl opts + - Filtred single results for restricted consoles + +27Apr14 + - Removed unnecessary debug + - Changed e-mail address in gettext file + - Support for customized and restricted consoles + +15Apr14 + - Misc changes for rpm building (made by Louis) + +13Apr14 + - Updated requirements for Baculum + +12Apr14 + - Apply fix for bug 2049: wrong drive selected + +11Apr14 + - Fix #2047 about bthread_cond_wait_p not declared + +09Apr14 + - Fix Bacula bug #2044 -- fix Makefile for bplugininfo linking + - Fix Bacula bug #2046 -- sellist limited to 10000 + - Fix Bacula bug #2045 -- multiply defined daemon_event + - Fix Bacula bug #2020 overflow in btape -- Andreas Koch + +Bugs fixed/closed since last release: +2020 2029 2044 2045 2046 2047 2048 2050 2054 + Release version 7.0.2 02Apr14 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 19fda5a547..43e61c8d06 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,6 +1,42 @@ - Release Notes for Bacula 7.0.2 - + Release Notes for Bacula 7.0.3 + +Release version 7.0.3 +This is a bug fix release to version 7.0.2. We recommend that +everyone using version 7.0.2 upgrade to this version. + +12May14 + - Tighten error condition handling in sellist + - Add new cancel test + - Update LICENSE and LICENSE-FAQ + - Also update autoconf/aclocal.m4 + - Reschedule on error caused EndTime to be incorrect -- fixes bug #2029 + - Flush console queued job messages -- should fix bug #2054 + - Attempt to fix FreeBSD echo/printf, bug #2048 + - Update to newer libtool + config.guess + - Recompile configure + - Apply fix supplied for acl.c in bug #2050 + - Fix a SD seg fault that occurs with over committed drives + - Clear bvfs cache and set debug options available only for admin + - Moved auth params to curl opts + - Filtred single results for restricted consoles + - Removed unnecessary debug + - Changed e-mail address in gettext file + - Support for customized and restricted consoles + - Misc changes for rpm building (made by Louis) + - Updated requirements for Baculum + - Apply fix for bug 2049: wrong drive selected + - Fix #2047 about bthread_cond_wait_p not declared + - Fix Bacula bug #2044 -- fix Makefile for bplugininfo linking + - Fix Bacula bug #2046 -- sellist limited to 10000 + - Fix Bacula bug #2045 -- multiply defined daemon_event + - Fix Bacula bug #2020 overflow in btape -- Andreas Koch + +Bugs fixed/closed since last release: +2020 2029 2044 2045 2046 2047 2048 2050 2054 + + +=================================================================== Release version 7.0.2 This is a minor update since version 7.0.1 that is mostly cleanup. However, there is one annoying bug concerning shell expansion of diff --git a/bacula/src/version.h b/bacula/src/version.h index 4e2b062894..f400658bd1 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION -#define VERSION "7.0.2" -#define BDATE "02 April 2014" -#define LSMDATE "02Apr14" +#define VERSION "7.0.3" +#define BDATE "12 May 2014" +#define LSMDATE "12May14" #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n" #define BYEAR "2014" /* year for copyright messages in progs */