]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Fix console prompt problem + misc
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.32
3
4   Bacula code: Total files = 259 Total lines = 77,284 (*.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
18
19 Other Changes this Release:
20 - Lots of doc enhancements
21 - Fixed a PurgeOldestVolume bug (VolStatus not returned)
22 - Don't crash if DB address record not specified.
23 - Return VolStatus on find_next_volume.
24 - Use alist for incexe name_list.
25 - Use bget_dirmsg() everywhere possible when talking to FD.
26 - Delete old semaphore job and workq job scheduling code.
27 - edit_run_codes in one place (/lib)  Add Job name
28 - Update query.sql to find current backups correctly.
29 - Correct ambiguous SQL statement for prunning.
30 - Set heartbeat interval to zero by default.
31 - Fix a possible race condition in stopping the 
32   heartbeat thread.
33 - Eliminate gnome2-console directory. Everything is in gnome-console
34 - Enhanced "packet too big" message to indicate who sent it.
35 - Corrected console prompt problem in non-readline versions.
36 - Correct a number of variable expansion problems.
37 - Added a number of new regression tests.
38
39
40 Items to note:  !!!!!