]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Undo bug #1047 heap overrun fix as it is not correct.
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 2.2.8 
3
4   Bacula code: Total files = 498 Total lines = 167,596 (*.h *.c *.in)
5   82 new files, 41,221 new lines of code, 208,380 lines of change from 2.0.3
6
7 This Director and Storage daemon must be upgraded at the same time,
8 but they should be compatible with all 2.0.x File daemons, unless you
9 use some of the new features that affect the FD.  In other words, you should
10 not have to upgrade all your File daemons when you upgrade. There is
11 no database upgrade needed from version 2.0.x to 2.2.0.
12
13 Version 2.2.8 is a bug fix to version 2.2.7:
14 - It fixes bugs: 1036, 1033(doc), 1028, 1040, 1045(doc), 1030,
15   1042(partially), and possibly bugs 1018 and 1032.
16   Bugs 1018 and 1032 involve problems with multiple-drive autochangers,
17   and are difficult to reproduce.         
18   See the ChangeLog for more details.
19
20 Version 2.2.7 has several new features and several important bug fixes
21   since version 2.2.6:
22 - It fixes bugs: 1009, 1022, 1024, 1019, 1012, 1021, 1020
23   1007, 1008.  For more details, please see the technotes-2.1 file.
24 - Fixed a seg fault reported by Frank Sweetser that depended on
25   exact path lengths, but the problem was in bsnprintf.c
26 - Double quoting include filenames (@xxx) in Bacula conf files is now
27   possible, thanks to a patch by Michael Stapelberg.
28 - You can pipe input to include filenames (@|prog) by using a vertical
29   bar, thanks to the above patch.
30 - A daylight savings time bug in the Win32 bsmpt was fixed by a patch from 
31   Nerijus Baliunas.
32 - Marc Cousins submitted a patch that permits building the PostgreSQL
33   driver with version 8.3.
34 - The configure option --archivedir has been changed to --with-archivedir
35
36 Version 2.2.6 is a minor bug fix release to version 2.2.5
37 - It fixes bugs: #1003, 942, 982, 990(response only), 991,   
38   993, 986, 976.
39 - Fix bat crash wen it cannot connect to Director.
40 - Fix joblist failure bug in bat.
41
42 Version 2.2.5 is a major bug fix release to version 2.2.4 
43 - It fixes the following bugs: #961, 962, 963, 969, 968, 960,
44   964, (possibly 935 and 903), 953, 953, 967, 966, 965, 954, 
45   957, 908, 958, and 955.
46 - It also improves listing performance problems in bat pointed
47   out by Chris Howells.
48
49 Version 2.2.4 is a minor bug fix release to version 2.2.3
50 - Possible fix for authorization problems bug #953.
51 - Possible fix for bug #908.
52 - Add waits to multiple exit detection code to try to force pid
53   file to always be deleted.
54 - Restore good dev.tar.gz to rescue set appropriate binary property.
55   This fixes bug #950.
56 - Fix seg fault in error exit of acquire_for_read after unsuccessfully
57   trying to switch drives by checking for blocking before unblocking.
58   Fixes bug #906.
59 - Cancel storage daemon in all cases where FD reports error. This
60   should fix virtually all cases of bug #920 and will ensure that Devices
61   are released as soon as possible.
62 - Fix error message that was clobbered when Dir tells SD it does not
63   have write permission on Volume.  This should fix a minor point
64   in bug #942, but not the main problem.
65 - Fix migration code to get correct Volume name with multiple volumes 
66   by skipping |.  Fixes bug #936.
67 - Implement patch supplied by Landon to fix bug #944 where using
68   TLS with bconsole uses 99+% of the CPU.
69 - Fix bug #946 about "bacula-dir -t" which doesn't works
70   as expected.
71 - Using "m" in bconsole will show messages as in prior versions
72   and not memory usage.
73
74 - Note, you need GTK >= 2.10 to be able to link the Tray Monitor
75   program.
76
77 Version 2.2.3 is a critical bug fix release to version 2.2.2
78 - Fix bug #935, and possibly also bug #903 where files were not
79   restored. MediaId was not properly set in JobMedia record after 
80   a Volume change. This bug is known to affect all versions from 
81   2.0.0 on, and probably versions prior to that.  A detailed analysis
82   of the bug can be found at:
83     
84       http://www.bacula.org/downloads/bug-395.txt
85       
86 - Add ./configure search in qwt-qt4 for qwt package
87 - Apply Martin Simmons patch that should turn off the new API usage
88   when batch insert is turned off allowing building on older
89   PostgreSQLs.
90 - Note, you need GTK >= 2.10 to be able to link the Tray Monitor 
91   program.
92
93 Version 2.2.2 is a minor bug fix release to 2.2.1
94 - Detect if new PosgreSQL batch insert API is present.
95 - Correct incorrect mempool call causing Director crash on older
96   systems that do not have va_copy().
97 - Update spec files for 2.2.1 release
98
99 Version 2.2.1 is mainly a minor bug fix release to version 2.2.0,
100   the main changes since 2.2.0 are:
101 - Fixed bugs #921, 930, and 923.
102 - More portable timezone offset in bsmtp thaks to Attila Fülöp.
103 - Fix several bat issues.                           
104 - Use GTK+ calls instead of egg files in tray-monitor.
105 - Win32 service routines rewritten
106 - Updated projects file
107 Please see the ChangeLog for details.
108
109 Notes on 2.2.0 release follow:
110
111 Areas requiring caution or testing:
112 - You must have the thread safe version of MySQL client libraries loaded
113   to build with MySQL enabled.
114 - Volumes are pruned only when absolutely necessary -- this may cause
115   your database to grow compared to prior Bacula versions.
116 - Solaris door and even port files are no longer restored (equivalent
117     to what we do with sockets).
118 - SQLite is no longer supported for Solaris -- it fails too often with
119   bus errors.  SQLite3 should work on Solaris.
120 - The default setting for SQLite3 is now 'PRAGMA synchronous=OFF'.
121   This makes it run 30 times faster, but increases the possiblity
122   of a corrupted database if your server shuts down unexpectedly.
123   The default behavior can be changed in src/version.h
124 - Restore on Win32, and in particular on Vista is untested. Please
125   test before relying on it.  It should backup and restore reparse
126   points.
127 - Win32 servers are untested, and very likely not to work.
128
129 The major new features are:
130 - Much faster insertion of attributes (somewhere around 10 times),
131   many thanks to Eric Bollengier and Marc Cousin. 
132 - First release of bat (Bacula Administration Tool).  Note to build
133   bat you must explicitly enable it on the ./configure line, you
134   must have the Qt4 version 4.2 or later libraries loaded, the qwt
135   (Qt Graphics) package loaded, and qmake and the other Qt4 tools 
136   must be available. Most of the implementation was done by Dirk Bartley.
137 - Red/Black restore in memory tree (500 times faster loading).
138 - The Regex Where code to allow easier relocation of restored files 
139   thanks to Eric.
140 - Socket level heartbeat for all connections (untested).
141 - posix_fadvise() use in the FD to improve performance reduces
142   swapping due to opening/reading lots of files. Win32 equivalent
143   implemented.
144 - Much improved Volume reservation code that should eliminate most
145   conflicts experienced in multiple drive autochangers.
146 - Simpler locking in the SD in the reservation system.
147 - Detection of file size/date change during backup if enabled.
148 - New Recycle Pool feature -- thanks to Eric.
149 - Efficient implementation of very large include/exclude lists.
150 - Volumes are no longer pruned during 'status dir'
151 - Pruning is now more efficient, and if a Volume is purged,
152   during pruning, it is immediately discovered.
153 - License is now GPL v2 without modifications, fix a few copyright
154   mistakes made when adding FSFE copyright notice.
155
156 New ./configure options:
157 - --enable-bwx-console    
158 - --enable-bat
159 - --with-qwt=
160 - --with-db-name=
161 - --with-db-user=
162 - --enable-batch-insert
163
164 New bconsole commands:
165 - exec
166 - memory
167 - update recyclepool
168 - .sql
169 - .api
170 - .pwd (in restore tree)
171 - restoreclient (keyword)
172 - backupclient  (keyword)
173 - regexwhere    (keyword)
174 - update jobid  (new command)
175 - recyclepool   (keyword) 
176
177 New directives:
178 - Heartbeat Interval (bconsole.conf)
179 - Heartbeat Interval (bacula-dir.conf in Director, Client, Storage)
180 - TLS Allowed CN     (bacula-dir.conf in Client)
181 - Regex Where        (bacula-dir.conf in Job)
182 - Strip Prefix       (bacula-dir.conf in Job)
183 - Add Prefix         (bacula-dir.conf in Job)
184 - Add Suffex         (bacula-dir.conf in Job)
185 - Recycle Pool       (bacula-dir.conf in Pool)
186 - FailJobOnError     (bacula-dir.conf in RunScript)
187 - CheckFileChanges   (bacula-dir.conf in FileSet)
188 - StripPath          (bacula-dir.conf in FileSet)
189
190 Other features or bug fixes:
191 - Fixed bugs: 916, 910, 917, 914, 906, 907, 
192   842, 830, 893, 861, 888, 886, 807, 877, 872
193   885, 887, 864, 874, 882, 881, 863, 859, 
194   856, 854, 845, 847, 846, 809, 772, 
195   822, 825, 824, 808, 802, 797, 798, 795, 789, 791, 
196   788, 780, 763, 782, 612, 767, 775, 621, 772, 764, 
197   766, 621, 761, 755, 750, 741, 747, 742, 744, and 743.
198 - Configure bat with --enable-bat. Define qwt libraries with
199   --with-qwt=<dir>. See Installation chapter of manual for details.
200 - Create a depkgs-qt package that has both Qt4 and qwt, which are
201   needed to build bat. Most modern Linux systems will have both
202   these packages in the distro.
203 - Storage overrides delete all previous storage definitions instead
204   of prepending.
205 - One should be able to mount and unmount removable devices if the
206   Device resource has Removeable Media set and the mount and unmount
207   directives are defined.
208 - ./configure will do a better job of searching for qwt libraries.
209 - The Win32 version can no longer be shutdown from the tray monitor.
210   Use the command line or the Services panne.
211 - Keep prune_volumes() from pruning the whole Scratch pool.
212 - More debug output in status storage.
213 - Correct moving a Scratch volume from pool to pool (some
214   critical columns were lost).
215 - Different locking in reservations and despooling systems,
216   which means more micro-locking and less macro-locking, which
217   should give a lot more concurrency at the expense of slightly
218   (<0.1%) more overhead due to more locking/unlocking, but     
219   concurrent jobs should run much faster.
220 - Additional drive reservation algorithm that should solve a lot of
221   the problems experienced with multiple drive autochangers.
222 - Storage daemon status command enhanced to more clearly show Volume,
223   pool and media type when a job is waiting.
224 - Made bsmtp work with more strict SMTP servers.
225 - Detect doubly freed buffers in smartall.c
226 - wx-console renamed to bwx-console (Fedora request)
227 - gnome-console renamed to bgnome-console (Fedora request)
228 - Migration preserves original job's FileSetId
229 - Spooling implemented for migration jobs.
230 - Config files can be read through a pipe, by specifying a leading |
231   in front of the configuration path/filename.
232 - New memory command (bconsole) that will print the current Director's
233   memory usage, and an in use buffer dump.
234 - Console name changed from *Console* to -Console- to accomodate Win32
235   filename restrictions.  
236 - Corrected the Win32 ftruncate bug.
237 - Additional version information added to Job reports.
238 - New -8 option for bsmtp to specify UTF-8 encoding type.
239 - bsmtp will no longer add < > to target (from, to, cc) if there
240   is already a < in the target.
241 - Prefer Mounted Volumes extended to mean a volume that is being
242   mounted by another job.
243 - Runscript timing set to same as version 1.38.11
244 - New TLS Allowed CN directive(s) permitted.
245 - New bconsole 'exec' command to run external script/command.
246 - Turn on FreeBSD/OpenBSD code to set EOT model on tape.
247 - Drop from root done before database is opened.
248 - Database user and name can be configured with:
249   --with-db-name=name --with-db-user=user
250 - Turn on wait_for_drive in mtx-changer script.
251 - Rework how bar codes are handled in mtx-changer script.
252   This appears to have been an unreported bug.
253 - Updated nagios plugin supplied by Christian Masopust
254 - Better restricted console ACL checking.
255 - New Client Connect Wait directive in Storage daemon so that
256   users can configure how long SD waits for FD connection.
257 - Bacula will no longer permit pruning of the currently running
258   job (note, if other jobs are running, they may be pruned).
259 - Sockets are no longer restored.
260 - dbcheck works in 300K chunks so will typically run faster.
261 - Include/Exclude lists can now be efficiently handled for quite
262   large sizes -- tens of thousands of entries.
263 - Several memory leaks in migration and database usage were fixed.
264 - New console keyword restoreclient, which specifies the client to
265   which the restore will be sent. The client keyword specifies 
266   the backup client. The restoreclient keyword is optional if it is
267   not specified, the backup client will also be the restore client.
268 - The disk file size is now checked to ensure that it agrees with the
269   catalog value before Bacula will append to the disk (same as tape
270   and DVD).