]> 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 77dbf0297e251745e4891982c15577df21984727..8899e16a4eefa646d280d7909657f0eb5329280e 100644 (file)
@@ -1,6 +1,20 @@
               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.
      Only open it when needed, ensure that if any previous database
@@ -18,7 +32,7 @@ kes  Apply Eric's scratch patch that moves a purged Volume to
 kes  Apply Eric's media patch that collects read/write media
      times as well as byte counts.  This patch requires a
      simultaneous upgrade of the DIR and SD.  Note, there
-     should be some way to turn of timing. I'm not sure
+     should be some way to turn off timing. I'm not sure
      times are in Bacula units.
 kes  Apply Eric's batch-insert patch.
 09Feb07