]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.3
Implement first cut running console commands in a RunScript.
[bacula/bacula] / bacula / technotes-2.3
index b12efcb1ec2dd86d4f48a9a9fb7f489228397948..63fb28a6c217d5cbebcba91c18dd1c48931bd9c2 100644 (file)
@@ -1,6 +1,39 @@
               Technical notes on version 2.3
 
 General:
+31Dec07
+kes  Implement first cut running console commands in a RunScript.
+29Dec07
+ebl  Fixes #1028 where "Selection Type" option was not usable with JobDefs.
+ebl  Fixes #897 and #1005 where bacula doesn't display runscript
+     output in error.
+24Dec07
+kes  Add new free_tls() entry point so that Win32 builds.
+kes  Fix compile warning in src/lib/util.c
+kes  Fix entry point for edit_job_codes() so that Win32 builds.
+kes  Fix seg fault Frank Sweetser reports in regression testing
+     on his systems. The problem was that the original author of
+     bsnprintf.c did not take into account the side effects of
+     using ++x in the argument to a #define.
+kes  Make SD protocol backward compatible with version 2.2.x.
+19Dec07
+ebl  Fixes bug #1015 where bacula failed to restore acl to a socket
+     because Bacula no longer restores sockets.
+ebl  Always use ignorecase fileset option on win32 FD.
+14Dec07
+kes  Apply patch from  Michael Stapelberg <michael@stapelberg.de>
+     that implements double quoting include names in conf files,
+     and also allows piping input by having the first character 
+     be a vertical bar (|). 
+kes  Apply patch from Bastian Friedrich <bastian.friedrich@collax.com>
+     that implement %f in RunScripts to pass the FileSet name.
+kes  Skip leading | when lex input comes from a pipe as suggested
+     by Michael Stapelberg <michael@stapelberg.de>.
+13Dec07
+kes  Apply patch for bsmtp Win32 daylight savings time fix supplied by
+     Nerijus Baliunas <nerijus@users.sourceforge.net>
+12Dec07
+kes  Implement Plugin Directory and plugin events.
 11Dec07
 kes  Implement a security enhancement: TLS authentication but no       
      encryption. Enabled by setting 'TLS Authentication = yes'.