]> git.sur5r.net Git - bacula/bacula/commitdiff
Update release notes
authorKern Sibbald <kern@sibbald.com>
Wed, 29 Apr 2009 12:11:59 +0000 (12:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 29 Apr 2009 12:11:59 +0000 (12:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8763 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/technotes

index 8b4016bb424536213d349a69b499b9c61285f924..3da8eca08b5032e51ef29b4bb588f63cc9525b9b 100644 (file)
@@ -3,6 +3,11 @@
 General:
 
 Release Version 3.0.1:
+29Apr09
+kes  Fix bug #1282 Setting job.Priority in python crashes director by
+     checking if string addr is NULL.  Not tested.
+kes  Fix bug #1281 allow all on restore command line to restore
+     pruned JobIds without prompting.
 28Apr09
 dirk Correct bat Select dialog. Fixes bug #1276.
 kes  Check for job_canceled() in fd_plugin code.
index f8c3a36342746599b1e446d848ed917eb4db4306..a781f8c015d37232456c8b64fcc1a36b8006374c 100644 (file)
@@ -1,26 +1,23 @@
 
-       Release Notes for Bacula 3.0.1
+               Release Notes for Bacula 3.0.1
 
-  Bacula code: Total files = 520 Total lines = 205,459 (*.h *.c *.in)
+  Bacula code: Total files = 521 Total lines = 206,512 (*.h *.c *.in)
 
-The diff between 2.4.4 and 2.5.x is 208,340 lines, so this release
-represents an enormous effort.
+Note, if you are not already running 3.0.0, read the 3.0.0 release notes 
+below.  Important!!!
 
-This Director and Storage daemon must be upgraded at the same time,
-but they should be compatible with all 2.4.x File daemons, unless you
-use some of the new features that affect the FD.  In other words, you should
-not have to upgrade all your File daemons when you upgrade. However, any
-release of version 2.5.40 or greater requires a database upgrade.
+Version 3.0.1 is primarily a minor bug fix update to version 3.0.0 with
+one enhancement (see below).
 
 Changes since 3.0.0:
 Bug fixes:
-  1276, 1274, 1275, 1272 1246, 1268
+  1276, 1274, 1275, 1272 1246, 1268, 1281, 1282.
 
 Fixed:
 - Check for job_canceled() in fd_plugin code.
 - Update Win32 table creation to have new DB version 11 format
 - Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
-- Remove "Reposition" message when restoring
+- Remove 'Reposition' messages when restoring
 - Updated projects file
 - Tweak version string to display versionid field at the end
   and keep fields order.
@@ -28,13 +25,22 @@ Fixed:
   Chandranshu <chandranshu@gmail.com>
 
 Enhancement:
-- Modify insertion of read Volumes in SD to be done before the
+- Modify insertion of read Volumes in SD to be done *before* the
   drive reservation. This ensures that a Volume to be read will not
-  be reserved for writing. Significant enhancement.
+  be reserved for writing. Significant improvement in eliminating
+  tape deadlock situations.
+
+Note, both the Director and Storage daemons must be upgraded at the
+same time. The 3.0.1 File daemons are compatible with 3.0.0 file
+daemons and as noted below in the 3.0.0 release notes the Director
+and Storage daemon should be compatible with 2.4.x File daemons.  
+In general, we do not expect any of the 3.0.x File daemons to work with older
+Directors and Storage daemons (as has always been the case for Bacula
+releases).
 
 ============ Documentation improvements needed ==================
 
-Note!!!!! The documentation needs rather extensive modifications in the
+Note!!!!! The 3.0.0+ documentation needs rather extensive modifications in the
 following areas:
 
 1. Missing documentation.
@@ -47,7 +53,17 @@ manpower.  If you are unhappy with this situation as we are, we suggest
 you help by submitting patches to the documentation.  Thanks.
 =====
 
-See below for 3.0.0 release notes...
+
+================== 3.0.0 Release Notes ========================
+
+The diff between 2.4.4 and 2.5.x is 208,340 lines, so this release
+represents an enormous effort.
+
+This Director and Storage daemon must be upgraded at the same time,
+but they should be compatible with all 2.4.x File daemons, unless you
+use some of the new features that affect the FD.  In other words, you should
+not have to upgrade all your File daemons when you upgrade. However, any
+release of version 2.5.40 or greater requires a database upgrade.
 
 ================== Warning !!!!!! ==========================
 
index 20ac7676bbcf3545dc9320b9373372bd230a6a77..8495ce7a1c6d53aee9957869f042888237d614f2 100644 (file)
@@ -2,6 +2,7 @@
           
 General:
 
+Release Version 3.0.1:
 29Apr09
 kes  Fix bug #1282 Setting job.Priority in python crashes director by
      checking if string addr is NULL.  Not tested.