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

bacula/ChangeLog
bacula/ReleaseNotes
bacula/technotes

index 391c2cd5d0b96b4eb423deab12a0c78d5e091105..8b4016bb424536213d349a69b499b9c61285f924 100644 (file)
@@ -2,6 +2,39 @@
 
 General:
 
+Release Version 3.0.1:
+28Apr09
+dirk Correct bat Select dialog. Fixes bug #1276.
+kes  Check for job_canceled() in fd_plugin code.
+kes  Update Win32 table creation to have new DB version 11 format
+kes  Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
+27Apr09
+ebl  Fix bug #1274 where a migration job can be canceled like the
+     original job by the MaxRunTime directive.
+mvw  Added fix for bug #1275 where acl or xattr data is saved for
+     virtual filenames generated by filed plugins.
+26Apr09
+ebl  Remove "Reposition" message when restoring
+kes  Fix platform scripts not to clean configured files during
+     'make clean' use 'make distclean' to clean everything. Fixes
+     bug #1272.
+kes  Update projects file
+21Apr09
+ebl  Tweak version string to display versionid field at the end
+     and keep fields order.
+16Apr09
+kes  Add additional mysql connection debug code submitted by:
+     Chandranshu <chandranshu@gmail.com>
+14Apr09
+kes  Fix bug #1246 Sometimes access denied with VSS enabled. UCS
+     conversion cache was not properly flushed at the end of a Job.
+kes  Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0).
+11Apr09
+kes  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.
+
+
 Release Version 3.0.0:
 05Apr09
 kes  Fix Win32 make clean to clean correctly 
index bbc44d59fa638f458a5009cb373c0d0009a69296..f8c3a36342746599b1e446d848ed917eb4db4306 100644 (file)
@@ -1,5 +1,5 @@
 
-       Release Notes for Bacula 3.0.0
+       Release Notes for Bacula 3.0.1
 
   Bacula code: Total files = 520 Total lines = 205,459 (*.h *.c *.in)
 
@@ -12,6 +12,43 @@ 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.
 
+Changes since 3.0.0:
+Bug fixes:
+  1276, 1274, 1275, 1272 1246, 1268
+
+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
+- Updated projects file
+- Tweak version string to display versionid field at the end
+  and keep fields order.
+- Add additional mysql connection debug code submitted by:
+  Chandranshu <chandranshu@gmail.com>
+
+Enhancement:
+- 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.
+
+============ Documentation improvements needed ==================
+
+Note!!!!! The documentation needs rather extensive modifications in the
+following areas:
+
+1. Missing documentation.
+2. Correction of links within various manuals -- most fail.
+3. Integration of the new features into the main documents.
+4. Much more.
+
+The documentation will not be completed in the near future due to lack
+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...
+
 ================== Warning !!!!!! ==========================
 
 New Catalog format in version 3.0.0 (2.5.40 or later)
@@ -24,7 +61,7 @@ detect the database change and do the upgrade for you.  We strongly
 recommend that you save a copy of your existing database before upgrading
 using rpms.
 
-The simplest way to upgrad the database assuming you are building from
+The simplest way to upgrade the database assuming you are building from
 source:
 1. Stop any current version of Bacula from running.
 2. Save a copy of your existing database.
@@ -111,20 +148,6 @@ some but not all the new features (we are still working on it):
 
 http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
 
-============ Documentation improvements needed ==================
-
-Note!!!!! The documentation needs rather extensive modifications in the
-following areas:
-
-1. Missing documentation.
-2. Correction of links within various manuals -- most fail.
-3. Integration of the new features into the main documents.
-4. Much more.
-
-The documentation will not be completed in the near future due to lack
-manpower.  If you are unhappy with this situation as we are, we suggest
-you help by submitting patches to the documentation.  Thanks.
-=====
 
 
   
index cb9e0c45aa66c9cdaf5466ea4a770207b2a8aea0..0cd58cc729b52d3a1445932a44406407a125c3cf 100644 (file)
@@ -3,8 +3,9 @@
 General:
 
 28Apr09
+dirk Correct bat Select dialog. Fixes bug #1276.
 kes  Check for job_canceled() in fd_plugin code.
-kes  Update Win32/64 table creation to have new DB version 11 format
+kes  Update Win32 table creation to have new DB version 11 format
 kes  Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
 27Apr09
 ebl  Fix bug #1274 where a migration job can be canceled like the
@@ -17,7 +18,6 @@ kes  Fix platform scripts not to clean configured files during
      'make clean' use 'make distclean' to clean everything. Fixes
      bug #1272.
 kes  Update projects file
-=======
 21Apr09
 ebl  Tweak version string to display versionid field at the end
      and keep fields order.
@@ -31,7 +31,7 @@ kes  Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0).
 11Apr09
 kes  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.
+     be reserved for writing. Significant enhancement.
 
 Release Version 3.0.0
 06Apr09