]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Wed, 3 Dec 2008 14:20:29 +0000 (14:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 3 Dec 2008 14:20:29 +0000 (14:20 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8109 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 894b49408f1de951057f60a818d89000ac17e891..0e43df81d4930a2b6fcb348613f2d3cf5fd1fcf3 100644 (file)
@@ -1,6 +1,37 @@
               Technical notes on version 2.4.x
 
 General:
+Beta Release Version 2.4.4-b1
+03Dec08
+kes  Apply 2.4.3-sd-deadlock.patch that should fix bug #1192.
+02Dec08
+ebl  Remove extra db_lock() in get_prune_list_for_volume()
+ebl  Apply 2.4.3-prune-deadlock.patch that fixes a problem when
+     using Catalog as message backend.
+20Nov08
+ebl  Apply 2.4.3-win32-runscript-unicode-path.patch for #1110 
+     about a problem when executing a program with Unicode path.
+ebl  Apply 2.4.3-unique-inchanger.patch fix for #1175 about bad slot
+     number if the volume is not in autochanger.
+18Nov08
+kes  Probably fix for bug #1188 where Volume is purged while writing
+     on it.
+kes  Get message enhancement to avoid job name lookup.
+07Nov08
+kes  Fix bug with job name duplication if more than 60 jobs created
+     during a minute.
+kes  Correct some bugs of cleanup in SD if the FD connection fails.
+02Nov08
+kes  Fix orphaned jobs (possible deadlock) while pruning.
+31Oct08
+ebl  Backport of the btraceback script that keeps trace file on working dir
+28Oct08
+kes  Migrate DB Log records too. This fixes last part of bug #1171.
+24Oct08
+kes  Modify SQL so that jobs that failed will not be migrated.
+kes  Correct bug where long retention periods caused immediate
+     pruning.
+
 Release Version 2.4.3
 10Oct08
 ebl  Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
index d14f8b992f12a10a4d8517ab9c22404791e27d6b..4072146b4c660a71e67ea09d0e44c14b5ea26381 100644 (file)
@@ -1,5 +1,5 @@
 
-       Release Notes for Bacula 2.4.3
+       Release Notes for Bacula 2.4.4
 
   Bacula code: Total files = 500 Total lines = 188,945 (*.h *.c *.in)
 
@@ -14,6 +14,37 @@ reparse directories backed up, you must explicitly include them
 in your FileSet.
 ==============================================================
 
+Release 2.4.4
+This is an important bug fix to version 2.4.3.  All daemones are
+compatible with prior 2.4.x version.
+
+Bugs Fixed:
+1192, 1110, 1175, 1188, and 1171
+
+Change Summary:
+- Apply 2.4.3-sd-deadlock.patch that should fix bug #1192.
+- Remove extra db_lock() in get_prune_list_for_volume()
+- Apply 2.4.3-prune-deadlock.patch that fixes a problem when
+  using Catalog as message backend.
+- Apply 2.4.3-win32-runscript-unicode-path.patch for #1110 
+  about a problem when executing a program with Unicode path.
+- Apply 2.4.3-unique-inchanger.patch fix for #1175 about bad slot
+  number if the volume is not in autochanger.
+- Probably fix for bug #1188 where Volume is purged while writing
+  on it.
+- Get message enhancement to avoid job name lookup.
+- Fix bug with job name duplication if more than 60 jobs created
+  during a minute.
+- Correct some bugs of cleanup in SD if the FD connection fails.
+- Fix orphaned jobs (possible deadlock) while pruning.
+- Backport of the btraceback script that keeps trace file on working dir
+- Migrate DB Log records too. This fixes last part of bug #1171.
+- Modify SQL so that jobs that failed will not be migrated.
+- Correct bug where long retention periods caused immediate
+  pruning.
+
+
+=================================================================
 Release 2.4.3
  This is a bug fix to version 2.4.2.  All daemons are compatible 
  with other 2.4.x versions.
index 9c3a43eb2332f7821d38b83368d0da6c6c902fab..34b5e68539a4c6410321e0a624c698a1f05bfd81 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #undef  VERSION
-#define VERSION "2.4.4"
+#define VERSION "2.4.4-b1"
 #define BDATE   "03 December 2008"
 #define LSMDATE "03Dec08"