]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-1.39
ebl update
[bacula/bacula] / bacula / technotes-1.39
index 491fd3dff1e167bb9f30e493aef805ace9fe6d88..8469fddff30fe06cf27951156ca84fbfa67bdb95 100644 (file)
@@ -1,6 +1,27 @@
               Technical notes on version 1.39  
 
 General:
+18Nov06
+kes  Add a SMALLOC_SANITY_CHECK for Arno, which aborts Bacula
+     if memory usage gets too big.
+kes  Tweak migration to ensure that read/write devices are different.
+17Nov06
+kes  Create an AUTHORS file to list Bacula contributors.
+kes  Add Richard Stallman's four GPL freedoms to LICENSE 
+kes  Require the conf file to have a valid NextPool for writing the
+     migration output.
+16Nov06
+ebl  Enable RecycleCount in catalog.
+ebl  Fix "echo python | bconsole" segfault
+14Nov06
+kes  Implement code to pass the MediaId to the SD. The SD then uses
+     this MediaId when creating JobMedia records. This fixes a bug
+     with Migration where the MediaId got set to the second Volume
+     read rather than the write Volume.  Possibly (unlikely) fixes
+     bug #709.
+kes  Remove NextPool from Job resource.
+kes  Edit a few numbers in the restore dialog with commas.
+kes  Note, the DIR<->SD protocol has changed.
 13Nov06
 kes  Replace () by {} in configure.in for proper HP configuration.
 kes  Shorten some lines over 80 characters in filed/backup.c