From: Kern Sibbald Date: Thu, 16 Feb 2012 11:32:44 +0000 (+0100) Subject: Update Change log and Release notes X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f26ada2ebea0d1e9f5415f3ca3997cc7f8d7a5d7;p=bacula%2Fbacula Update Change log and Release notes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 87036ce32e..d18afb02fb 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,55 @@ - Changelog on version 5.2.5 + Changelog on version 5.2.6 + +Version 5.2.6 + + +15Feb12 + - Fix #1831 by dropping the table before creating it + +14Feb12 + - Make cd accept wildcards + +13Feb12 + - First cut wild card in restore cd command -- works in one component only + +10Feb12 + - Remove bad optimization from Accurate code + +04Feb12 + - Lock read acquire in SD to prevent to read jobs getting the same thing + +03Feb12 + - Complicate the prune-migration regression by adding one more job + - Implement more robust check in other drives for tape slot wanted + - Add more debug to failing test + - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion + - Make copy-job test handle one more job + +02Feb12 + - Ensure that bvfs SQL link is not shared + +31Jan12 + - Fix error printing in acl and xattr code. + +29Jan12 + - Backport better error debug output for sd plugins. + +28Jan12 + - Add wait on bad connection for security + - Make mtx-changer more fault tolerant + - Fix 32/64 bit problems in SD sscanf commands + - Fix 32/64 bit problems in scanning commands in SD + +26Jan12 + - Skip certain filesystem types on some platforms. + - Allow BVFS to browse and restore Base jobs + - Add error message to .bvfs_clear_cache command + +20Jan12 + - Fix plugin bug with multiple simultaneous jobs + +Bugs fixed/closed since last release: +1831 Version 5.2.5 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 492568f810..6a9140c7de 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,8 +1,65 @@ - Release Notes for Bacula 5.2.5 + Release Notes for Bacula 5.2.6 Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount) +General: +-------- +The 5.2.6 version is a bug fix release. + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +If you are upgrading directly from 5.0.3 to this version, please see the +important notices below for version 5.2.3, particularly +the database upgrade and the difference in packaging the +SQL shared libraries. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +If you store .bsr or .mail files in the Bacula working +directory, please be aware that they will all be deleted +each time the Director starts. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +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.3 + Director and Storage daemons. There should be no need to upgrade older File + Daemons. + +New Feature: + - The restore tree cd command accepts wild cards within each + part of a path. Wild cards apply only to a single part at a + time: i.e. cd a*/b*/xx* will match abc/bcd/xxfxx + but */xx* will not match the above filename. + +Changes since 5.2.5: + +15Feb12 + - Fix #1831 by dropping the table before creating it + - Make cd accept wildcards + - Remove bad optimization from Accurate code + - Lock read acquire in SD to prevent to read jobs getting the same thing + - Implement more robust check in other drives for tape slot wanted + - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion + - Ensure that bvfs SQL link is not shared + - Fix error printing in acl and xattr code. + - Backport better error debug output for sd plugins. + - Add wait on bad connection for security + - Make mtx-changer more fault tolerant + - Fix 32/64 bit problems in SD sscanf commands + - Skip certain filesystem types on some platforms. + - Allow BVFS to browse and restore Base jobs + - Add error message to .bvfs_clear_cache command + - Fix plugin bug with multiple simultaneous jobs + +Bugs fixed/closed since last release: +1831 + +=============================================================== + General: -------- The 5.2.5 version is a bug fix release.