]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes22Apr02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes22Apr02
1               Technical notes on version 1.18 22Apr02
2                        22 April 2002
3                         Kern Sibbald
4
5 General:
6 - Bug fixes.
7
8 Changes submitted this submission:
9 - Applied Phil's configure.in fix for --prefix, ...
10 - Fixed bug found by Phil (patch supplied) in updating
11   MD5 signatures (revert to 32 bit FileId, move "static"
12   variables into JCR) (catreq.c fd-cmds.c).
13 - Reverted to using INTEGER for FileId in make_sql_tables
14   due to a bug in MySQL.
15 - Change editing code to %d for FileId.
16 - Remove sqlite in make distclean in cats directory.
17 - Remove console.conf in console during make distclean
18 - Remove gnome-console.conf during make distclean
19 - Remove bacula-dir.conf during make distclean
20 - Set default level when using Console if none specified.
21   Bug reported by Phil.
22 - A simple . command from Console is ignored.   
23 - Change program named from filed to bacual-fd in winmain.cpp
24 - Change default config file for Win32 in winmain.cpp
25 - Free namebuf on early return from find_one.c. Bug reported by
26   Phil.
27 - Modify testfind.c to dump orphaned buffers.
28 - Removed terabytes from parse_conf.c because of problems with
29   older gcc compilers.
30 - Turn off gnome options in gnome-console by constructing empty
31   argv.