]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/kes-1.32b
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/docs
[bacula/docs] / docs / techlogs / 2003 / kes-1.32b
1               Technical notes on version 1.32b 14Oct03
2                         14 Oct 2003
3                         Kern Sibbald
4
5 General:
6
7 Changes submitted this submission:
8 14Oct03
9 - Modify configure so that if threaded MySQL client library
10   is not present, Bacula will link with the non-threaded 
11   version.
12 - Updates to the Web pages and to the manual.
13 - Remove trademark symbol from title. Phil pointed out that it
14   does not display correctly in a title.
15 11Oct03
16 - Implement restore by file before date. 
17 - Change restore arguments a bit so that you can feed it
18   multiple jobid= specifications or multiple file= specifications.
19 - Pass restore with run option on to run_cmd.
20 - Make run-cmd not prompt if it has a "run" on the command line.
21 10Oct03
22 - When pruning, select only old orphanned jobs to delete so that
23   the current job is not pruned too.
24 09Oct03
25 - Corrected return status for bsf_dev and bsr_dev in block.c and btape.c
26 - dev.c used incorrect ruturn status for bsf_dev in the BSF at EOM
27   code. This caused all appends on FreeBSD to fail.
28 - Turn on fast block rejection code.
29 08Oct03
30 - Optimize file index searches by adding a count to the bootstrap.
31 - Write single files/blocks to bootstrap without the second part.
32 - Add current Volume status to the cannot use this Volume message.
33 - Zero the rx->bsr in ua_restore when freeing so it doesn't get
34   freed twice.
35 - Lots of testing on the restore
36 - I noticed that SD and FD bootstrap files were not always
37   deleted, so delete them as soon as possible.
38 - Restore by file (or by selecting files) created some
39   horrible looking bsr files that defeated the forward
40   spacing code, so fix write_findex to work right.
41 - Add zlib_strerror() routine in filed/restore in case
42   of zlib errors.
43 - In filed/restore.c make sure all error returns cleanup
44   and close the open file descriptor.
45 - Make sure to set *non* over filename in attr packet
46   after file is found, so error messages that print the
47   filename don't print an old, incorrect name.
48 - Allow bclose() to be called after closing the file.
49 - Fix a number of unclear help messages, ... reported by
50   Phil in btape.
51 - Retweak stored/read_record.c so that it does forward
52   spacing at the beginning of every tape, not just the
53   first one.
54 - Print repositioning message if verbose is set.
55 07Oct03
56 - Fix check for tcp wrappers to try -lwrap, if that fails
57   try -lwrap -nsl.