]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes03Jun02
Bring Windows specific documentation more up to date corrects bug #1818
[bacula/docs] / docs / techlogs / 2002 / kes03Jun02
1               Technical notes on version 1.21 02Jun02
2                        3 June 2002
3                        Kern Sibbald
4
5 General:
6 - Implemented GZIP compression
7 - Changed level to JobLevel (variable name)
8 - Create config.out that contains summary of ./configure
9 - Eliminate fcntl() locking of the console file and replaced
10   it with a pthreads mutex.
11 - Note Director - SD protocol is changed to handle new tape
12   information (Fileset, JobType, JobLevel).
13
14 Changes submitted this submission:
15 - Create config.out that contains a summary of ./configure
16   to see what you previously configured: "cat config.out"
17 - Implemented GZIP compression.  Added addition syntax to
18   Include { } resource to permit setting of any GZIP compression
19   level:
20      compression=GZIP
21      compression=GZIP1
22      ...
23      compression=GZIP9
24
25   Level 1 is minimum compression and level 9 is maximum. Using just
26   GZIP gives the default (level 6).
27 - Enhanced the tape format to include the unique Job name, FileSetName,
28   JobType, and JobLevel in the Start/End of Session records. The code
29   detects that tape level difference and acts accordingly. You can 
30   add data in the new format to old tapes.
31 - Fixed an incorrect display message in the prune command.
32 - Began implementation of Verify Volume and Verify Data.
33 - Cleaned up File daemon restore.c a bit ensuring that termination 
34   cleanup is done and all possible Emsgs are converted to Jmsgs.
35 - Modify bls.c to use common setup routines. This reduced the big
36   code duplication that creeped in when I added different listing
37   options. Also, changing tapes is now handled uniformily in a subroutine.