]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.1
ebl fix debug message
[bacula/bacula] / bacula / technotes-2.1
index 3300a15d49f698bb7ff81446fa0d4deab8eb0953..f007b39e2d1b1104fda9f0af788c887e8bdbe0cd 100644 (file)
@@ -1,7 +1,35 @@
               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.
+kes  Use the term Restore Client in the restore Job report.
+kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that preserves 
+     the original job's FileSetId.
+kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that implements
+     spooling in migration jobs.  Not yet tested.
+kes  Merge patch from Jorj Bauer <jorj@seas.upenn.edu> that implements
+     reading conf file from a pipe.  However, do it with open_bpipe()
+     rather than popen.  Not yet tested.
 07May07 
+kes  Fix an ugly bug where the VolCatBytes were getting updated
+     during a restore.
 kes  Implement bconsole memory command that prints current memory
      usage, plus smartalloc dump.
 kes  Clarify some error messages in backup, admin, and migrate.
@@ -10,7 +38,7 @@ kes  Invert Cancel OK buttons on restore to be OK Cancel.
 kes  More strerror() to bstrerror() conversions.
 06May07 
 kes  Start implementing bstrerror() in place of strerror().
-kes  First cut at stripping path -- seems to work.
+kes  Stripping path -- seems to work.
 04May07
 kes  Prevent door and port files from being restored (mostly
      Solaris stuff).
@@ -37,7 +65,7 @@ kes  Simplify a few of the alternative returns in the signature
 02May07
 ebl  Use only POSIX regex instead of GNU regex in breg.c for
      File relocation. It fix broken freebsd compilation.
-kes  Convert all other Dir files to use ne ua class message 
+kes  Convert all other Dir files to use new ua class message 
      routines for bat.
 kes  Tentative fix for missing digest signature in bug 807.
 kes  Correct handle problem in new win32_ftruncate routine.