]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes27Apr02
Initial revision
[bacula/docs] / docs / techlogs / 2002 / kes27Apr02
1               Technical notes on version 1.19 27Apr02
2                        27 April 2002
3                         Kern Sibbald
4
5 General:
6 - Fixes to Verify when only MD5 differs.
7 - Make gnome-console display messages every five seconds.
8
9 Changes submitted this submission:
10 - Insert 0 for MD5 as default rather than space.
11 - Allow .messages "transparent" command while reading input
12   in UserAgent server.
13 - In dird/verify.c ensure that correct filename is printed if only
14   the MD5 differs. Minor reindenting caused large diff.
15 - Delete unused code from backup.c
16 - In filed/verify.c ensure that same algorithm as backup.c is used
17   to pass back MD5 signatures -- especially for directories and files
18   that cannot be read. Change dummy filename from X to *MD5-id*.
19   This dummy value should never be printed.
20 - Make gnome-console poll Director every 5 seconds for output.
21   This means that queued up messages are displayed at reasonable
22   intervals. Delete some unused code hanging around from the tty
23   console program.