]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.1
ebl fix debug message
[bacula/bacula] / bacula / technotes-2.1
index d3319b85f29a6eec891144e86de97ade13cee93f..f007b39e2d1b1104fda9f0af788c887e8bdbe0cd 100644 (file)
@@ -1,6 +1,21 @@
               Technical notes on version 2.1
 
 General:
+10May07
+kes  If time diff between DIR and FD is more than 600 seconds convert
+     INFO message to WARNING.
+kes  Implement heap size display in status for all daemons.
+kes  Attempt to fix MySQL db open memory loss (not successfull).
+kes  Don't set SIGKILL and SIGSTOP neither can be trapped.
+kes  Eliminate memory loss in MySQL (possibly other SQLs) during
+     Query. This looks like a MySQL but but by doing extra releases,
+     the memory goes away.  This should fix bug #847.
+09May07 
+kes  When backup fails, cancel SD before waiting for sd termination.
+kes  If SD is waiting for FD to connect during cancel, wake up the 
+     thread.
+kes  Fix fsf code so that errno is correctly reported.
+kes  Apply migration patch (with changes) from Sergey Svishchev <svs@ropnet.ru>
 08May07
 kes  Make lack of Pool directive in Job an ERROR_TERM rather than FATAL
      so that Bacula doesn't later stumble into a seg fault.