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