]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/RN-1.28
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/docs
[bacula/docs] / docs / techlogs / 2003 / RN-1.28
1           Release Notes for Bacula 1.28
2
3   Bacula code: Total files = 228 Total lines = 62,042 (*.h *.c *.in)
4
5 Major Changes this Release:
6 - Bare Metal Recovery mostly automated for Linux systems and 
7   partially automated for Solaris
8 - Optimized restore, forward spaces to correct tape file and
9   stops reading the archive when all files are restored.
10 - Schedule permits specification of 1st, 2nd, ... week e.g.
11   1st Sun ...
12
13 Other Changes this Release:
14 - Allow backup of raw partitions.
15 - Fixed Restore options (never,ifnewer, ...). They now work.
16 - Added a --enable-client-only    option that will cause "make" to only
17   build the File daemon and the libraries it needs.
18 - Documented how to save the Catalog database (with included script).
19 - Faster Storage daemon initialization (using pthreads)
20 - Unlimited devices in Storage daemon (previously hard coded to 20).
21 - Fixed bug that recognized only the last option specified on Include record.
22 - Easier building of statically linked version of Bacula.
23 - Fixed pruning bug.
24 - Fixes for VolUseDuration (problems putting it in DB).
25 - Fix for / specified as Where.
26 - Enhanced WriteBootstrap (more precise parameters -- e.g. volfile, ...)
27 - Improved handling of Differential jobs (now on par with Incremental)
28 - User supplied script in examples directory for backing up AFS file system.
29 - User supplied script for Sun-desktop autoloader (examples/devices).
30 - Added configure options for building static versions of the 
31   daemons and the console program.
32 - New bidirectional timed pipe mechanism for running child processes
33   permits better error messages.
34 - Removed last restrictions on filename length for catalog items. Previous
35   maximum was 500 chars for path and 500 chars for filename. Now unlimited.
36 - Improvements all over the code to prevent string overflows and to ensure
37   that copied strings are properly terminated.
38 - Improved handling of 64 bit integers especially concerning the DB.
39 - Database now contains accurate tape file/block positions, and many other
40   DB items are more correctly handled.
41 - Improved bootstrap record generation (more detail).
42
43 Items to note:
44 - Nothing in particular.