]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/fr/news.txt
a431d982c24e473fba180ed820d337af58b1a0b0
[bacula/docs] / docs / home-page / fr / news.txt
1 Kern;;;26 July 2008;;10:30
2 Bacula version 2.4.2 Released
3 This is to inform you that we have released the source and Win32 binaries of 
4 Bacula version 2.4.2 to the Bacula Source Forge download area.
5
6  This is an important bug fix release since version 2.4.1.
7
8 Bugs Fixed:
9  1034, 1125, 1118, 1124, 1107, 1129, 1126
10
11 Change Summary:
12 26Jul08
13 - When a migration job actually runs, re-check the Job record
14   and skip if the job is already migrated. This should
15   significantly reduce the problems with bug #1129.
16 - Break the do_swapping into do_unload, do_swapping, and
17   do_load.  It is much more logical that way.
18 - Implement a set_dcr_from_vol subroutine in acquire.c for
19   reading volumes. This allows the dcr to be refreshed after being
20   zapped when the wrong volume is mounted. This should fix bug #1126 -
21 - During multiple tape restore, bacula
22   does not ask for physical tape change, but rereads same tape
23 - Apply patch submitted for bug #1107 with a small modification.
24   This fixes a bug where bcopy copied too many records.
25 - Make some tweaks to bsmtp based on patch submitted in bug #1124.
26   This fixes bug #1124.
27 - Make the default bat restore Pool be Any. This fixes bug #1118.
28 - Fix bug #1125 which reports a SD crash at the end of a tape
29   during restore. It was a debug statement that should not be
30   in a release.
31 - Fix #1034 by setting big timeout on mysql connections
32 - Do partial integration of the Win32 bat build created by Eric.
33 - Ensure that SD tried to mount a volume not in an autochanger
34   at least once before asking for operator intervention.
35 - Fix a pthreads bug in the Win32 pthreads emulation code affects only
36   version 2.5.x and above.
37
38
39 Kern;;;7 July 2008;;10:30
40 Bacula version 2.4.1 Released
41 This is to inform you that we have released the source and Win32 binaries of 
42 Bacula version 2.4.1 to the Bacula Source Forge download area.
43
44 Bugs Fixed:
45  1103, 1100, 1105, 1094, 1109, 1106, 1101, 1102, 1112
46  1117, 1116, 1097.
47
48 Change summary:
49 -  Clear in-use bit on vol when unused while swapping.
50 -  Remove sleep at end of ./bacula
51 -  Clear hash packet for hardlinked files correctly. This corrects
52    a long standing bug where hardlinked files selected individually
53    would occasionally not be restored.
54 -  Apply Eric's patch to ensure that autoprune does not return
55    a Volume not in the autochanger unless requested to do so.
56 -  Correct bat restore display of multiple drives. This fixes
57    bug #1117.
58 -  Do find_a_volume() each time an unload is done. This
59    fixes the failure of maxvol2-test.
60 -  Use Qmsg() in job.c watchdog callback.
61 -  Release main control rwlock if ABORTing.
62 -  Make watchdog connect timeout queue messages rather than sending
63    directly to avoid lock conflicts with the real thread.
64 -  Remove const char that causes problems with Python, which has
65    older 'incorrect' headers.
66 -  Add const char in dbd.c to avoid compiler warnings.
67 -  Fix mtx-changer to detect both versions of Ubuntu (Debian)
68    mt. This fixes bug #1116.
69 -  Fix failure of 2drive-concurrent-test. Always read label;
70    clear_unload() only after drive is defined in acquire_for_read().
71 -  Generally clean up the manual tape loading code. The main
72    conceptial change is that when a volume is marked to be unloaded,
73    its volume name is retained, and it is only marked as unloaded
74    when either the autoloader says it is unloaded or another tape
75    is read on that drive.
76 -  Fix a recycling problem with two autochangers reported in bug
77    #1106. This may also (unlikely) fix a second recycling bug as
78    reported in #1103.
79 -  Fix a SD lock volumes deadlock problem reported in bug #1100.
80 -  Fix format problem in bscan output reported in bug #1105.
81 -  Copy more data when restarting a job so that run
82    overrides are kept. This should fix bug #1094.
83 -  Backport updates to jobq.c where possible.
84 -  Fix bug where SD did not ask operator if the device could not
85    be opened. Reported by Eric.
86 -  Add dbuser to DIR conf file (replaces user).
87 -  Add --with-db-password to ./configure
88 -  Fix regress to handle db_password.
89 -  Fix a couple of pedantic compiler warnings.
90 -  Fix bug when starting a restore on a storage that doesn't
91    have the requested MediaType.
92 -  More work on word alignments -- eliminate all ints from
93    the configuration routines.
94 -  Fix bug reported by Scott Barninger where the bacula script
95    refers to scripts in the wrong directory. Needed to meet the
96    requirements of recent FHS location changes.
97 -  Fix word alignment problem on non-Intel 64 bit machines
98    such as Solaris.  This should fix bug #1097 -- bus error in SD.
99 -  Add missing win32/patches/wxWidgets.patch to 2.4 repository.
100
101
102
103
104 Kern;;;4 Jun 2008;;10:30
105 Bacula version 2.4.0 Released
106 This is to inform you that we have released the source and Win32 binaries of 
107 Bacula version 2.4.0 to the Bacula Source Forge download area.
108
109 This release consists mainly of a number of bug fixes since 2.2.x
110 but most importantly, a rewrite of significant portions of the
111 Storage daemon reservation and autochanger code. This rewritten
112 code is simpler, more stable, and works much better, particularly
113 with multiple drive autochangers than the prior code did.  That
114 said, there are still a number of issues to be resolved. Note,
115 the new code has not been tested in manual volume mount situations.
116
117 As usual, we strongly recommend when installing to keep the Director and the 
118 Storage daemon on the same version.  However, since this release only 
119 contains refactored code and bug fixes rather than new features, the clients 
120 (File daemons) should function perfectly with any 2.2.x version, and there is 
121 no database upgrade needed.
122
123 =====================================================
124                                                                      
125        Release Notes for Bacula 2.4.0
126
127   Bacula code: Total files = 500 Total lines = 188,654 (*.h *.c *.in)
128
129 This Director and Storage daemon must be upgraded at the same time,
130 but they should be compatible with all 2.0.x File daemons, unless you
131 use some of the new features that affect the FD.  In other words, you should
132 not have to upgrade all your File daemons when you upgrade. There is
133 no database upgrade needed from version 2.0.x to 2.2.0 nor from version
134 2.2.x to version 2.4.0
135
136 ==================   Warning !!!!!! ==========================
137 As of Version 2.4.0, the Win32 FD should not descend into
138 any reparse point directory or reparse mount points unless the
139 specified directory is explicitly mentioned at the top level of
140 FileSet (as with Unix). A file that is linked to another file will
141 be backed up, much like Unix hardlinked files.  If you want
142 reparse directories backed up, you must explicitly include them
143 in your FileSet.
144 ======================================================
145
146 This release consists mainly of a number of bug fixes since 2.2.x
147 but most importantly, a rewrite of significant portions of the
148 Storage daemon reservation and autochanger code. This rewritten
149 code is simpler, more stable, and works much better, particularly
150 with multiple drive autochangers than the prior code did.  That
151 said, there are still a number of issues to be resolved. Note,
152 the new code has not been tested in manual volume mount situations.
153
154 Bugs fixed:
155  1095, 1086, 1091, 1070, 1041, 1083, 1078, 1066, 1068, 1038
156  1062, 1065, 1046, 1047, 1031
157
158 New features:
159 - You can now build bat without the QWT libraries. Use
160   --without-qwt as a ./configure option.
161
162 Release Version 2.4.0
163 - Update version to 2.4.0 to reflect the magnitude of the SD changes.
164 - Make sure to clear JS_WaitMedia when operator mounts a Volume.
165   This fixes bug #1095.
166 - Add create_postgresql_database.sql to Win32 installer. Should
167   fix problem reported by Juilio Monteiro.
168 - Get correct slot when auto unloading a device. This fixes bug
169   #1086.
170 - Fix possible seg fault if SQL error.
171 - Fix renaming a Volume, which used the wrong Volume name.
172 - If operator has rewind tape, print warning, release tape and
173   try once more. If tape is positioned somewhere, something went
174   wrong, so mark the tape in error and try once more. Previously
175   this error was fatal, now it produces an error message.
176 - Ensure correct volume name displayed during restore
177 - Fix a few more Coverity reported problems.
178 - Fix #1091 about bad output in estimate command.
179 - Modify autochanger locking to attempt to avoid race
180   conditions.
181 - Make sure device not busy before doing label command.
182 - Display open() errors except when polling. Previously too
183   many were suppressed.  This should fix bug #1070.
184 - Fix Win32 reparse points. Bacula will not recurse into any
185   reparse point directory, including mount points, unless the
186   directory is explicitly mentioned at the top level (same as   
187  with Unix).  A file that is linked to another file will be
188   backed up -- much as Unix does for hardlinked files.
189   This fixes bug #1041.
190 - Remove StorageId test when pruning and recycling (Eric's changes).
191 - Fix buffer overruns detected by Coverity.
192 - Implement --without-qwt
193 - Fix layout of restore tree dialog
194 - Add configure bat QWT libraries, so that bat can be built
195   with or without the QWT libaries.
196 - Implement regression that explicitly tests swapping a Volume
197   from one drive to another.
198 - Enhance disk-changer to detect most error conditions.
199 - Fix SD code so that it properly swaps a Volume between drives.
200   This fixes bug #1083.
201 - Prevent a Volume that is being swapped from being freed from
202   the volume list. This will most likely fix, at least partially,
203   bug #1083.
204 - Fix strippath so that it does not get a buffer overrun and crash FD.
205   This fixes bug #1078.
206 - Make inability to change owner/group when creating a dir only a
207   warning rather than an error.
208 - Fix SQL query in migration code
209 - Fix bat seg fault at termination.
210 - Add Bacula generated version to bat about box.
211 - Backport development stream SD reservation system changes.
212 - When wrong volume is mounted during read, unload_autochanger.
213 - Stop searching for Volumes in SD askdir if DIR returns the
214   same volume name twice in a row.
215 - Rework class structures for VOLRES, DCR, and DEVICE to make
216   the method names a bit more logical, and for more logically
217   handling the responsibilities.
218 - Remove redundant code in terminating the scheduler that just
219   causes a seg fault in many cases.
220 - Improve algorithm for detecting pre-reserved volume and
221   swapping volumes.
222 - Prevent volume from being released while being swapped.
223 - Refactor parts of stored/mount.c
224 - Add sanity checks for VolWriteTime and VolReadTime
225 - Take care of bad clock changes while computing VolWriteTime
226   and VolReadTime. This should fix or limit #1066
227 - Correct error string numbers in dird/catreq.c
228 - Restructure reserving, acquiring, and mounting volumes. Calls to
229   autochanger are deferred for mount.c -- simplifes the code.
230 - Do not prune any running job. It just fails the job.
231 - Lock the volumes when changing dev->reserved_device and marking
232   the volume unused otherwise the device can get reserved by
233   another job before the volume is released, thus blocking it.
234 - Correct some SD catalog request error messages.
235 - Turn off code in read_record that causes a seg fault in the SD
236   when reading past an EOS_LABEL.
237 - Turn off unloading the autochanger in reserve.c as it just
238    causes problems.
239 - Lock volumes when unreserving a device.
240 - Do not mark volume unused when recycling.
241 - Fix bug #1068 fixes a SD crash when using Virtual autochanger.
242 - Generate correct JobMedia records during spooling/despooling when
243   running concurrent jobs.  Thanks to Tom Ivar Helbekkmo
244   <tih@hamartun.priv.no> for excellent analysis and testing.
245 - *Massive* commit of all fixes and back ports to create 2.2.9
246   Mostly SD reservations enhancements.
247 - Fix Win32 FD backup/restore memory leak due to improper termination
248   of BackupRead/Write. This fixes bug# 1038.
249 - Fixes a StorageId problem with volumes after migration.
250 - Implements autostart scripts for Debian
251 - Fix mtx-changer.in for broken Debian mt program.
252 - Apply doc fix from bug #1062.
253 - Resolve crash and improper restore wx-console Win32 restore
254   GUI. Fixes bug #1065.
255 - Update Win32 wxWidgets to latest version.
256 - Attempt to do correct handling of Win32 mount points. Should
257   fix bug #1046.
258 - Add const to AIX prototype for initgroups()
259 - Fix to the JobMedia patch, which introduced a new problem.
260 - Fix creating first JobMedia record during Migration to include
261   proper index. This caused slow restores of migrated jobs.
262 - Fix bug #1047, do not strip paths on symbolic links.
263 - Set catalog backup database and user name from values specified on
264   the ./configure line.
265 - Apply patch to correct bug #1031, about wrong pool source information
266   in job report.
267 ;;;;
268
269 Kern;;;27 Jan 2008;;10:30
270 Bacula version 2.2.8 Released
271 Bacula version 2.2.8 source tar files as well as the Win32
272 binaries are available in the bacula and Win32 release areas 
273 of Source Forge. I have hidden the previous BETA release
274
275 Version 2.2.8 is a bug fix to version 2.2.7 and has a few
276   additional bugs fixed than the BETA 2.2.8 version previously
277   released:
278 - It fixes bugs: 1036, 1033(doc), 1028, 1040, 1045(doc), 1030,
279   1042(partially), and possibly bugs 1018 and 1032.
280   Bugs 1018 and 1032 involve problems with multiple-drive autochangers,
281   and are difficult to reproduce.         
282   See the ChangeLog for more details.
283   Note, if you previously loaded version 2.2.8 BETA, you will probably
284   want to upgrade, but it is not urgent ...
285 ;;;
286
287
288 Kern;;;9 Jan 2008;;20:30
289 Bacula version BETA 2.2.8 Released
290 Bacula version 2.2.8 source tar files as well as the Win32
291 binaries are available in the bacula-beta and
292 Win32-beta release areas of Source Forge
293
294 Version BETA 2.2.8 is a bug fix to version 2.2.7:
295 - It fixes bugs: 1036, 1033(doc), 1028, and possibly 1018 and 1032.
296   Bugs 1018 and 1032 involve problems with multiple-drive autochangers.
297 ;;;
298
299 Kern;;;24 Dec 2007;;20:30
300 Bacula version 2.2.7 Released
301 Bacula version 2.2.7 source tar files as well as the Win32
302 binaries are available in the Bacula release area of Source Forge
303
304 Version 2.2.7 has several new features and several important bug fixes
305   since version 2.2.6:
306 - It fixes bugs: 1009, 1022, 1024, 1019, 1012, 1021, 1020
307   1007, 1008.  For more details, please see the technotes-2.1 file.
308 - Fixed a seg fault reported by Frank Sweetser that depended on
309   exact path lengths, but the problem was in bsnprintf.c
310 - Double quoting include filenames (@xxx) in Bacula conf files is now
311   possible, thanks to a patch by Michael Stapelberg.
312 - You can pipe input to include filenames (@|prog) by using a vertical
313   bar, thanks to the above patch.
314 - A daylight savings time bug in the Win32 bsmpt was fixed by a patch from
315   Nerijus Baliunas.
316 - Marc Cousins submitted a patch that permits building the PostgreSQL
317   driver with version 8.3.
318 - The configure option --archivedir has been changed to --with-archivedir
319 ;;;
320 Kern;;;9 Nov 2007;;15:25
321 Bacula version 2.2.6 Released
322 Bacula version 2.2.6 source tar files as well as the Win32
323 binaries are available in the Bacula release area of Source Forge.
324
325 This release is a minor fix upgrade to version 2.2.5,
326 and we recommend that all users upgrade when they can.
327
328 Version 2.2.6 is a minor bug fix realease to version 2.2.5
329 - It fixes bugs: #1003, 942, 982, 990(response only), 991,
330   993, 986, 976.
331   - Fix bat crash wen it cannot connect to Director.
332   - Fix joblist failure bug in bat.
333 ;;;
334 Kern;;;9 Oct 2007;;15:25
335 Bacula version 2.2.5 Released
336 Despite the fact that the Release Notes are rather short, the bug
337 fixes represent quite a lot of work:
338
339 Version 2.2.5 is a major bug fix release to version 2.2.4
340 - It fixes the following bugs: #961, 962, 963, 969, 968, 960,
341   964, (possibly 935 and 903), 953, 953, 967, 966, 965, 954,
342   957, 908, 958, and 955.
343 - It also improves listing performance problems in bat pointed
344   out by Chris Howells.
345 ;;;
346 Kern;;;29 Sept 2007;;20:30
347 A serious data loss bug in Bacula version 2.2.4 found and fixed
348
349 This bug was very elusive and time consuming to track down.  It
350 turned out to be a race condition that can lose the last one or
351 two blocks of a Job, which can happen in rare cases only when
352 running multiple simultaneous jobs when a volume fills and one
353 Job finishes receiving the last data from the FD and at the same
354 time a second job detects the end of the Volume.  The bug was
355 introduced in version 2.0.0 and did not exist in version 1.38.x.
356 If the bug is triggered, the data is lost (not written to the
357 Volume), and it can occur for any backup job of any level under
358 the conditions noted above.
359
360 The bug is reported in the bugs database as bug #964, and just
361 this morning I found and tested a fix, which is attached as a patch
362 to the bug report.  The patch (2.2.4-lost-block.patch) is also
363 uploaded to the bacula-patches 2.2.x release area.  This bug may
364 also be part of the problems reported in bug #935 and possibly
365 #903.
366
367 Also in the bacula-patches 2.2.x area, you will find other
368 patches that fixes bugs #953, 966, 967, 965, 958, 908, and
369 955. Please refer to bugs.bacula.org for the details.
370
371 Though this bug quite serious (data loss), it should be rare.
372 However, we recommend everyone to apply the patch.
373 ;;;
374 Kern;;;2007/9/14;;;14:30 
375 Bacula version 2.2.4 Released 
376
377 This version of Bacula is a minor bug release to version 2.2.3.
378 It contains the following fixes:
379
380 - Possible fix for authorization problems bug #953.
381 - Possible fix for bug #908.
382 - Add waits to multiple exit detection code to try to force pid
383   file to always be deleted.
384 - Restore good dev.tar.gz to rescue set appropriate binary property.
385   This fixes bug #950.
386 - Fix seg fault in error exit of acquire_for_read after unsuccessfully
387   trying to switch drives by checking for blocking before unblocking.
388   Fixes bug #906.
389 - Cancel storage daemon in all cases where FD reports error. This
390   should fix virtually all cases of bug #920 and will ensure that Devices
391   are released as soon as possible.
392 - Fix error message that was clobbered when Dir tells SD it does not
393   have write permission on Volume.  This should fix a minor point
394   in bug #942, but not the main problem.
395 - Fix migration code to get correct Volume name with multiple volumes 
396   by skipping |.  Fixes bug #936.
397 - Implement patch supplied by Landon to fix bug #944 where using
398   TLS with bconsole uses 99+% of the CPU.
399 - Fix bug #946 about "bacula-dir -t" which doesn't works
400   as expected.
401 - Using "m" in bconsole will show messages as in prior versions
402   and not memory usage.
403
404 - Note, you need GTK >= 2.10 to be able to link the Tray Monitor
405   program.
406 ;;;
407 Kern;;;2007/9/9;;;14:30
408 I regret to announce that there is a rather serious bug in Bacula.
409
410 Bacula bug #935 reports that during a restore, a large number of files are 
411 missing and thus not restored.  This is really quite surprising because we 
412 have a fairly extensive regression test suite that explicitly tests for this 
413 kind of problem many times.
414
415 Despite our testing, there is indeed a bug in Bacula that has the following 
416 characteristics:
417
418 1. It happens only when multiple simultaneous Jobs are run (regardless of
419 whether or not data spooling is enabled), and happens only when the
420 Storage daemon is changing from one Volume to another  -- i.e. the
421 backups span multiple volumes, and it only happens for Jobs writing
422 to the same volume.
423
424 2. It has only been observed on disk based backup, but not on tape.
425
426 3. Under the right circumstances (timing), it could and probably does happen
427 on tape backups.
428
429 4. It seems to be timing dependent, and requires multiple clients to
430 reproduce, although under the right circumstances, it should be reproducible
431 with a single client doing multiple simultaneous backups.
432
433 5. Analysis indicates that it happens most often when the clients are slow
434 (e.g. doing Incremental backups).
435
436 6. It has been verified to exist in versions 2.0.x and 2.2.x.
437
438 7. It should also be in version 1.38, but could not be reproduced in testing,
439 perhaps due to timing considerations or the fact that the test FD daemons
440 were version 2.2.2.
441
442 8. The data is correctly stored on the Volume, but incorrect index (JobMedia)
443 records are stored in the database.  (the JobMedia record generated during
444 the Volume change contains the index of the new Volume rather than the
445 previous Volume).  This will be described in more detail below.
446
447 9. You can prevent the problem from occurring by either turning off multiple
448 simultaneous Jobs or by ensuring that while running multiple simultaneous
449 Jobs that those Jobs do not span Volumes.  E.g. you could manually mark
450 Volumes as full when they are sufficiently large.
451
452 10. If you are not running multiple simultaneous Jobs, you will not be
453 affected by this bug.
454
455 11. If you are running multiple simultaneous Jobs to tapes, I believe there is
456 a reasonable probability that this problem could show up when Jobs are split
457 across tapes.
458
459 12. If you are running multiple simultaneous Jobs to disks, I believe there is
460 a high probability that this problem will show up when Jobs are split across
461 disks Volumes.
462
463 13. The bug concerns only the Storage daemon so there is no need to update
464 the clients, though I do recommend updating the Director when installing
465 an updated Storage daemon.
466
467 I have uploaded patches to bug #935 (bugs.bacula.org) that will correct
468 version 2.2.0, 2.2.1, and 2.2.2.  The patch has been tested only on version
469 2.2.2 and passes all regression tests as well as the specific test that
470 reproduced the problem. 
471
472 The patch has now been confirmed to fix the problem reported, and Bacula
473 version 2.2.3 has been released to Source Forge.
474
475 For the technical details of the bug, please see: 
476
477   http://www.bacula.org/downloads/bug-935.txt
478
479 ;;;
480
481 Kern;;;2007/8/11;;;14:30
482
483 Bacula Version 2.2.0 has been released to Source Forge.         
484
485           Release Notes for Bacula 2.2.0 
486
487   Bacula code: Total files = 520 Total lines = 195,550 (*.h *.c *.in)
488   82 new files, 41,221 new lines of code, 208,380 lines of change from 2.0.3
489
490 This Director and Storage daemon must be upgraded at the same time,
491 but they should be compatible with all 2.0.x File daemons, unless you
492 use some of the new features that affect the FD.  In other words, you should
493 not have to upgrade all your File daemons when you upgrade. There is
494 no database upgrade needed from version 2.0.x to 2.2.0.
495
496 Areas requiring caution or testing:
497 - You must have the thread safe version of MySQL client libraries loaded
498   to build with MySQL enabled.
499 - Volumes are pruned only when absolutely necessary -- this may cause
500   your database to grow compared to prior Bacula versions.
501 - Solaris door and even port files are no longer restored (equivalent
502     to what we do with sockets).
503 - SQLite is no longer supported for Solaris -- it fails too often with
504   bus errors.  SQLite3 should work on Solaris.
505 - The default setting for SQLite3 is now 'PRAGMA synchronous=OFF'.
506   This makes it run 30 times faster, but increases the possiblity
507   of a corrupted database if your server shuts down unexpectedly.
508   The default behavior can be changed in src/version.h
509 - Restore on Win32, and in particular on Vista is untested. Please
510   test before relying on it.  It should backup and restore reparse
511   points.
512 - Win32 servers are untested, and very likely not to work.
513
514 The major new features are:
515 - Much faster insertion of attributes (somewhere around 10 times),
516   many thanks to Eric Bollengier and Marc Cousin. 
517 - First release of bat (Bacula Administration Tool).  Note to build
518   bat you must explicitly enable it on the ./configure line, you
519   must have the Qt4 version 4.2 or later libraries loaded, the qwt
520   (Qt Graphics) package loaded, and qmake and the other Qt4 tools 
521   must be available. Most of the implementation was done by Dirk Bartley.
522 - Red/Black restore in memory tree (500 times faster loading).
523 - The Regex Where code to allow easier relocation of restored files 
524   thanks to Eric.
525 - Socket level heartbeat for all connections (untested).
526 - posix_fadvise() use in the FD to improve performance reduces
527   swapping due to opening/reading lots of files. Win32 equivalent
528   implemented.
529 - Much improved Volume reservation code that should eliminate most
530   conflicts experienced in multiple drive autochangers.
531 - Simpler locking in the SD in the reservation system.
532 - Detection of file size/date change during backup if enabled.
533 - New Recycle Pool feature -- thanks to Eric.
534 - Efficient implementation of very large include/exclude lists.
535 - Volumes are no longer pruned during 'status dir'
536 - Pruning is now more efficient, and if a Volume is purged,
537   during pruning, it is immediately discovered.
538 - License is now GPL v2 without modifications, fix a few copyright
539   mistakes made when adding FSFE copyright notice.
540
541 New ./configure options:
542 - --enable-bwx-console    
543 - --enable-bat
544 - --with-qwt=
545 - --with-db-name=
546 - --with-db-user=
547 - --enable-batch-insert
548
549 New bconsole commands:
550 - exec
551 - memory
552 - update recyclepool
553 - .sql
554 - .api
555 - .pwd (in restore tree)
556 - restoreclient (keyword)
557 - backupclient  (keyword)
558 - regexwhere    (keyword)
559 - update jobid  (new command)
560 - recyclepool   (keyword) 
561
562 New directives:
563 - Heartbeat Interval (bconsole.conf)
564 - Heartbeat Interval (bacula-dir.conf in Director, Client, Storage)
565 - TLS Allowed CN     (bacula-dir.conf in Client)
566 - Regex Where        (bacula-dir.conf in Job)
567 - Strip Prefix       (bacula-dir.conf in Job)
568 - Add Prefix         (bacula-dir.conf in Job)
569 - Add Suffex         (bacula-dir.conf in Job)
570 - Recycle Pool       (bacula-dir.conf in Pool)
571 - FailJobOnError     (bacula-dir.conf in RunScript)
572 - CheckFileChanges   (bacula-dir.conf in FileSet)
573 - StripPath          (bacula-dir.conf in FileSet)
574
575 Other features or bug fixes:
576 - Fixed bugs: 916, 910, 917, 914, 906, 907, 
577   842, 830, 893, 861, 888, 886, 807, 877, 872
578   885, 887, 864, 874, 882, 881, 863, 859, 
579   856, 854, 845, 847, 846, 809, 772, 
580   822, 825, 824, 808, 802, 797, 798, 795, 789, 791, 
581   788, 780, 763, 782, 612, 767, 775, 621, 772, 764, 
582   766, 621, 761, 755, 750, 741, 747, 742, 744, and 743.
583 - Configure bat with --enable-bat. Define qwt libraries with
584   --with-qwt=<dir>. See Installation chapter of manual for details.
585 - Create a depkgs-qt package that has both Qt4 and qwt, which are
586   needed to build bat. Most modern Linux systems will have both
587   these packages in the distro.
588 - Storage overrides delete all previous storage definitions instead
589   of prepending.
590 - One should be able to mount and unmount removable devices if the
591   Device resource has Removeable Media set and the mount and unmount
592   directives are defined.
593 - ./configure will do a better job of searching for qwt libraries.
594 - The Win32 version can no longer be shutdown from the tray monitor.
595   Use the command line or the Services panne.
596 - Keep prune_volumes() from pruning the whole Scratch pool.
597 - More debug output in status storage.
598 - Correct moving a Scratch volume from pool to pool (some
599   critical columns were lost).
600 - Different locking in reservations and despooling systems,
601   which means more micro-locking and less macro-locking, which
602   should give a lot more concurrency at the expense of slightly
603   (<0.1%) more overhead due to more locking/unlocking, but     
604   concurrent jobs should run much faster.
605 - Additional drive reservation algorithm that should solve a lot of
606   the problems experienced with multiple drive autochangers.
607 - Storage daemon status command enhanced to more clearly show Volume,
608   pool and media type when a job is waiting.
609 - Made bsmtp work with more strict SMTP servers.
610 - Detect doubly freed buffers in smartall.c
611 - wx-console renamed to bwx-console (Fedora request)
612 - gnome-console renamed to bgnome-console (Fedora request)
613 - Migration preserves original job's FileSetId
614 - Spooling implemented for migration jobs.
615 - Config files can be read through a pipe, by specifying a leading |
616   in front of the configuration path/filename.
617 - New memory command (bconsole) that will print the current Director's
618   memory usage, and an in use buffer dump.
619 - Console name changed from *Console* to -Console- to accomodate Win32
620   filename restrictions.  
621 - Corrected the Win32 ftruncate bug.
622 - Additional version information added to Job reports.
623 - New -8 option for bsmtp to specify UTF-8 encoding type.
624 - bsmtp will no longer add < > to target (from, to, cc) if there
625   is already a < in the target.
626 - Prefer Mounted Volumes extended to mean a volume that is being
627   mounted by another job.
628 - Runscript timing set to same as version 1.38.11
629 - New TLS Allowed CN directive(s) permitted.
630 - New bconsole 'exec' command to run external script/command.
631 - Turn on FreeBSD/OpenBSD code to set EOT model on tape.
632 - Drop from root done before database is opened.
633 - Database user and name can be configured with:
634   --with-db-name=name --with-db-user=user
635 - Turn on wait_for_drive in mtx-changer script.
636 - Rework how bar codes are handled in mtx-changer script.
637   This appears to have been an unreported bug.
638 - Updated nagios plugin supplied by Christian Masopust
639 - Better restricted console ACL checking.
640 - New Client Connect Wait directive in Storage daemon so that
641   users can configure how long SD waits for FD connection.
642 - Bacula will no longer permit pruning of the currently running
643   job (note, if other jobs are running, they may be pruned).
644 - Sockets are no longer restored.
645 - dbcheck works in 300K chunks so will typically run faster.
646 - Include/Exclude lists can now be efficiently handled for quite
647   large sizes -- tens of thousands of entries.
648 - Several memory leaks in migration and database usage were fixed.
649 - New console keyword restoreclient, which specifies the client to
650   which the restore will be sent. The client keyword specifies 
651   the backup client. The restoreclient keyword is optional if it is
652   not specified, the backup client will also be the restore client.
653 - The disk file size is now checked to ensure that it agrees with the
654   catalog value before Bacula will append to the disk (same as tape
655   and DVD).
656
657 ;;;
658
659 Kern;;;2007/3/6;;;14:30
660
661 Bacula Version 2.0.3 has been released to Source Forge.
662 This is a bug fix release to version 2.0.2.  If you are upgrading from
663 a version older than 2.0.0, please be sure to read the important notes
664 below.
665
666 Also, please check the patches directory in the current SVN or the
667 patches release section on Source Forge for important bug fixes to   
668 this version.
669
670 5Mar07
671 kes  File migrate bug with Pool Occupancy using mediaid instead
672      of jobids.  Fixes bug #795.
673 kes  Fix orphaned buffers in filed backup and verify due to
674      crypto buffers not freed during errors.  Fixes bug #789.
675 04Mar07
676 kes  Add smartctl call to bacula-sd.conf as an example of getting
677      tape alert info.
678 02Mar07
679 kes  Add Client Connect Wait to Storage daemon to permit users to
680      modify the time the SD waits for a FD connection.
681 28Feb07 
682 kes  Apply Command ACL filter to JobId list in restore command.
683 kes  Correct typeo in var.c patch.
684 27Feb07
685 kes  Don't let Bacula prune File or Job records for the current Job.
686 kes  Fix variable substitution pad + inc bug reported (with patch)
687      in bug #791.
688 26Feb07
689 kes  Correct SQLite log table index as reported by Luca Berra.
690 24Feb07
691 ebl  Fix FIFO stuff, bacula tries to rewind the FIFO... Thanks to Andreas
692 22Feb07
693 kes  Fix a few places in lib/message.c where the open fd may
694      not be zeroed.
695 21Feb07
696 kes  Add LANG=C to autoconf/randpass so it works with languages other
697      than English.  Fixes bug #788.
698 20Feb07
699 ebl  Revert ClientRunBeforeJob as it was in 1.38.x
700      This fixes bug #780
701      You will not be able to generate Include/Exclude list any more.
702      If you want to use this, you can apply 
703      trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
704 19Feb07
705 kes  Restore of sockets created false error messages because Bacula
706      no longer restores sockets, but the code was still trying to
707      set the attributes on a non-existent file. Reported by a user.
708 16Feb07
709 kes  Fix encryption deblocking bug, which caused some restored files
710      to be truncated. This fixes bug #763. This is a CRITICAL bug fix.
711 kes  Add FD event sequence order prepared by Eric -- for RunScripts.
712 kes  Fix 12am/pm bug as reported in bug #782.
713 15Feb07
714 kes  Add quick disconnect FD code from 2.1.4 to 2.0.3.  This code
715      causes the SD to release the FD as soon as the FD has sent
716      all the data to the SD. After that the SD will do any final
717      despooling (data and attributes) that are necessary. This
718      allows laptops to disconnect much quicker from the network 
719      after a backup.
720 13Feb07
721 kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
722 11Feb07
723 kes  Optimize the use of the database a bit in the Status dir command.
724      Only open it when needed, ensure that if any previous database
725      was opened, it is closed.
726 10Feb07
727 kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
728      and File records in 300K chunks to be more efficient. This
729      idea came from Juan Luis Frances (if I remember right).
730 09Feb07
731 kes  Update projects list.
732 08Feb07
733 kes  Fix dird/ua_cmds.c so that a cancel command checks if the
734      console is authorized to cancel the job.  This fixes bug 
735      #767.
736 kes  Modify SD so that the VolCatJobs medium record is updated
737      at the beginning of a Job rather than the end.  This
738      fixes bug #775 where exceeding MaxVolJobs caused jobs
739      to fail.
740 kes  Added a mutex around getting and setting Volume information
741      so that multiple simultaneous jobs will single thread.
742 07Feb07
743      Switch to using Subversion
744 kes  Remove src/pygtk-console/ from configure
745 06Feb07
746 kes  Delete src/lib/btree.c from win32 build, then add rblist.c
747      plus the entrypoints.
748 kes  Apply patch supplied that corrects debug print
749      in canceling jobs for max run time.  Supplied as
750      part of bug #621, which was previously fixed.
751 05Feb07
752 kes  Test on job_canceled() and sd_msg_thread_done inside
753      loop starting the message thread to avoid a race condition.
754      Fixes bug #771.
755 kes  Remove rl_catch_signal from console.c as it conflicted
756      with the header definition. Fixes bug #765.
757 ebl  Fixes bug #766 about RunsOnClient = Yes (case sensitive)
758 04Feb07
759 kes  Clarify some stored/acquire messages to indicate if the
760      problem is with read or append.
761 02Feb07
762 kes  Fix memory leak with storage ids in cats/sql_get.c
763 kes  Terminate watchdog earlier to avoid reference to released
764      memory -- reported by Jason Austin.
765 kes  Move closing the database from jobq.c to the director daemon
766      termination routine. This fixes memory leaks for shadow jobs
767      (i.e. migration jobs).
768 kes  Free up the unique jobid chain items in migrate.c.  This fixes
769      a memory leak problem.
770 kes  Convert some ugly looking for statements to use foreach_alist
771      in findlib/find.c.  This will facilitate converting the structures
772      to use dlist (for large include/exclude lists).
773 kes  Fix a bug in the btree.c and btree.h routines, then rename them
774      rblist and add them to be built in src/lib.  Include some new
775      methods written by Rudolf Cejka that make the code more readable
776      (hides some of the ugly casting).
777 26Jan07 (back port)
778 kes  Implement item #12 on project list -- quick release of FD by
779      the SD. This is noted in more detail above.
780
781 ;;;
782
783 Kern;;;2007/1/28;;;14:30
784
785 Bacula Version 2.0.2 released:
786 28Jan08
787 kes  Fix maxruntime bug #621.
788 27Jan07
789 kes  Get current main CVS .specs for RedHat, SuSE, Mandrake.
790 26Jan07
791 ebl  Implement the include JobID in spool file name project.
792 kes  Reorder projects file in order determined by Jan 2007 vote.
793 kes  Fix open of SQLite3 db where user does not have write permission
794      so that DIR does not crash. Fixes bug #761.
795 25Jan07
796 kes  Change 'Device not configured to autolabel' from INFO
797      to WARNING.
798 kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0
799      which should restart an indefinite # of times.
800 kes  Fix configure --help to print --with-mysql[=DIR]. Same for
801      other DIR specifications.
802 23Jan07
803 rn   Fix msvc build problems. Fix bacula.dll exports for msvc build.
804      Fix path quoting in SQLite scripts.
805      Fix problems with SHGetFolderPath.
806 19Jan07
807 kes  Create patches/2.0.1-restart.patch. Fixes bug #755.
808 18Jan07
809 kes  Fix Job restart on error bug that promotes an Inc to a Full
810      backup.  This should fix bug #755.
811 kes  Add qt-console and first cut of code.
812
813 ;;;
814
815 Kern;;;2007/1/13;;;14:30
816
817 Bacula Version 2.0.1 has been released to Source Forge.
818 This is bug fix update to version 2.0.0 and contains
819 the following fixes:
820
821 -    Fix Bacula->Documentation link on Win32 to point to index.html
822      instead of bacula.html. Fixed bug #750.
823 -    Return JobId in db_get_job_record() when JobId==0. This should
824      fix bug #741.
825 -    Do not release source pointers when restarting a failed job.
826 -    Add dynamic dll entry point for SHGetFolderPath to Win32 code.
827      This *should* fix bug #747.
828 -    Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
829      bug #742.
830 -    Modify USTORE constructor to set an empty store_source string, 
831      and don't copy the store_source string in a cancel.  Hopefully
832      this will fix Arno's seg fault, bug #744.
833 -    Add back code to disable conio in configure. Fixes bug #743.
834 -    Correct the Options scanner in the FD to correctly handle  
835      SHA1 option, which was eating the next option.  Reported by    
836      Sebastien Guilbaud.
837 -    Add code to indicate when the SD is spooling, spool wait, and 
838      despooling as requested by Alan Brown.
839
840 ;;;
841
842 Kern;;;2007/1/4;;;14:30
843
844 Bacula Version 2.0.0 has been released to Source Forge.
845
846 There is an English Press Kit, written by Dan Langille at:
847    
848    http://www.bacula.org/about/press/presskit200.html.en
849
850 and a German version, translated by Arno Lehmann at:
851
852    http://www.bacula.org/about/press/presskit200.html.de
853
854 ;;;
855    
856 Kern;;;2007/1/4;;;14:31
857
858           Release Notes for Bacula 2.0.0
859
860   Bacula code: Total files = 438 Total lines = 154,329 (*.h *.c *.in)
861
862 ==== IMPORTANT Catalog update required =====
863 - The database format has been updated from what was used in    
864   Bacula 1.38.x.  You must manually update your database before 
865   running Bacula 1.39.x or higher.  If you are using Bacula supplied
866   RPMs this is not necessary as the RPM does it automatically.
867   Please backup your previous version of the database before
868   running the update.  The update script will be automatically
869   installed in your scripts directory, or can also be found in
870   <bacula-source>/src/cats.  It is called:
871
872      ./update_bacula_tables
873
874   It is necessary to run it only once the first time you move to
875   a 2.0.0.  Upgrading the Bacula version thereafter does not
876   require updating the database again.  Depending on the size of
877   your database the script make take a bit of time, to run, but
878   in general, it should be very fast.
879
880 ==== IMPORTANT new Win32 install procedure =====
881   For Win32 migrations from versions prior to 1.39.0 nothing special
882   needs to be done to upgrade.  Everything should be taken care of
883   automatically.  The only thing not done is to delete the old C:\bacula
884   directory mostly out of paranoia.
885
886 ==== IMPORTANT miscellaneous ====
887 - The Gnome console program (gconsole) no longer functions as it
888   should.More importantly, in restore mode, the restore tree is
889   no longer shown in the left pane.  I suspect this is due to
890   incompatible changes in the GTK+ API, and hence have given up
891   on gnome and gtk+, as this has already happened several times
892   previously.  At some point there will be a new GUI console.
893 - The bacula-dir.conf directive Accept Any Volume has been
894   removed because it was never implemented. You must delete all
895   occurrence of this directive for the Director to run. The Storage
896   daemon will automatically accept any valid Volume that you mount.
897 - The --mandir ./configure option now points to the top level man
898   directory.  The man files will be installed under mandir/man8 and
899   mandir/man1 as appropriate.
900 - You *should* be able to use 1.38.x FDs with version 2.0.0 Director
901   and SD providing you do not use any of the new features (runscript,   
902   data encryption). It seems to work here, but we do not guarantee it.
903 - Your Director and SD must be simultaneously upgraded.
904 - The restore command no longer uses the MediaType as the primary method
905   of finding a suitable Storage device. Normally it will select the last
906   device used to write a Volume. If no storage device is defined, it
907   will use the old algorithm which selects the first Storage resource  
908   with the correct MediaType.
909 - The MD5/SHA1 hash codes kept in the database are now kept in a binary
910   format compatible with the rest of the world. If you are running verify 
911   jobs, you *must* do an InitCatalog or all files will show an MD5   
912   difference.  Also, authentication uses the new algorithm by
913   default, but *should* accept connections from older components (FD) using
914   the old non-compatible algorithm. This has been tested, but more
915   more testing is still needed.  
916 - A stock SuSE 10.1 kernel may crash when Bacula runs and accesses
917   the tape drive. Workaround, load the SuSE 10.1 version 2.6.16.21-0.25
918   kernel or later. The SuSE 10.2 Alpha 5 or later kernel also works.
919   This problem may also be present in certain Fedora FC5 kernels.
920 - If you have been using the data encryption feature of 1.39.x, please
921   be aware that certain combinations of encryption and other options
922   with version 1.39.0 through 1.39.26 created Volume data that cannot
923   be restored. We strongly recommend that anyone using encryption 
924   carefully review his/her backups and at a minium do a Full backup
925   with 1.39.28 of all encrypted data.  Robert Nelson has identified 
926   and fixed it as follows:
927      As of 1.39.27:
928         No filters = Works fine
929         Sparse = Works fine
930         Compression = Works fine
931         Encryption = Works fine
932         Sparse + Compression = Works fine
933
934         Sparse + Encryption = Restore broken
935         Sparse + Compression + Encryption = Restore broken
936         Compression + Encryption = Restore broken
937
938      As of 1.39.28:
939         Most combinations work, but some encrypted files are
940         not properly restored.
941
942      As of 1.39.30:
943         All combinations work fine except Sparse+Encryption.
944
945   Bottom line, if you are using data encryption, please test restoring
946   data to be sure it all works correctly.
947 - The current Volume format written by 1.39.22 is different from
948   the format written by previous versions. The two formats
949   are not compatible. Thus any DVDs written prior to 1.39.22 will
950   be unreadable by version 1.39.22.
951 - If you previously run a Bacula version prior to 1.39.30, the JobMedia
952   data may not be correct for disk Volumes. This can cause incorrect
953   seeking in versions after 1.39.30. If you experience what appears to
954   be data I/O or integrity errors during restores, please add the
955   following directive to your disk DEVICE resource in the Storage
956   daemon conf file:
957
958     Block Positioning = no
959
960   This will turn off all seek requests during restores and avoid
961   this problem.
962 - VSS for Windows clients is now enabled by default.
963 - Do not unload autochanger when doing "update slots"
964 - Implement mount command for autochanger, see manual.
965
966 New Features in 2.0.0:
967 - Turn on disk seek code for restores.
968 - There is a partial but reasonable translation of the Bacula
969   messages for French.  To install it, first configure and build
970   Bacula, then as root run:
971
972     cd <bacula-source>/po
973     make install
974
975   If you have your locale set properly you will get the translated
976   messages.
977 - Bacula now support Migration jobs that are documented in a new
978   Migration chapter in the manual
979   http://www.bacula.org/dev-manual/Migration.html
980 - Data encryption is now implemented and is documented in
981   a new chapter of the manual at:
982   http://www.bacula.org/dev-manual/Bacula_Data_Encryption.html
983 - Additional support for removable devices.  See the 
984   Requires Mount, Mount Point, Mount Command, and Unmount
985   Commands in the Storage daemon configuration chapter:
986   http://www.bacula.org/dev-manual/Storage_Daemon_Configuratio.html
987   Also see the Edit Codes for Mount and Unmount Directives in the
988   same chapter.
989 - Switch the Win32 build from using Microsoft C++ to using mingw32
990   cross-compiling.  The initial work was done by Howard Thomson,
991   then tweaked by me.  Robert Nelson then totally reworked the
992   cross-compiling code so that it not only cross-compiles, but
993   also compiles on Visual Studio, and at the same time, he added
994   all the current Unix features to the FD, such as selection on
995   drives, encryption support, building *all* the tools, ...
996 - The Director and Storage daemon have now been ported to Win32.
997   This code is working but should still be tested carefully
998   before putting into production.
999 - Bacula restore and bextract can now extract non-portable Win32 data to
1000   any client (including Unix/Linux clients). Of course, in doing so,
1001   the Microsoft specific permissions and ACLs will be lost.  Thanks
1002   to Thorsten Engel for this code.
1003 - The 260 character limitation for Win32 paths name lengths is now 
1004   eliminated thanks to Thorsten Engel. However, if you are using
1005   Volume Shadow Copy, please be careful to specify all the paths
1006   in the bacula-fd.conf file using a full path notation including
1007   the drive letter.
1008 - Eric Bollengier wrote new RunScript directives that includes
1009   the old RunBefore/AfterJob and ClientRunBefore/AfterJob features
1010   plus a *lot* more, allowing you to control just about every aspect
1011   of running scripts.  See the manual for detailed documentation.
1012   http://www.bacula.org/dev-manual/Configuring_Director.html#5227
1013 - SunOS ACLs should now work thanks to a patch from David Duchscher.
1014 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at
1015   If this patch is applied, the number of days can be specified with
1016   "list nextvol days=xx"
1017   or
1018   "status dir days=xx"
1019   This can be used to preview the next scheduled job (and the
1020   next tape to be used) on Fridays if there are no scheduled jobs during
1021   the weekend.
1022 - From Eric Bollengier. One can now using the bconsole wait command do:
1023    wait  (wait for all jobs to stop)
1024    wait jobid=nn
1025    wait jobuid=unique id
1026    wait job=job-name
1027 - Volumes can now be set to Enable, Disable, or Archive. If they
1028   are not enabled, Volumes will not be mounted.             
1029   Implement update volume enable=(on|off|true|false|archived|0|1|2)
1030 - Add Catalog message destination in Messages resource that puts the
1031   job report in the Log database table.
1032 - Writing/reading DVD Volumes is much more stable -- to the point
1033   of being useful. Thanks to Richard Mortimer.
1034 - Add enable/disable job=<job-name>.  This command prevents
1035   the specified job from being scheduled. Even when disabled,
1036   the job can be manually started from the console.
1037 - The database Id records should be 32/64 bit independent now. 64 bits
1038   can be enabled by changing one define and changing the appropriate
1039   table variable. Normally, you need 64 bits only for FileId.
1040 - Relative path specifications (i.e. ../xxx) are now permitted in
1041   the restore cd command.
1042 - When running multiple simultaneous jobs, most jobs that use spooling
1043   will now finish faster due to a mutex optimization made by Eric
1044   Bollengier.
1045 - Conf files containing UTF-8 marker at the head of the file as well as
1046   conf files containing Window cr/lf and Mac cr line termination characters 
1047   are now accepted thanks to Robert Nelson.
1048 - Windows tray status windows are scrollable and resizable.
1049 - Win32 external script execution is much more flexible -- handles
1050   spaces in names better, ...
1051 - Lots of DVD fixes -- writing DVDs is now reported to work.
1052 - Fix opening of database in a restricted console to respect     
1053   any Catalog ACL.
1054 - Much better automatic handling of multiple database catalogs in
1055   the restore command.
1056 - Permit multiple console/director resources in bconsole.conf.
1057   patch from Carsten Paeth calle@calle.in-berlin.de
1058 - Character substitution in Job/JobDefs WriteBootStrap.
1059   from Eric Bollengier.
1060 - Apply patch supplied in bug #656 to pass priority field
1061   in the run dialog to the Director in gnome console.
1062 - Add support of encrypted data stream to bscan from Eric.
1063   display data_len instead of data content (may be binary).
1064 - Add Enabled=xxx on update slots command.
1065 - Add host:port to connect failure messages to FD and SD from Dir/
1066 - Add WhereACL to console ACL list.  If nothing is specified, only
1067   the default is permitted for restore. Otherwise, *all* allows any
1068   path, or you can specify permitted paths. This should allow control
1069   over where users can restore files. This is untested.
1070 - Install man pages with 'make install'.
1071 - Add Media.Enabled flag to client backups for dotcmds.c
1072 - Enforce Media.Enabled=1 for a current restore to work
1073 - Require restore case 3 to have sqlquery permission to work.
1074 - Add -n option to bconsole to turn off conio -- used in bweb.
1075 - The bytes field in the terminated jobs part of the status
1076   command now reports in KB, MB, ... units.
1077 - When not descending into a directory, print the File= name that
1078   triggered it -- makes why not descending a bit clearer
1079 - Do not unload autochanger when doing "update slots"
1080 - Implement mount command for autochanger
1081 - Fix bug #462 incorrect error message printed when client script called
1082   from File= was not found.
1083 - Fix bug #558 (waiting for feedback) where Bacula needs too much time to
1084   do a rewind on Solaris when no tape is in the drive (Solaris does not
1085   have the detailed errno found on Linux).  Added Solaris specific code.
1086   Note, this may apply to other OSes as well.
1087 - The examples directory has a new bacula_mail_summary.sh file that
1088   creates a single email summary of any number of jobs. Submitted by
1089   Andrew J. Millar.
1090 - Add nagios plugin to the examples directory. Submitted by
1091   Christian Masopust.
1092 - Modify most restore error messages to be queued so that they
1093   appear at the end of the job rather than mixed with the restore
1094   listing where they could be "lost".
1095 - Apply patch supplied by user (slightly modified) to fix
1096   correct detection of holes in block devices and FIFOs.
1097   Bug # 506.
1098 - Added a report.pl program to the examples directory from Jonas Bjorklund.
1099 - Add two new queries to query.sql provided by Arno. One
1100   list volumes known to the Storage device, and the other
1101   lists volumes possibly needing replacement (error, ...).
1102 - Implement new code for changing userid and group at startup. This
1103   should get Bacula into the correct groups.
1104 - Implement support for removable filesystems -- device type directive
1105   and mount, unmount directives.
1106 - Transfer rates are now presented in a more readable format thanks
1107   to a user submission.
1108 - SD is now aware of what volumes are mounted. More information is printed
1109   in the Status report. You must take much more care now to unmount
1110   devices prior to removing tapes that Bacula has open or prior to
1111   changing a magazine. Don't forget to do a mount afterwards or the
1112   device will be blocked.
1113 - The Pool Maximum Volumes directive is now respected in all places.
1114 - A Storage device can now be specified in a Pool resource. It will override
1115   all other Storage specifications.
1116 - Most but not all directives accept true/false in place of yes/no.
1117 - A patch from Karl Hakimian that reads JobIds, FileIndexes
1118   from a database table for restore.
1119 - There are a number of new tables. Some such as the Location table are
1120   designed for user use in doing Volume Management software.
1121 - Maximum Changer Wait, Maximum Open Wait, Maximum Rewind Wait to
1122   accept time qualifiers.
1123 - Implement jobuid to replace old usage of job in keywords as
1124   suggested by Eric Bollengier.
1125 - Implement write variables for Python to set Priority (anytime), and
1126   Job Level, only during JobInit event.
1127 - Use the keyword ujobid to mean the unique job id; job or jobname
1128   to mean the Job name given on the Name directive, and jobid to
1129   be the numeric (non-unique) job id.
1130 - Allow the SD to use multiple drives during a backup/restore (only
1131   one at a time).
1132 - Integrate addition of line count limitation to bsmtp -l from
1133   Sebastian Stark <stark at tuebingen.mpg.de>
1134 - Split the bacula start/start script into four files:
1135    bacula         -- starts and stops calling other scripts
1136    bacula-ctl-dir -- starts/stops the director
1137    bacula-ctl-fd  -- starts/stops the File daemon
1138    bacula-ctl-sd  -- starts/stops the Storage daemon
1139 - Remove automatic case folding on Windows FDs. You must
1140   explicitly use the 'Ignore Case = yes' option.
1141 - Implement wild program in tools directory for testing
1142   wild-cards. Almost identical to the regex program.
1143 - Use the new bregex.c to implement Regex expressions on Win32.
1144 - Apply patch from Christopher Hull
1145   - Allow multiple connections to database with different
1146     parameters.
1147   - Invalidate the scheduler when doing a reload. Fixes seg
1148     fault, but still 60 second window.
1149   - Additional info in Reschedule message.
1150   - Use set_jcr_job_status() everywhere to prevent loss of
1151     cancel, error.
1152   - Display peer IP in FD if error from connecting DIR.
1153   - Don't increment file count for DIRBEGIN.
1154   - Replace illegal characters in Win32 filename by _.
1155   - Add SE_CREATE_PERMANENT_NAME privilege in Win32.
1156   - Hash hard link filenames rather than linked list (performance).
1157   - Fix for security failure in chdir on Win32.
1158   - Add CreateDirectoryA/W win32 API entry points.
1159 - programs to duplicate Bacula's base64 algorithm using standard
1160   routines. This fixes bugs #296, and 565. Patch submitted by
1161   author of bug #565.
1162 - Fixes to reloading the Dir conf file from Eric Bollengier and Christopher
1163   Hull.
1164 - Modify LICENSE to correct some problems pointed out by Debian.
1165 - Apply a patch submitted by cesarb in bug #606 to implement O_NOATIME support.
1166     O_NOATIME is a open() flag which makes it possible to read a file without
1167     updating the inode atime (and also without the inode ctime update which
1168     happens if you try to set the atime back to its previous value). It also
1169     prevents a race condition when two programs are reading the same file, but
1170     only one does not want to change the atime. It's most useful for backup
1171     programs and file integrity checkers (and bacula can fit on both
1172     categories).                                                    
1173   You enable it in the Bacula FileSet Options resource by setting:
1174      noatime = yes
1175   The effect of this option is similar to the keepatime option except
1176   it is more efficient and avoids modifying ctime.
1177 - Implement a pile of new man pages contributed by Jose Tallon.
1178 - Modify the database format for handling Migration jobs:
1179    Add PriorJobId, RealEndTime to Job table
1180    Delete MAC table
1181    Remove Stripe from JobMedia record (not used, wasting space)
1182    Add ScratchPoolId, RecyclePoolId, Enabled to Media record
1183    Add Cost to Location table.
1184    Enabled to Media table and Location table.
1185 - Security: harden authentication failure in FD by single threading errors
1186   and forcing a 6 second wait.
1187 - If using GCC (actually g++) add the following compiler flags
1188   -fno-strict-aliasing -fno-exceptions -fno-rtti
1189 - Turn on new bsnprintf() code.  The reason for this code is to
1190   eliminate the security problems associated with using the
1191   system libraries print routines.
1192 - Implement job report that indicates where Storage and Pool
1193   came from -- with overrides and Pool storage and NextPool,
1194   it is all very complicated.
1195 - Add more detail (Storage, Device) to list of volumes printed
1196   for restore.
1197 - Add new VOLMGMT message class. No messages are yet sent with this 
1198   class.
1199 - Improved Bacula rescue procedures -- see the Disaster Recovery
1200   chapter of the manual
1201 - Add spooling/despooling info in status output of SD.
1202 - Add Comment field to llist of a volume.
1203 - Allow true/false in many but not all yes/no directives.
1204 - The Bacula source code is now copyrighted by the Free Software 
1205   Foundation Europe. The Developer's Guide documents the new procedures,
1206   and the LICENSE file has been updated.
1207 - Apply Jaime Ventura's patch that implements the Messages resource
1208   Mail On Success directive.
1209 - The Client returns its Version string, which is printed in the Job
1210   report.
1211 - The Client returns whether or not VSS and Encryption are used, which
1212   are printed in the Job report.
1213
1214 Additional Features Added for Win32:
1215 - Added DriveType directive to the Director's Include Option FileSet
1216   resource.  Allowed values are: fixed, removable, cdrom, and remote.  There
1217   is only an implementation for Windows because it is the only platform that
1218   has the concept of drives.
1219  
1220 - Adds EnhancedWild directive to the Director's Include Option FileSet
1221   resource.  Allowed values are: yes and no.
1222  
1223   When EnhancedWild is enabled then the processing of the
1224   Wild, WildDir and WildFile is changed in the following ways.
1225  
1226   Patterns conform to Posix
1227       \ is not a special character in character classification []
1228       To match a - it must be the first or last character
1229       To match a ] it must be the first character
1230  
1231       fnmatch option FNM_FILE_NAME is specified * doesn't match a / 
1232       so it won't match multiple directory levels in a path
1233  
1234 - Relative WildFile patterns (ones without a leading /) match
1235   against the filename portion.  This in combination with the
1236   FNM_FILE_NAME fnmatch() flag makes directives such as WildFile =
1237   abc*.def work as expected.
1238  
1239 - Adds support for the shell's feature of brace expansion.
1240
1241   Here is an example where braces allow 24 lines to be expressed in 5.
1242
1243   # Exclude directories full of lots and lots of useless little files
1244   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/Cookies"
1245   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/Recent"
1246   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local Settings,LOCALS~1}/History"
1247   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local Settings,LOCALS~1}/Temp"
1248   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local Settings,LOCALS~1}/Temporary Internet Files"
1249
1250 ;;;