From: Kern Sibbald Date: Sat, 26 Jul 2014 13:25:31 +0000 (+0200) Subject: Tweak update changelog releasenotes and version + date X-Git-Tag: Release-7.0.5~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a9569a753d8ddbbc14583a3ed101ca05b4413286;p=bacula%2Fbacula Tweak update changelog releasenotes and version + date --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 5b97b5d8ad..0b9f11ea47 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,84 @@ - Changelog on version 7.0.4 + Changelog on version 7.0.5 + +Release version 7.0.5 + +26Jul14 + - Jim Raney's TLS patch + - Update AUTHORS + - Fix bug #1679 pool overrides not shown in manual run display + - Attempt to avoid client==NULL + +23Jul14 + - Fix for bug #2082 (hopefully) + +22Jul14 + - Fix seg fault in jobq.c + +14Jul14 + - make stop after first error + +12Jul14 + - Increase status schedule days from 500 to 3000 + - Remove bad cherry-pick + - Fix compiler warning + - Allow options create_postgresql_database from patch in bug #2075 by roos + - Fix bug #2074 crashes when no conf file present + +10Jul14 + - Set pthread id in jcr at beginning so the job can be canceled. + - Fix possible heartbeat interval timing problems + +08Jul14 + - Fix some errors reported by valgrind. May fix the problem with bsmtp command. + - Ensure b_sterror() is using the correct size of input buffer + +07Jul14 + - Fix possible seg fault + +04Jul14 + - Fix segfault when trying to stop the bnet_server thread in terminate_stored() + +03Jul14 + - Fix bad link bug #2076 + +02Jul14 + - Fix compilation of bsock.c when TLS is not available + +27Jun14 + - Correct L suffix to be LL + - Fix bad copy/migrate data header + +26Jun14 + - On termination shutdown thread server + +23Jun14 + - baculum: Updated README file + - baculum: Update English language texts + - baculum: Saving auth file for web server HTTP Basic auth + - baculum: Added directory for web server logs + - baculum: Added example Lighttpd configuration for Baculum and sample web + server auth file + - Expanded auth error message + - baculum: Support for web servers which do not provide direct info about HTTP + Basic auth + +15Jun14 + - Fix limit bandwidth calculation + - Eliminate strcpy() from bsmtp + +12Jun14 + - Fix for configuring sudo option for bconsole access + - Display correct NextPool overrides + use Job NextPool in restore if available + +09Jun14 + - Fix Bacula to work with newer Windows pthreads library + +17May14 + - Fix bug #180 ERR=success in btape when tape error + +Bugs fixed/closed since last release: +1679 180 2074 2075 2076 2082 + Release version 7.0.4 02Jun14 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 074c541509..fd74ebec0d 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,53 @@ - Release Notes for Bacula 7.0.4 + Release Notes for Bacula 7.0.5 + +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 + - Update AUTHORS + - Fix bug #1679 pool overrides not shown in manual run display + - Attempt to avoid client==NULL + - Fix for bug #2082 (hopefully) + - Fix seg fault in jobq.c + - make stop after first error + - Increase status schedule days from 500 to 3000 + - Remove bad cherry-pick + - Fix compiler warning + - Allow options create_postgresql_database from patch in bug #2075 by roos + - Fix bug #2074 crashes when no conf file present + - Set pthread id in jcr at beginning so the job can be canceled. + - Fix possible heartbeat interval timing problems + - Fix some errors reported by valgrind. May fix the problem with bsmtp command. + - Ensure b_sterror() is using the correct size of input buffer + - Fix possible seg fault + - Fix segfault when trying to stop the bnet_server thread in terminate_stored() + - Fix bad link bug #2076 + - Fix compilation of bsock.c when TLS is not available + - Correct L suffix to be LL + - Fix bad copy/migrate data header + - On termination shutdown thread server + - baculum: Updated README file + - baculum: Update English language texts + - baculum: Saving auth file for web server HTTP Basic auth + - baculum: Added directory for web server logs + - baculum: Added example Lighttpd configuration for Baculum and sample web + server auth file + - Expanded auth error message + - baculum: Support for web servers which do not provide direct info about HTTP + Basic auth + - Fix limit bandwidth calculation + - Eliminate strcpy() from bsmtp + - Fix for configuring sudo option for bconsole access + - Display correct NextPool overrides + use Job NextPool in restore if available + - Fix Bacula to work with newer Windows pthreads library + - Fix bug #180 ERR=success in btape when tape error + +Bugs fixed/closed since last release: +1679 180 2074 2075 2076 2082 + Release version 7.0.4 This is a bug fix release to version 7.0.3. We recommend that diff --git a/bacula/src/version.h b/bacula/src/version.h index 1886e6b21c..774479b8b2 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION #define VERSION "7.0.5" -#define BDATE "12 July 2014" -#define LSMDATE "12Jul14" +#define BDATE "26 July 2014" +#define LSMDATE "26Jul14" #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n" #define BYEAR "2014" /* year for copyright messages in progs */