]> git.sur5r.net Git - bacula/bacula/commitdiff
Update release notes
authorKern Sibbald <kern@sibbald.com>
Sun, 27 Jul 2008 06:41:44 +0000 (06:41 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 27 Jul 2008 06:41:44 +0000 (06:41 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7444 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes

index cab17660442da36c44367abd5e8b42b3b013cdb0..e65d42a68d9c4b918c8d96f51a7c382562fc0751 100644 (file)
@@ -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.
index 2c4d3058b4a4fa926ee13f5113cb4142aa50f915..5d3411935ebf8fa1403399994a80a6fd96bb96a0 100644 (file)
@@ -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.