]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Closed bug #1207 -- 2.4.4-b1 strange volume/device handling
authorKern Sibbald <kern@sibbald.com>
Sat, 20 Dec 2008 19:05:40 +0000 (19:05 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Dec 2008 19:05:40 +0000 (19:05 +0000)
kes  Closed bug #1204 -- Undescriptive help options
kes  Closed bug #1202 -- Revise documentation
kes  Closed bug #1178 -- Bat 2.4.3 tries to double-purge volumes
     unable to reproduce.
kes  Closed bug #1166. Fixed by Eric -- Problem canceling job if
     client looses connection while being backed up.
kes  Fixed bug #1200 -- inconsistent auto purge documention
kes  Fix documentation for Recyling ambiguity. Fixes bug #1200.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8206 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/bsys.c
bacula/technotes-2.5

index 3d370c16c9466f658459b9b2ca4bb1ce5a4c344d..bca7f58ec5df239adcb2b9919aa60aeba1583185 100644 (file)
@@ -478,7 +478,7 @@ struct s_state_hdr {
 
 static struct s_state_hdr state_hdr = {
    "Bacula State\n",
-   3,
+   4,
    0
 };
 
index eea7d42812f517f55a2fedd7db16fc802bd0b35c..3210297dc0be4be96885e53bc8c48d4540673223 100644 (file)
@@ -11,6 +11,15 @@ mixed priorities
 
 General:
 20Dec08
+kes  Closed bug #1207 -- 2.4.4-b1 strange volume/device handling
+kes  Closed bug #1204 -- Undescriptive help options
+kes  Closed bug #1202 -- Revise documentation
+kes  Closed bug #1178 -- Bat 2.4.3 tries to double-purge volumes 
+     unable to reproduce.
+kes  Closed bug #1166. Fixed by Eric -- Problem canceling job if 
+     client looses connection while being backed up.
+kes  Fixed bug #1200 -- inconsistent auto purge documention
+kes  Fix documentation for Recyling ambiguity. Fixes bug #1200.
 kes  Remove old mmap code from compat.h/cpp
 kes  Update ChangeLog
 kes  Correct typo in Win32 Makefile editing
@@ -81,7 +90,8 @@ kes  Add more debug to match_bsr.c and use %u for unsigned debug editing.
 ebl  Apply patch for bug #1182  about Recycle flag
      that is not updated after a pool change.
 kes  Since the user has been warned, allow console purge command 
-     to purge volumes that are in use.
+     to purge volumes that are in use. This is a fix for bug
+     #1191 before it was submitted.
 kes  Fix Win32 build to add new sd_plugins.c
 ebl  Apply patch from bug #1175 that reset the Slot and the Inchanger
      flag in db_make_inchanger_unique().