]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Update doc
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.32
3
4   Bacula code: Total files = 259 Total lines = 77,576 (*.h *.c *.in)
5
6 Major Changes this Release:
7 - Fixed gnome-console to compile with RH9 (Gnome 2.0)
8 - Implemented a single routine to read_records. It also returns
9   a different record packet for each session.  This means
10   that multiple simultaneous jobs should work.
11 - Implemented forward space file/block whenever possible 
12   during restore.
13 - Added SDConnectTimeout to FD.    
14 - Added ClientRunBeforeJob and ClientRunAfterJob.
15 - Implemented Include | and < in File daemon.
16 - Implemented a new Include/Exclude syntax.
17 - Lots of fixes with variable expansion and counter variables
18 - Automatic labeling of tape Volumes is fixed.
19 - Recycling has been completely restructured and should work.
20
21
22 Other Changes this Release:
23 - Lots of doc enhancements
24 - Fixed a PurgeOldestVolume bug (VolStatus not returned)
25 - Don't crash if DB address record not specified.
26 - Return VolStatus on find_next_volume.
27 - Use alist for incexe name_list.
28 - Use bget_dirmsg() everywhere possible when talking to FD.
29 - Delete old semaphore job and workq job scheduling code.
30 - edit_run_codes in one place (/lib)  Add Job name
31 - Update query.sql to find current backups correctly.
32 - Correct ambiguous SQL statement for pruning.
33 - Set heartbeat interval to zero by default.
34 - Fix a possible race condition in stopping the 
35   heartbeat thread.
36 - Eliminate gnome2-console directory. Everything is in gnome-console
37 - Enhanced "packet too big" message to indicate who sent it.
38 - Corrected console prompt problem in non-readline versions.
39 - Correct a number of variable expansion problems.
40 - Added a number of new regression tests.
41 - In an attempt to make configuration a bit less confusing, I've changed
42   the name of a number of variables. The old ones still work, but will
43   be phased out over time. FDAddress, FDPassword, SDAddress SDPassword,
44   SDDeviceName, and DBPassword.
45 - A possible fix to the very intermittent SD crashes that Alex gets.
46
47
48 Items to note:  !!!!!