]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes19Jun02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes19Jun02
1               Technical notes on version 1.22 19June02
2                        19 June 2002
3                        Kern Sibbald
4
5 General:
6 - Improvements to the bootstrap compiler
7 - Implemented first cut of bootstrap code in the Storage daemon
8 - Modified the authentication code to be more explicit during 
9   failures.
10
11 Changes submitted this submission:
12 - Added a few more debug message numbers with more arguments (Dmsg10, ...)
13 - Added more and more precise error messages when authentication fails.
14 - Implemented new "expect" codes in the lexical scanner that allows
15   the caller to specify what he wants.                   
16 - Added integer, positive integer, 64 bit integer, and integer ranges,
17   and name scanning to lex.
18 - Implemented new lex code in parse_conf.c, this reduces significantly
19   the code.
20 - Hopefully fixed a watchdog race bug that caused the watchdog to time
21   out a line after 1 hour rather than 6 days.