]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes
Tweak RedHat spec files
[bacula/bacula] / bacula / technotes
index d53fcd53cf89b5757aed6af500060ff6e3b62531..b3ba6750daad37beba54470cc81303d2b7fec164 100644 (file)
@@ -2,14 +2,44 @@
           
 General:
 
+26Jul09
+kes  Tweak RedHat spec files
+24Jul09
+kes  Add format to a fprintf
+kes  Attempt to fix SQLite seg fault problem
+23Jul09
+kes  Fix int/int32_t problem in accurate_add_file 
+     reported by "Eli Shemer" <elish@consist.co.il>
+kes  Remove Qt 4.4 code so it compiles on 4.3 (setHeaderHidden).
+22Jul09
+kes  Apply idea of part of Graham's tidy-bsr-source.patch, but modified
+kes  Fix bug #1337 Console tries to build with SSL when libssl-dev not installed. 
+21Jul09
+kes  Add setJobStatus method to JCR class.
+kes  Modify setJobStatus so cancel has same priority as fatal errors
+20Jul09
+kes  Fix Solaris compiler warning in signal.c
+
+Release version 3.0.2:
+18Jul09
+kes  Fix bat command line input bug
+17Jul09
+ebl  Fix sql query for sqlite on suse10 on copy job
+16Jul09
+ebl  tweak some bat screens
+ebl  Replace info_msg by send_msg in status slots command.
+ebl  Fix #1323 about a problem when mounting a requested volume
+     during a restore.
 15Jul09
+kes  Make CONF::init header and .c file agree about types.
+     Reported by "Eli Shemer" <elish@consist.co.il>
 kes  Fix Win64 build
 kes  Add more example SD Device configurations.
+ebl  Force the client_encoding to SQL_ASCII when database is already
+     using this mode.
 ebl  Fix #1335 about postgresql error message during copy session
 ebl  Cleanup old job records when starting the director 
      (Created/Running -> Failed)
-ebl  Force the client_encoding to SQL_ASCII when database is already
-     using this mode.
 14Jul09
 kes  Tweak debug print in accurate
 kes  Apply patch in bug #1315 by McMichaeli that fixes scripts/logwatch