]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
list nextvol + retry waitpid on intr
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.32
3
4   Bacula code: Total files = 259 Total lines = 77,334 (*.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
19
20 Other Changes this Release:
21 - Lots of doc enhancements
22 - Fixed a PurgeOldestVolume bug (VolStatus not returned)
23 - Don't crash if DB address record not specified.
24 - Return VolStatus on find_next_volume.
25 - Use alist for incexe name_list.
26 - Use bget_dirmsg() everywhere possible when talking to FD.
27 - Delete old semaphore job and workq job scheduling code.
28 - edit_run_codes in one place (/lib)  Add Job name
29 - Update query.sql to find current backups correctly.
30 - Correct ambiguous SQL statement for pruning.
31 - Set heartbeat interval to zero by default.
32 - Fix a possible race condition in stopping the 
33   heartbeat thread.
34 - Eliminate gnome2-console directory. Everything is in gnome-console
35 - Enhanced "packet too big" message to indicate who sent it.
36 - Corrected console prompt problem in non-readline versions.
37 - Correct a number of variable expansion problems.
38 - Added a number of new regression tests.
39 - In an attempt to make configuration a bit less confusing, I've changed
40   the name of a number of variables. The old ones still work, but will
41   be phased out over time. FDAddress, FDPassword, SDAddress SDPassword,
42   SDDeviceName, and DBPassword.
43 - A possible fix to the very intermittent SD crashes that Alex gets.
44
45
46 Items to note:  !!!!!