]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.32f-2
3
4   Bacula code: Total files = 262 Total lines = 80,318 (*.h *.c *.in)
5
6 Changes since 1.32f: 
7 - This release has two patches applied:
8    1.32f-1-weekofmonth.patch
9    1.32f-2-eom-nextvol.patch
10 - Fix an incorrect calcualtion of the week of the month reported
11   by Volker Sauer -- patch 1.
12 - Fix bug reported by Phil (could not duplicate here) where at the end
13   of a Volume, Bacula wanted a new Volume and got into a loop requesting
14   it, then gave up -- Patch 2.
15 - Modify selection of next Volume to select most currently appended Volume,
16   or if none oldest recycled Volume (problem reported by Lars) -- Patch 2.
17 - Added new spec file from Scott.
18
19 Changes since 1.32e:
20 - Note, this change affects only the Win32 FD.
21 - Fixed Win32 FD crash due to missing argument in status command. It
22   always crashed if there was a job that had previously run.  Thanks to
23   Christopher Hull for finding and diagnosing this problem.
24
25 Most Significant Changes since 1.32e-08Dec03
26 - Added additional error messages to smtp. 
27 - Added suse platform directory and configure code. Must be tweaked for
28   SuSe.
29 - Added debian platform directory.
30 - Fixed fd.in (thanks Dan) to configure subsystem directory.
31 - Back ported fix to Week of Month from 1.33
32 - Add JobId to Running jobs and Terminated Jobs status list.
33 - Fixed "Phil's" bug where after doing a restore from a tape, if the next
34   operation was an append to the same tape, the number of files on the
35   tape and in the catalog got out of sync.
36 - Fixed bug in Terminated Jobs status list that repeated the same job.
37
38 Most Significant Changes since 1.32d
39 - All 1.32d patches applied.
40 - Fixed seg fault in restore of multiple simultaneous jobs to 
41   a single Volume.
42 - Fixed thread race problem in multiple simultaneous jobs to
43   a single Volume where the volume lable is not in the first 
44   tape block, so the tape is not recognized.
45 - Enhance "fill" command of btape -- simpler output. Use -v to
46   cause last block to be dumped after write and after re-read.
47 - Added an autochanger test to the btape "test" command. It is 
48   automatically invoked if the autochanger is properly configured.  It
49   is still a bit primitive but covers the essential of testing
50   the mtx-changer script with your autochanger.
51 - Added forward space file test to btape "test" command.
52 - New version 1.5.5-1 Cygwin.
53 - Select the oldest LastWritten volume during recycling.
54 - Modify SD to update the catalog database when it is shutdown,
55   even if the job is canceled.
56 - The console program will run all commands it finds in ~/.bconsolerc
57   at startup.
58 - Add Dan Langille's changes to the bacula start/stop script that
59   permit dropping root permissions just after startup.
60 - The "mark" command in the restore command now provides feedback 
61   on how many files were marked.
62
63 Other Changes since 1.32d:
64 - Fixed getdomainname() prototype on Darwin.
65 - Fixed an SQL typo (missing space) in "list volumes jobid=xxx"
66 - Fixed crash with "list job"
67 - Fixed crash with ' entered as a filename to be restored (any
68   name causing an SQL error would cause the crash).
69 - Fixed | syntax in FileSet Include.
70 - Corrected crash in restore in some weird cases where the bootstrap 
71   file defined in the resource.
72 - Fixed a crash when storage daemon did not accept unknown Device.   
73 - Fixed a rare crash in list nextvol
74 - Fixed a compile error if zlib does not exist.
75 - Finally got the Gnome console running correctly under Gnome 2.x
76 - Print human readable message on error by gethostbyname().
77 - Fixed a time conversion problem in tape label.
78 - A number of enhancements to btape (more work to be done).
79 - Updates to Solaris system installation files.
80 - New bacula.spec.in from Scott Barninger -- including a rescue rpm.
81 - Slightly different listing and list sorting, more important fields 
82   are first.
83                   
84                                                                                         
85 Items to note:  !!!!!
86 - All daemons should be compatible with all other 1.32x versions,       
87   you can mix and match (hopefully).
88
89
90 Change in previous releases:
91 Most Significant Changes since 1.32c
92 - Mainly a bug fix release.
93 - Do a clean of both Gnome directories.
94 - Require that FileSet id match when finding an Incremental
95   previous job. This was already the case for a Full.
96 - Print message if no status returned from FD.
97 - Correct "Do not forget to mount the drive" message. Test was
98   backward.
99 - "status dir" stopped scanning the run records on the first
100   one that matched giving an incomplete listing.
101 - Edit commas in Bytes on "estimate" command output.
102
103 Most Significant Changes since 1.32b
104 - Implemented a RunAfterFailedJob record in the Job resource.
105 - Implemented "delete job" command in the Console.
106 - Gnome 2.0 console compiles and works. 
107 - Implemented VerifyJob record in the Job resource
108   that tells Verify which job to verify (JobId not required) 
109 - First cut Verify Disk to Catalog
110 - Fix "status dir" to examine all run commands in Schedule.
111 - Close unused file descriptors in bpipe.c
112 - There is now a patch for FreeBSD 4.8 pthreads that
113   fixes the problems of data loss at the end of a tape.
114   Please see:
115   <bacula-source>/platforms/freebsd/pthreads-fix.txt
116 - Fixed (I think) the elusive Windows "packet too big" bug.
117 - Added %v to RunBefore/After editing codes. It edits in
118   a list of Volumes used for the job (not tested).
119
120 Most Significant Changes since 1.32a:
121 - Improve forward space file/block during restore, many
122   optimizations.
123 - Fix a Bacula bug that did not allow appending to a tape    
124   on FreeBSD systems.
125 - Fix pruning so that it will not prune the current job.
126 - Modify configure to use non-threaded MySQL client lib if
127   the threaded version is not present.
128 - Implement restore by file before date.
129 - When pruning don't prune the current job.
130
131 Major Changes 1.32a Release:
132 - Implemented forward space file/block whenever possible 
133   during restore. Restoring a small number of files is now  
134   much faster.
135 - There is a new option to restore that allows you   
136   to restore files based on their Filename. You can
137   also specify a file to read which contains the list.
138 - Added ClientRunBeforeJob and ClientRunAfterJob.
139 - Implemented Include | and < in File daemon.
140 - Automatic labeling of tape Volumes should work now.
141 - Recycling has been completely restructured and should work.
142 - Implemented full length time interval qualifiers (e.g
143   "5n is now "5 min" or "5 minutes". A modifier is now required!
144 - Fixed gnome-console to compile with RH9 (Gnome 2.0)
145 - Implemented "list nextvol job=xxx", which displays the
146   next volume to be used by job xxx. The Volume name to
147   be used is also added to the "status dir" output.
148 - Lots of fixes with variable expansion and counter variables
149 - Implemented a new Include/Exclude syntax.
150 - While writing a tape, an end of file mark will be written
151   every 1Gb. This makes restores faster. If you want to
152   change this use "Maximum File Size" in the SD Device
153   resource.
154
155
156 Other Changes 1.32a Release:
157 - Fixed sparse file bug.
158 - A warning message is sent when a job starts that will be
159   blocked because the user did an "unmount".
160 - Block checksum errors if any are printed in the job report.
161 - Implemented a single routine to read_records. It also returns
162   a different record packet for each session.  This means
163   that multiple simultaneous jobs should work.
164 - Added SDConnectTimeout to FD.    
165 - Lots of doc enhancements
166 - Fixed a PurgeOldestVolume bug (VolStatus not returned)
167 - Don't crash if DB address record not specified.
168 - Return VolStatus on find_next_volume.
169 - Use alist for incexe name_list.
170 - Use bget_dirmsg() everywhere possible when talking to FD.
171 - Delete old semaphore job and workq job scheduling code.
172 - edit_run_codes in one place (/lib)  Add Job name
173 - Update query.sql to find current backups correctly.
174 - Correct ambiguous SQL statement for pruning.
175 - Set heartbeat interval to zero by default.
176 - Fix a possible race condition in stopping the 
177   heartbeat thread.
178 - Eliminate gnome2-console directory. Everything is in gnome-console
179 - Enhanced "packet too big" message to indicate who sent it.
180 - Corrected console prompt problem in non-readline versions.
181 - Correct a number of variable expansion problems.
182 - Added a number of new regression tests.
183 - In an attempt to make configuration a bit less confusing, I've changed
184   the name of a number of variables. The old ones still work, but will
185   be phased out over time. FDAddress, FDPassword, SDAddress SDPassword,
186   SDDeviceName, and DBPassword.
187 - A possible fix to the very intermittent SD crashes that Alex gets.
188               
189
190
191 Items to note:  !!!!!
192 - Modifiers (sec, min, hour, day, ...) are now required on conf file
193   time interval specifications.
194 - Duplicate names within the same conf resource are prohibited.
195 - If you have used a prior BETA version of 1.32, please do
196   the following to cleanup any zero length spool files:
197
198    cd <working-directory-as-in-Bacula-conf>
199    rm -f *.spool.*
200
201   Please be sure there are no spaces between the asterisks
202   and the periods.