]> git.sur5r.net Git - bacula/bacula/commit
Ignore UTF-8 marker at the start of .conf files.
authorRobert Nelson <robertn@the-nelsons.org>
Wed, 1 Nov 2006 04:53:27 +0000 (04:53 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Wed, 1 Nov 2006 04:53:27 +0000 (04:53 +0000)
commitb18f11080d87758b5f809ee6e032d1f3fe87b1eb
treeb4ba1273fd5089937942f05989cb208b8498ca7c
parentaa0e8b2fd1fbf5648025695be19940da5939785f
Ignore UTF-8 marker at the start of .conf files.

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.

Fix bug # 699 - winbacula client crashes whilerunning bat scripts.

Enable Windows XP look and feel for the tray icons and wx-console.

Add Windows specific FileSet example to bacula-dir.conf.

Reorganize Start menu so that documentation and configuration are in subfolders.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3589 91ce42f0-d328-0410-95d8-f526ca767f89
25 files changed:
bacula/src/lib/lex.c
bacula/src/lib/lex.h
bacula/src/lib/parse_conf.c
bacula/src/win32/External-mingw32
bacula/src/win32/build-depkgs-mingw32
bacula/src/win32/compat/compat.cpp
bacula/src/win32/dird/Makefile
bacula/src/win32/dird/dird.vcproj
bacula/src/win32/dird/winres.rc [new file with mode: 0644]
bacula/src/win32/filed/Makefile
bacula/src/win32/filed/bacula-fd.manifest [new file with mode: 0644]
bacula/src/win32/filed/baculafd.vcproj
bacula/src/win32/filed/winmain.cpp
bacula/src/win32/installer/Makefile
bacula/src/win32/installer/bacula-dir.conf.in
bacula/src/win32/installer/winbacula.nsi
bacula/src/win32/libwin32/winres.rc
bacula/src/win32/stored/Makefile
bacula/src/win32/stored/baculasd/bacula-sd.manifest [new file with mode: 0644]
bacula/src/win32/stored/baculasd/baculasd.vcproj
bacula/src/win32/stored/baculasd/winmain.cpp
bacula/src/win32/stored/baculasd/winres.rc
bacula/src/win32/wx-console/wx-console.manifest [new file with mode: 0644]
bacula/src/win32/wx-console/wx-console.vcproj
bacula/src/wx-console/wx-console_private.rc