]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.1
update
[bacula/bacula] / bacula / technotes-2.1
index a8908f357b67aed585fe7bdecf7f56788a277fc3..2154d89b3437dc86af68b16c135b5e0ce8903a2d 100644 (file)
@@ -1,6 +1,32 @@
               Technical notes on version 2.1
 
 General:
+20Feb07
+ebl  Revert ClientRunBeforeJob to old position as in 1.38.X.
+     This fixes bug #780
+     You will not be able to generate Include/Exclude list any more.
+     It will be fixed soon.
+     If you want to use this, you can apply
+     trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
+19Feb07
+kes  Restore of sockets created false error messages because Bacula
+     no longer restores sockets, but the code was still trying to
+     set the attributes on a non-existent file. Reported by a user.
+ebl  finish RecyclePool feature
+     Media will takes Pool.RecyclePool
+     when moving from Scratch to a Pool or when user will do
+     update volume=xxx frompool
+     To use it, add RecyclePool = aPool to your Pool resource
+        Pool {
+                Name = Default
+                RecyclePool = Scratch
+                ...
+        }
+     TODO: update manual
+kes  Expand new BSOCK class adding signal() and new BNET signals.
+kes  Begin enhancing the dot commands adding a new API function
+     that returns more information and will make it easier
+     to interface to the Director from a program.
 18Feb07
 kes  Make DEVICE fd private. Its new name is m_fd, and can be
      obtained with dev->fd() outside the class.  This is the
@@ -14,7 +40,6 @@ 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.