From: Kern Sibbald Date: Sun, 27 Jul 2008 06:41:44 +0000 (+0000) Subject: Update release notes X-Git-Tag: Release-2.4.2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=afd042997bba7caff069d28e33eb2f2261bd8e84;p=bacula%2Fbacula Update release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7444 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index cab1766044..e65d42a68d 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -2,6 +2,18 @@ General: Release Version 2.4.2 +26Jul08 +kes When a migration job actually runs, re-check the Job record + and skip if the job is already migrated. This should + significantly reduce the problems with bug #1129. +24Jul08 +kes Break the do_swapping into do_unload, do_swapping, and + do_load. It is much more logical that way. +kes Implement a set_dcr_from_vol subroutine in acquire.c for + reading volumes. This allows the dcr to be refreshed after being + zapped when the wrong volume is mounted. + This should fix bug #1126 -- During multiple tape restore, bacula + does not ask for physical tape change, but rereads same tape 23Jul08 kes Apply patch submitted for bug #1107 with a small modification. This fixes a bug where bcopy copied too many records. diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 2c4d3058b4..5d3411935e 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,7 +1,7 @@ Release Notes for Bacula 2.4.2 - Bacula code: Total files = 500 Total lines = 188,654 (*.h *.c *.in) + Bacula code: Total files = 500 Total lines = 188,832 (*.h *.c *.in) ================== Warning !!!!!! ========================== @@ -15,12 +15,23 @@ in your FileSet. ============================================================== Release 2.4.2 - This is a bug fix for version 2.4.1. + This is an important bug fix release since version 2.4.1. Bugs Fixed: - 1034, 1125, 1118, 1124, 1107 + 1034, 1125, 1118, 1124, 1107, 1129, 1126 Change Summary: +26Jul08 +- When a migration job actually runs, re-check the Job record + and skip if the job is already migrated. This should + significantly reduce the problems with bug #1129. +- Break the do_swapping into do_unload, do_swapping, and + do_load. It is much more logical that way. +- Implement a set_dcr_from_vol subroutine in acquire.c for + reading volumes. This allows the dcr to be refreshed after being + zapped when the wrong volume is mounted. This should fix bug #1126 - +- During multiple tape restore, bacula + does not ask for physical tape change, but rereads same tape - Apply patch submitted for bug #1107 with a small modification. This fixes a bug where bcopy copied too many records. - Make some tweaks to bsmtp based on patch submitted in bug #1124.