]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/kes30Oct02
Initial revision
[bacula/docs] / docs / techlogs / 2003 / kes30Oct02
1               Technical notes on version 1.27 01Nov02  
2                      30 October 2002
3                  and  1 November 2002
4                        Kern Sibbald
5
6 General:
7 - Alex found a problem with GZIP compression -- fixed.
8 - bacula stript fixes.
9 - Segment fault in Director fixed.
10 - Added openbsd to platforms
11
12 Changes submitted this submission:
13 - GZIP compression was broken for large files due to a variable that
14   is changed during the compression. This was relatively easy to fix.
15   However, there were a number of fixes required to make GZIP and SPARSE
16   files work together. Found one more place in bextract where SPARSE_GZIP
17   testing was missing.
18 - During testing of the above, I ran into the restore problem of multiple
19   FileSet records. Fixed by including the FileSetId and the MD5 on the
20   selection string, then always using the FileSetId. It is a bit
21   confusing for the user, but ...
22 - Francis found a problem with bacula.in (fixed - thanks)
23 - I found another problem with bacula.in, so now it REALLY should work
24   on most systems.
25 - Added the Replace options code for restores. Not tested.
26 - Fixed an ugly stack overrun bug in reading the config file
27   that has been in for a long time.  I found this in testing on FreeBSD
28   where the Director seg faulted.