From: Kern Sibbald Date: Wed, 3 Dec 2008 14:20:29 +0000 (+0000) Subject: Update ReleaseNotes X-Git-Tag: Release-2.4.4~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=171e2dacabf2850bf0936e10b0a37c8ec494466d;p=bacula%2Fbacula Update ReleaseNotes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8109 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 894b49408f..0e43df81d4 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,37 @@ Technical notes on version 2.4.x General: +Beta Release Version 2.4.4-b1 +03Dec08 +kes Apply 2.4.3-sd-deadlock.patch that should fix bug #1192. +02Dec08 +ebl Remove extra db_lock() in get_prune_list_for_volume() +ebl Apply 2.4.3-prune-deadlock.patch that fixes a problem when + using Catalog as message backend. +20Nov08 +ebl Apply 2.4.3-win32-runscript-unicode-path.patch for #1110 + about a problem when executing a program with Unicode path. +ebl Apply 2.4.3-unique-inchanger.patch fix for #1175 about bad slot + number if the volume is not in autochanger. +18Nov08 +kes Probably fix for bug #1188 where Volume is purged while writing + on it. +kes Get message enhancement to avoid job name lookup. +07Nov08 +kes Fix bug with job name duplication if more than 60 jobs created + during a minute. +kes Correct some bugs of cleanup in SD if the FD connection fails. +02Nov08 +kes Fix orphaned jobs (possible deadlock) while pruning. +31Oct08 +ebl Backport of the btraceback script that keeps trace file on working dir +28Oct08 +kes Migrate DB Log records too. This fixes last part of bug #1171. +24Oct08 +kes Modify SQL so that jobs that failed will not be migrated. +kes Correct bug where long retention periods caused immediate + pruning. + Release Version 2.4.3 10Oct08 ebl Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index d14f8b992f..4072146b4c 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 2.4.3 + Release Notes for Bacula 2.4.4 Bacula code: Total files = 500 Total lines = 188,945 (*.h *.c *.in) @@ -14,6 +14,37 @@ reparse directories backed up, you must explicitly include them in your FileSet. ============================================================== +Release 2.4.4 +This is an important bug fix to version 2.4.3. All daemones are +compatible with prior 2.4.x version. + +Bugs Fixed: +1192, 1110, 1175, 1188, and 1171 + +Change Summary: +- Apply 2.4.3-sd-deadlock.patch that should fix bug #1192. +- Remove extra db_lock() in get_prune_list_for_volume() +- Apply 2.4.3-prune-deadlock.patch that fixes a problem when + using Catalog as message backend. +- Apply 2.4.3-win32-runscript-unicode-path.patch for #1110 + about a problem when executing a program with Unicode path. +- Apply 2.4.3-unique-inchanger.patch fix for #1175 about bad slot + number if the volume is not in autochanger. +- Probably fix for bug #1188 where Volume is purged while writing + on it. +- Get message enhancement to avoid job name lookup. +- Fix bug with job name duplication if more than 60 jobs created + during a minute. +- Correct some bugs of cleanup in SD if the FD connection fails. +- Fix orphaned jobs (possible deadlock) while pruning. +- Backport of the btraceback script that keeps trace file on working dir +- Migrate DB Log records too. This fixes last part of bug #1171. +- Modify SQL so that jobs that failed will not be migrated. +- Correct bug where long retention periods caused immediate + pruning. + + +================================================================= Release 2.4.3 This is a bug fix to version 2.4.2. All daemons are compatible with other 2.4.x versions. diff --git a/bacula/src/version.h b/bacula/src/version.h index 9c3a43eb23..34b5e68539 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,7 +3,7 @@ */ #undef VERSION -#define VERSION "2.4.4" +#define VERSION "2.4.4-b1" #define BDATE "03 December 2008" #define LSMDATE "03Dec08"