From 5a10105bc653e4969839006557c59345082bf6cc Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 1 Nov 2006 05:18:30 +0000 Subject: [PATCH] Updated technotes with work since 1.39.26. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3590 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/technotes-1.39 | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index a6a19f0fbe..25d83fbb5a 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -4,6 +4,30 @@ General: 31Oct06 ebl Small fix src/dird/job.c to add JobErrors count to catalog. +rbn Ignore UTF-8 marker at the start of .conf files. +rbn Add stab2cv to 3rd party dependencies. This is a utility I + wrote that is licensed under the GPL and available on SourceForge. + It converts the stab debugging info generated by gcc into Codeview + format. Currently it just translates function names to global + symbols. This is sufficient to get reasonable stack traces from + Dr Watson and to look at minidumps. +rbn Fix bug # 699 - winbacula client crashes whilerunning bat scripts. +rbn Enable Windows XP look and feel for the tray icons and wx-console. +rbn Add Windows specific FileSet example to bacula-dir.conf. +rbn Reorganize Start menu so that documentation and configuration are + in subfolders. +21Oct06 +rbn Change daemons and utilities so that if -c is omitted from the + command line AND there is no configuration file in the current + directory then the "standard" configuration file (eg + /etc/bacula/bacula-*.conf) will be used. If the argument to -c + doesn't contain any path separators AND there is no configuration + file by that name in the current directory then the "standard" + configuration file directory will be searched for a file by that + name. +rbn Fixed restore on Windows so that backslashes as path separators works. +rbn Add missing query.sql file to Windows installer. +rbn Fixed Windows versions of catalog backup scripts. 20Oct06 kes Fix optional files in Makefile.in of src/filed that caused a syntax error when using no optional files. @@ -12,7 +36,7 @@ lf Fix a cosmetic bug in filed.c that caused spurious OpenSSL error messages; there is no reason to attempt to load a private key. from master key files. -Version 1.39.24 released: +Version 1.39.26 released: 12Oct06 kes Apply the three patches from Richard Mortimer. bacula-reposition.patch, bacula-tape-reopen.patch, and @@ -54,7 +78,6 @@ rbn Add new /debug option. This option enables the message boxes that rbn Fix bug with service not being removed on migrated installs. This should correct those cases where the file daemon install was failing when upgrading from versions prior to 1.39.x. - 08Oct06 kes Turn on heap reporting in Dir with zero debug level. kes Send a message to the sys log when Bacula forces a SEG FAULT, and -- 2.39.5