]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.1
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN...
[bacula/bacula] / bacula / technotes-2.1
index e8495420d9b0c539389328afbc0870d3b74dc2e5..1d8686193fbba71bb6c8d61ff152ee89d2924409 100644 (file)
@@ -1,8 +1,28 @@
               Technical notes on version 2.1
 
 General:
+23Mar07
+ebl  Add bbatch tool to bench database and insert mode.
+22Mar07
+kes  Correct problems with am/pm scheduling. Fixes bug #808.
+kes  Implement new prunning code that prunes up to 1000 jobs at
+     the same time.  The same technique can be applied to a number
+     of other prune/purge subroutines.
+kes  Add an insanity check when starting a new tape job to ensure
+     that the tape position has not been changed. If so fail the
+     job.
+kes  Fix Win32 build for dlls to add the folllowing:
+     src/lib/bsock.c -- new file with new entry points
+     src/lib/dlist.c  -- new entry points
+     src/cats/sql_create.c -- new entry point
+     src/cats/sql_cmds.c -- new DATA item exported
+21Mar07
+ebl  batch mode cleanup bscan-test is ok now.
+kes  Implement SD code to check length of disk volume before appending.
 18Mar07
-ebl  Fix AfterJob timming
+kes  Correct return status on db_batch... routines.
+kes  Add call to db_write_batch_file_records() to migration code.
+ebl  Fix AfterJob timing
 kes  Move the checking of the database in initializion of the Director
      to after we drop privileges.  This avoids the need for both root
      and bacula access to the DB.