X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Ftechnotes;h=9e7789cf5e90211a539739f006848b6e1150769f;hb=c50d3567de490838456c856052d6dbc42dc17c89;hp=6f94b299ecadf250e376b1b3c5489187565ea34a;hpb=f6a745b1f99be2e5bd1f2c1cbd601404622b4066;p=bacula%2Fbacula diff --git a/bacula/technotes b/bacula/technotes index 6f94b299ec..9e7789cf5e 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -1,17 +1,39 @@ Technical notes for current SVN General: + +04Apr09 +kes Add bconsole to Win64 installer. +03Apr09 +kes Implement more automatic build of Win64 client. Note, there are still + lots of warning messages, but it seems to build a correct binary. +02Apr09 +kes Enhance Job messages from SD when the FD->SD protocol is incorrect + and the SD hangs up. Previously this looked like a comm error. +mvw Fixed problem in xattr and acl code trying to send empty acl or xattr + streams. +mvw Fix for bug #1261 where we send out a null stream when a file only an + acl and xattr support is also turned on. +mvw Added some warnings to configure when using libtool and static in + one configure. +30Mar09 +ebl Fix small memory leak in fileregexp bsr code +29Mar09 +kes Correct bacula32.def entry point as specified by James. +kes Add code to FD plugin driver to make a copy of the plugin + filename to be saved to avoid save_file from zaping it. 28Mar09 +kes Directly mark all files saved by plugin as being seen for Accurate. kes Add checks on the plugin version and the plugin license. Currently only implemented for FD plugins. -kes Add installation of /usr/share/doc/bacula-VERSION +kes Add installation of /usr/share/doc/bacula kes Modify plugin checkFile to return bRC_Seen to cause file to remain. Previously was true/false. 27Mar09 kes Implement installation of bat help files The help files are installed in the htmldoc dir and can be set by --htmldoc=xxx on the ./configure. Default is: - /usr/share/doc/bacula-version/html + /usr/share/doc/bacula/html kes Update projects file kes Apply patch from Pasi Karkkainen that adds Previous Job name to migrate job report.