]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2004/nb-1.35
Add Bacula catalog schema
[bacula/docs] / docs / techlogs / 2004 / nb-1.35
1               Technical notes on version 1.35  
2                       Nicolas Boichat
3
4 General:
5
6 Changes to 1.35.2:
7 27Aug04
8 - Use POOLMEM and get_memory instead of alloca in src/dird/status.c
9   and src/stored/status.c.
10 24Aug04
11 - Add Monitor documentation
12 - Add Monitor directive in documentation
13 22Aug04
14 - Add default Console resource in src/dird/bacula-dir.conf.in with
15   access restricted to commands used by tray-monitor: status and 
16   .status.
17 - Add default Director ressource in src/filed/bacula-fd.conf.in and 
18   src/stored/bacula-sd.conf.in with Monitor directive enabled.
19 - Add .status dir [current|last] command to dird.
20 - Add Monitor directive in fd/sd configuration file (restrict 
21   access to status and .status commands).
22 19Aug04
23 - Add .status [current|last] command to filed and stored
24 17Aug04
25 - Set WANT_AUTOCONF to 2.5 before running autoconf and autoheader
26   in the main Makefile (force Gentoo to use the newer version of
27   autoconf/autoheader).
28
29 Changes to 1.35.1:
30 14Aug04
31 - Add src/tray-monitor directory
32 07Aug04
33 - Implement .help command.