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