]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.1
kes Implement a BSOCK send() method that writes the whole record
[bacula/bacula] / bacula / technotes-2.1
index e28200ceff1e75e6d049b6dc9817bc8d4463be56..8899e16a4eefa646d280d7909657f0eb5329280e 100644 (file)
@@ -1,7 +1,19 @@
               Technical notes on version 2.1
 
 General:
+17Feb07
+kes  Implement a BSOCK send() method that writes the whole record
+     in a single write() request rather than in two.
+ebl  add update volume=xxx recyclepool=yyyy
+     volume takes recyclepool from pool when using update volume=xxx from pool
+     TODO: update manual
+16Feb07
+kes  Fix encryption deblocking bug, which caused some restored files
+     to be truncated. This fixes bug #763.
+kes  Add FD event sequence order prepared by Eric -- for RunScripts.
+kes  Fix 12am/pm bug as reported in bug #782.
 13Feb07
+kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
 ebl  Use btime_t instead of uint64_t in media patch.
 11Feb07
 kes  Optimize the use of the database a bit in the Status dir command.