]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2001/kes19Oct01
Merge branch 'Branch-5.2' of bsweb:docs into Branch-5.2
[bacula/docs] / docs / techlogs / 2001 / kes19Oct01
1               Technical notes on version 1.2-19Oct
2                        19 October 2001
3                         Kern Sibbald
4
5 General:
6 - Mainly minor cleanups since last release.
7
8 Changes submitted this submission:
9 - Added FileSetId to Job record in SQL code (forgot last
10   round and all testing was done on BDB).
11 - Added status command to File daemon.
12 - Modified daemons to print name, build date as the    
13   first line of the status command.
14 - Enhanced (partially) the UA status command.
15
16    status            with no args, does status of Director
17    status storage    status of Storage daemon
18    status client     status of Client daemon
19
20 - Tried to clean up the job termination code from
21   the File daemon in the Director. Added code to implement
22   cancelling of a job. Not tested.
23 - Added configured names to Director and Storage daemon
24   (was previously done for file daemon).
25 - Added version command to console that prints the
26   Director's version (not really needed as it is the
27   first line that prints anyway).
28 - Fixed the new mailcommand directive in Message resources to
29   work (I was picking it up on pass 2, but it was only available
30   on pass 1 of the parser).
31 - Corrected a few possible references to null pointers in debug
32   output in the message handler (Linux handles this, but Solaris
33   crashes).