]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/RN-1.32b
Initial revision
[bacula/docs] / docs / techlogs / 2003 / RN-1.32b
1
2           Release Notes for Bacula 1.32b
3
4   Bacula code: Total files = 259 Total lines = 78,067 (*.h *.c *.in)
5
6 Most Significant Changes since 1.32a:
7 - Improve forward space file/block during restore, many
8   optimizations.
9 - Fix a bug that did not allow appending to a tape    
10   on FreeBSD systems.
11 - Fix pruning so that it will not prune the current job.
12 - Modify configure to use non-threaded MySQL client lib if
13   the threaded version is not present.
14 - Implement restore by file before date.
15 - When pruning don't prune the current job.
16
17 Major Changes 1.32a Release:
18 - Implemented forward space file/block whenever possible 
19   during restore. Restoring a small number of files is now  
20   much faster.
21 - There is a new option to restore that allows you   
22   to restore files based on their Filename. You can
23   also specify a file to read which contains the list.
24 - Added ClientRunBeforeJob and ClientRunAfterJob.
25 - Implemented Include | and < in File daemon.
26 - Automatic labeling of tape Volumes should work now.
27 - Recycling has been completely restructured and should work.
28 - Implemented full length time interval qualifiers (e.g
29   "5n is now "5 min" or "5 minutes". A modifier is now required!
30 - Fixed gnome-console to compile with RH9 (Gnome 2.0)
31 - Implemented "list nextvol job=xxx", which displays the
32   next volume to be used by job xxx. The Volume name to
33   be used is also added to the "status dir" output.
34 - Lots of fixes with variable expansion and counter variables
35 - Implemented a new Include/Exclude syntax.
36 - While writing a tape, an end of file mark will be written
37   every 1Gb. This makes restores faster. If you want to
38   change this use "Maximum File Size" in the SD Device
39   resource.
40
41
42 Other Changes 1.32a Release:
43 - Fixed sparse file bug.
44 - A warning message is sent when a job starts that will be
45   blocked because the user did an "unmount".
46 - Block checksum errors if any are printed in the job report.
47 - Implemented a single routine to read_records. It also returns
48   a different record packet for each session.  This means
49   that multiple simultaneous jobs should work.
50 - Added SDConnectTimeout to FD.    
51 - Lots of doc enhancements
52 - Fixed a PurgeOldestVolume bug (VolStatus not returned)
53 - Don't crash if DB address record not specified.
54 - Return VolStatus on find_next_volume.
55 - Use alist for incexe name_list.
56 - Use bget_dirmsg() everywhere possible when talking to FD.
57 - Delete old semaphore job and workq job scheduling code.
58 - edit_run_codes in one place (/lib)  Add Job name
59 - Update query.sql to find current backups correctly.
60 - Correct ambiguous SQL statement for pruning.
61 - Set heartbeat interval to zero by default.
62 - Fix a possible race condition in stopping the 
63   heartbeat thread.
64 - Eliminate gnome2-console directory. Everything is in gnome-console
65 - Enhanced "packet too big" message to indicate who sent it.
66 - Corrected console prompt problem in non-readline versions.
67 - Correct a number of variable expansion problems.
68 - Added a number of new regression tests.
69 - In an attempt to make configuration a bit less confusing, I've changed
70   the name of a number of variables. The old ones still work, but will
71   be phased out over time. FDAddress, FDPassword, SDAddress SDPassword,
72   SDDeviceName, and DBPassword.
73 - A possible fix to the very intermittent SD crashes that Alex gets.
74               
75
76
77 Items to note:  !!!!!
78 - Modifiers (sec, min, hour, day, ...) are now required on conf file
79   time interval specifications.
80 - Duplicate names within the same conf resource are prohibited.
81 - If you have used a prior BETA version of 1.32, please do
82   the following to cleanup any zero length spool files:
83
84    cd <working-directory-as-in-Bacula-conf>
85    rm -f *.spool.*
86
87   Please be sure there are no spaces between the asterisks
88   and the periods.