From: Kern Sibbald Date: Sat, 8 Sep 2012 12:56:22 +0000 (+0200) Subject: Update ChangeLog and Release Notes X-Git-Tag: Release-7.0.0~128 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e33217e1649f8e067a275d7c2e9aad1dc7a1e035;p=bacula%2Fbacula Update ChangeLog and Release Notes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index b063ec0ab7..d13e4e3206 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,56 @@ - Changelog on version 5.2.10 + Changelog on version 5.2.11 + +Version 5.2.11 + +08Sep12 + - Clean up error message generation during update attributes -- should fix bug + #1823 + - Eliminate heartbeat error messages. Fixes bug #1925 + +07Sep12 + - Set bsrdir default to workingdir + - Recompile configure.in + - Apply patch from bug #1911 to implement --with-logdir + +06Sep12 + - Add chio-changer-openbsd submitted in bug #1903 + - mysql database install/update scripts patch. Fixes bug #1901 + - Delegate uid/gid changing to systemd. Fixes bug #1905 + +05Sep12 + - Fix bug #1906 + - Fix manpage errors, fixes bug #1907 + - Final fix for #1859 missed one query. + +30Aug12 + - bpluginfo - Utility tool display various information + +19Aug12 + - Backport more master code + - Fix Makefile.in so that testfind builds with acl dependency + +18Aug12 + - Make dump_resource respect console ACL's + - Backport more from master + +17Aug12 + - backport code from master + +16Aug12 + - Fix #1923 about MySQL 4 support for BVFS + +05Jul12 + - Fix #1902 about bad status slots output + - Fix Sigma Copy bug #4377 + +03Jul12 + - Fix bsmtp + - Reset bsmtp to only send to IPv4 mailhosts. + +Bugs fixed/closed since last release: +1823 1859 1901 1902 1903 1905 1906 1907 1911 1923 1925 4377 + + Version 5.2.10 27Jun12 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 0fb759f113..e5fd4c2e7e 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,8 +1,81 @@ - Release Notes for Bacula 5.2.10 + Release Notes for Bacula 5.2.11 Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount) +General: +-------- +Version 5.2.11 version is a bug fix release. + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +Please note that with this version of Bacula, during the install +of the shared libraries from the src/cats, src/lib, and src/findlib +directories, any old Bacula libraries in the installation +destination directory will be removed. This should not cause +any problems and at least keeps the installation library cleaner. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +For packagers, if you change options, naming, and the way +we link our shared object files, as at least one of you does, +you are creating a situation where the user may not be able +to run multiple versions of Bacula on the same machine, which +is often very useful, and in addition, you create a configuration +that the project cannot properly support. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +If you are upgrading from a version older than 5.2.10, please +read all the old ReleaseNotes of all versions released +after the version you are upgrading from. There area +many important notices sumarized here, and we do not +repeat them each bug fix release. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +Compatibility: +-------------- + As always, both the Director and Storage daemon must be upgraded at + the same time. + + Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.11 + Director and Storage daemons. There should be no need to upgrade older File + Daemons. + +Important changes since last release: + - A new bpluginfo utility tool + - Make dump_resource respect console ACL's (security fix) + - Add chio-changer-openbsd submitted in bug #1903 + - Important Copy job bug fixed. + +08Sep12 + - Clean up error message generation during update attributes -- should fix bug + #1823 + - Eliminate heartbeat error messages. Fixes bug #1925 + - Apply patch from bug #1911 to implement --with-logdir + - Add chio-changer-openbsd submitted in bug #1903 + - mysql database install/update scripts patch. Fixes bug #1901 + - Delegate uid/gid changing to systemd. Fixes bug #1905 + - Fix bug #1906 + - Fix manpage errors, fixes bug #1907 + - Final fix for #1859 missed one query. + - bpluginfo - Utility tool display various information + - Backport more master code + - Fix Makefile.in so that testfind builds with acl dependency + - Make dump_resource respect console ACL's (security fix) + - backport code from master + - Fix #1923 about MySQL 4 support for BVFS + - Fix #1902 about bad status slots output + - Fix Sigma Copy bug #4377 + - Fix bsmtp + - Reset bsmtp to only send to IPv4 mailhosts. + +Bugs fixed/closed since last release: +1823 1859 1901 1902 1903 1905 1906 1907 1911 1923 1925 4377 + + + +======================================================= + General: -------- The 5.2.10 version is a significant bug fix release including