]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes18May02
Add mini-clean target to main docs Makefile
[bacula/docs] / docs / techlogs / 2002 / kes18May02
1               Technical notes on version 1.20 16May02
2                        18 May 2002
3                        Kern Sibbald
4
5 General:
6 - Implemented multiple Messages resource. Jobs may now have
7   different messages resources.
8 - Implemented daemon pid files. This prevents multiple 
9   daemons from running simultaneously. You can run multiple
10   daemons if they listen on different ports.
11
12 Changes submitted this submission:
13 - Documented the Schedule resource a bit better.
14 - Began gently adding a POOLMEM type (perviously void).
15   For the moment it is a #define to char, but long term
16   it should be its own typedef.
17 - Corrected a bit of spacing on the status bar of gnome-console
18 - Added Admin and Archive Job types.
19 - Implemented multiple Messages resources. Each daemon has
20   its own message resource, which defaults if not defined.
21   Jobs may now have different message handlers.
22 - Cleaned up a bit of duplicate code in backup, verify, and
23   restore by creating appropriate subroutines in job.c
24 - Added Type, Client, FileSet, and Level resource record
25   definitions to the Director. These can be used in place
26   of the Backup = ..., Verify = ..., ... commands.  This needs
27   documenting.
28 - Corrected an incorrect message in the prune code and added
29   the number of Files pruned in the message.
30 - Corrected several paint problems with gnome-console.
31 - Added a bit of printout in signal handler during traceback.
32 - Cleaned up most of sm_check() to be turned on/off by define
33   in version.h