]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2004/nb-1.34
update accurate file
[bacula/docs] / docs / techlogs / 2004 / nb-1.34
1               Technical notes on version 1.34  
2                         Nicolas Boichat
3                         
4 General:
5 09May04
6 - Add support for config file in Mac format (\r used to indicate line
7   return).
8 08May04
9 - Add support for showing error messages if the configuration file
10   used is invalid or non-existing, instead of quitting (useful for
11   wx-console). See next 5 points for details.
12 - Add a function (set_exit_on_error) and a related static variable
13   (exit_on_error), modify e_msg and Jmsg not to exit if this variable
14   is false (it is always true expect when parsing config files in
15   wx-console).
16 - lex_open_file return NULL if the file cannot be opened
17 - Add support for NULL returning lex_open_file in lex_get_token
18 - Add a return value for parse_conf, indicating if the config file
19   has been successfully read.
20 - Add a second parameter in parse_conf (exit_on_error), indicating if
21   the application should end if the config file cannot be parsed (normal
22   behaviour), or should return false in this case (wx-console behaviour).
23 07May04
24 - lex_open_file and parse_config use const char* instead of char* as
25   parameters.
26 - Add MACOSX flag in configure
27 - Remove MessageBox in syslog (win32/compat), as MessageBox are already
28   shown in dispatch_message
29
30 26Apr04 Release 1.34.2