From: Kern Sibbald Date: Wed, 29 Apr 2009 12:11:59 +0000 (+0000) Subject: Update release notes X-Git-Tag: Release-7.0.0~3099 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52de5f93665eb2c37e80ce25af0d9dd5fada31ab;p=bacula%2Fbacula Update release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8763 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 8b4016bb42..3da8eca08b 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -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. diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index f8c3a36342..a781f8c015 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -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 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 !!!!!! ========================== diff --git a/bacula/technotes b/bacula/technotes index 20ac7676bb..8495ce7a1c 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -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.