]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.1
Tweak debug levels in reservations + Correct typo in UTF-8 error message as reported by:
[bacula/bacula] / bacula / technotes-2.1
index fee97325ef31e6ee966d6fdc605c7a6efd511c1e..ec7bb20f7c2ee3ca91ffc026402af28707158484 100644 (file)
@@ -1,6 +1,20 @@
               Technical notes on version 2.1
 
 General:
+24May07
+kes  Correct typo in UTF-8 error message as reported by:
+     jhernandez <julianhernandez@gmail.com>
+kes  Add additional sm_check() code on debug level 1.
+kes  Set default debug level to 1.
+kes  Trap SIGABRT in attempt to get traceback.
+23May07
+kes  Reduce bat connect timeout from 30 to 15 seconds.
+kes  More restructuring and implementing BSOCK class in place of
+     old bnet.c code.
+kes  Remove a few unnecessary malloc() tests in crypto code.
+kes  Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
+     not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
+kes  Remove duplicate HAVE_CRYPTO definition in config.h.in
 22May07
 kes  Fix Verify InitCatalog mysql_escape_string() trashing memory.
      Make buffer bigger.