]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
- Add VolumePurged method to Python JobEvents class. Fixes
[bacula/bacula] / bacula / ChangeLog
1
2 Changes to 1.37.40:
3 01Oct05
4 - Add fix to compat.h supplied by Martin Simmons that permits
5   building the Win32 FD without VSS.
6 29Sep05
7 - Bring cats/bdb_x.c routines up to version 1.37 (return values
8   are different).
9 28Sep05
10 - Integrate libwrap patch from Szechuan Death. They should
11   also fix bug 423.
12 - Clean up patches directory for next release.
13 - Add PS variable in bacula.in script as recommended by a user.
14 - Correct mtx-changer.in so it only creates a temp file when
15   actually needed.
16 - Add patch supplied by user in a bug report to fix gnome2
17   console buttons.
18 - Add patch from Peter Eriksson <peter@ifm.liu.se> to correct
19   NLS error in tray-monitor.c
20 26Sep05
21 - Add code to catalog_update to detect NULL db pointer.
22 - Remove char *msg argument from catalog_request and   
23   catalog_update().
24 24Sep05
25 - Fix mode change open in btape.c
26 - Use nonblocking opens on Linux only.
27 - Move set_blocking code for tapes into method to
28   simplify main line code.
29 - Cleanup the code for ensuring we advance tape on fsf.
30   This should fix IBM problems -- patch from Adam Thorton
31   was very helpful.
32 - Remove test for BMT_EOD in fixup_device... this eliminates
33   need for status_dev() routine.
34 - Before doing label ensure device is in read-write mode.
35
36 Changes to 1.37.39:
37 20Sep05
38 - Tweak daemon.c berrno, copyright.
39 19Sep05
40 - Fix handling of temp file in mtx_changer.in, reported as
41   a security bug, but it is not really.  Bug #422
42 - Fix security problem of handling temp file in randpass.
43   Bug #422.
44 - During label/relabel, add new_volume to VOLRES list in SD.
45 18Sep05
46 - Apply Landon's patch for the TLS ANS1 API change.
47 - Remove old code.
48 - Make single exit path in first_open_device().
49 17Sep05
50 - Make new_volume walk through all Vols looking for dev 
51   to release.
52 16Sep05
53 - Make "quit" command in console always allowed.
54 - Remove the storage list between each console command to
55   keep Dir from remembering a previously selected SD.
56 - Add code to reservation VOLRES subroutines to try to ensure
57   we don't end up with two Volumes on the same drive.
58 - Simplify the mutex code in VOLRES a bit to reduce the chance
59   of error.
60 15Sep05
61 - Apply Nicolas' dvd-freespace.in patch.
62 - Make sure SQL table names are not translated.
63 - Eliminate incorrect message saying barcodes not
64   found in "label barcodes" -- fixes bug report.
65
66 Changes to 1.37.38:
67 07Sep05
68 - Add ability to have passwords on backup of catalog as
69   alternate 3rd argument. Submitted by Andrew Ford
70   <A.Ford@ford-mason.co.uk>
71 - Turn off TapeAlert by default if user enables a Device
72   and add a note to install mtx.
73 04Sep05
74 - Fix out of order volumes during restore.
75
76 Changes to 1.37.37:
77 30Aug05
78 - Final tweaks to build Win32.
79 - Enable debug code in ua_label.c
80 - Remove devices from the Volume list even if no
81   Volume is in drive.  Hopefully this fixes Arno's problem
82   of multiple volumes listed in the same drive.
83 28Aug05
84 - Apply Landon's patch for TLS default values.
85 - Correct LOCALEDIR problem in build of Win32
86 - Correct ssize_t problem in build of Win32
87 - Add code to llprint pools and volumes to debug next item.
88 - From bug report, fix resetting Pool defaults in Volume. It
89   was a typo "Max" was missing in several places.
90 - Don't allow translation of database Volume Status values.
91
92 Changes to 1.37.37 released 26 Aug 05
93 24Aug05
94 - Ensure that the drive is closed before calling the
95   mtx-changer script so that the script can access the drive.
96 - Add drive name to reserved Volume list printout in SD.
97 23Aug05
98 - Fix bug in acquire.c that incorrectly reported volume
99   busy.
100 - Add additional debug code and messages in reserve.c
101 - Eliminate unwanted warning message in reserve.c
102
103 Changes to 1.37.36 released 22 Aug 05
104 20Aug05
105 - Landon's fix for NLS detection
106 - Eliminate incorrect compiler warning on FreeBSD. 
107 - Move Win32 errno message build into berrno constructor.
108 - Minor Win32 tweaks
109 19Aug05
110 - A number of minor Win32 fixes.
111 - Remove a PostQuitMessage() as suggested by Thorsten so that
112   BartPE restore can work correctly.
113 - Fix for create JobMedia so that VolIndex remains valid even
114   during a delete Job or pruning -- bug 402.
115 - Minor tweak for Win32 build.
116 18Aug05
117 - Win32 fix -- remove debug O_NONBLOCK code.
118 - Fix bug 399 -- make_catalog_backup does not work for sqlite3
119 - Implement unloading a volume in a different drive if it
120   is needed in the current drive.
121 - Implement search for unused autochanger drive.
122 - Implement search for exact Volume in reservation before
123   other searches.
124 - Fix picking up drive in Dir so that it is not done in
125   the status command.
126 - Eliminate double check on "loaded" for autochanger.
127 17Aug05
128 - Start coding better reservation algorithm
129 - Always look for slot for label command.
130 - Add more debug code for autochangers.
131 - Apply fix from Stephan Leemburg <sleemburg@jvc.nl> for
132   improper scanning of schedule resource:
133   Run = Level=Full Pool=Catalog daily at 1:20
134 - Apply patch from Chris Lee <labmonkey42@gmail.com> for 
135   adding --enable-build-dird --enable-build-stored.
136 - Tweak datadir definition in configure.in
137 16Aug05
138 - Fix bug that missed drive=nn specification.
139 - Eliminate nonblocking kludge in heartbeat of FD as
140   it caused high CPU usage.
141 - Pickup loaded slot when doing open() of tape drive.
142 - Make autochanger reservation code go through full list
143   first pass until exact match found.
144 15Aug05
145 - Fix how FileSet is saved in job record to correct continual  
146   Full save.
147 - Make datadir print on config.out listing.
148 - Move get FileSet record up in backup init to eliminate continual
149   Full save seen by Peter Sjoberg.
150 - Add VolumeName to read-only Python variables.
151 - Add VolumePurged event for Python.
152 - Suppress /dev/ Filesystem change prohibited INFO messages.
153 - Do not delete FT_RAW files before restore (allows FIFOs
154   to be used for restore).
155 13Aug05
156 - Add drive specification to mount, unmount, release, label,
157   and relabel for Autochangers.  Note Dir<->SD protocol has
158   changed.
159
160 Changes to 1.37.35:
161 12Aug05
162 - Disable parts of NLS as the configure does not work here.
163 - In job backup init (backup.c) define definitive Job level and
164   since time, *then* apply Job Pool override selection if any.  
165 11Aug05
166 - Modified bconsole script so that it is improperly
167   installed, it will refuse to execute.  This avoids
168   recursive call loops.
169
170 Changes to 1.37.34:
171 06Aug05
172 - Apply David's ACL fix to src/filed/acl.c
173 05Aug05
174 - Apply patches sent by David Duchscher <kreios@gmail.com> for
175   making ACLs work on MacOS X and FreeBSD.
176 04Aug05
177 - Apply patch in bug#397 that improved configure
178   - find readline under $with_readline/include/readline
179   - no libutil under Solaris
180   - no need for -ldl under Solaris 
181 - Make reservation system single threaded during the
182   search to avoid two threads competing for the same
183   resource.
184 - Correct a return code in find_suitable_device_for_job()
185   Possibly cause of "busy writing to another volume".
186 03Aug05
187 - Modify open() for tape so nonblocking really works.  
188 - Use fcntl() to reset blocking status rather than close()
189   and reopen the drive.
190 - Make sure dev->open() is always called so that any change
191   in read/write permissions will occur.
192 - Open drives initially in daemon in read-only mode.
193 - Ensure that each time the VolHdr.VolumeName is zapped
194   or changed that free_volume() is called on the old name.
195
196 Changes to 1.37.33:
197 03Aug05
198 - Require 5 arguments to mtx-changer except list and slots
199 - Turn -EPIPE status returns from bpipe to ETIME
200 - Include Slot in SD status output 
201 - Do not term_dev() during initialization in SD if the device
202   could not be opened.  In the case of a tape drive, there may
203   be no tape in the drive.
204
205 Changes to 1.37.32:
206 02Aug05
207 - Correct PostgreSQL database scripts as suggested by a user.
208 - Add additional info to FATAL message generated when a device
209   is busy writing to another volume.
210 - Suppress an inappropriate NULL Volume name message after a cancel.
211 - Correct a warning message in reserve.c
212 29Jul05
213 - Apply user's patch to make mutiple modifiers for times
214   work correctly.
215 - Make read_dev_volume_label() handle ANSI/IBM labels
216   correctly -- ie space over any label at the beginning
217   of the tape.
218 28Jul05
219 - Make ANSI/IBM writing of HDR1/2 labels ignore any
220   errors if at end of tape.
221 - Apply Martin's patch to improve Python detection in
222   configure.in
223 - Temporarily turn off disk seeking until I find the
224   cause of the problem.
225 27Jul05
226 - Add OSF1 patch supplied by user.
227 - Use number of files selected from write_bsr() only
228   if it is not defined.
229 - Explicitly seek to end of file when getting size for
230   restore test.
231 - Correctly set EndBlock position in JobMedia record
232   for files.
233 - Remove unnecessary set StartBlock in bscan. Caused bscan
234   regression error.
235 26Jul05
236 - Modify mtx-changer to wait a maximum of 300 seconds.
237 - Do restart of failed jobs only for Backups job types.
238 - A number of DVD updates from Nicolas.
239 24Jul05
240 - Turn off old service helper code in Win32.
241 - Correct Messages bug found by Phil in stored.
242 23Jul05
243 - Complete (almost) documentation of 1.38.
244 - Add error messages for error conditions with VSS.
245 - Fix additional problems with VSS backup that I introduced.
246 Changes to 1.37.31:
247 22Jul05
248 - Correct compiler complaints in wx-console and tray-monitor.
249 - Correct VSS problems recognizing c:
250 - Add VSS before job status
251 - Fix output of status from being one big line.
252 - Change cd xx; make to cd xx && make as suggested by Phil.
253 - Cleanup projects file
254 - Remove unnecessary casting of FF_PKT in filed.
255 - Apply Thorsten's bugfix for vss_generic.cpp
256 - Add check for df path for dvd_freespace
257 - Use df to get space used on DVD.
258 - Change sense of flag indicating erase DVD or not before writing.
259 - Fix bpipe so that it never modifies the result pointer.
260 - Replace more dev_name by print_name().
261 - Rewrite edit_device_codes_dev() so it does not overwrite the
262   supplied buffer.
263 - Update printing of labels (for bls) so that critical information
264   is printed (Job name and timestamp).
265 - Cleanup old spool files when starting the SD.
266 - Modify vss.cpp to allow C: as a path name.  Otherwise VSS
267   doesn't work when only a drive name is given.
268 - Modify vss.c to eliminate double / in filenames.
269 - Update doc -- particularly the restore chapter.
270 18Jul05
271 - Make all files in working directory have .xxx at end.
272 - Work on DVD writing.
273 - Fix keepatime bug (bugs database).
274 - Move Python variables from Job to Bacula. They are
275   DirName, Version, ConfigFile, and WorkingDir
276 - Fix delete of bootstrap to only occur on Bacula created
277   filenames.
278 - Allow cancelling a Job name that is not active. It is
279   sent to the daemons.
280 17Jul05
281 - Fix name space pollution by OpenSSL 0.9.8 reported by
282   Matthias Kurz -- applied his patch.
283 - Fix bpipe.c so that it does not modify results pointer.
284   ***FIXME*** calling sequence should be changed.
285 - Remove some remaining references to dev_name.
286 - Fix calls to mount_dev() and unmount_dev() to
287   correspond to returned value (bool instead of int).
288 - Try without success to make DVD writing work.
289 == Nicolas
290 15Aug05
291  - Convert dvd-writepart to Python.
292  - Increase delay from 3 seconds to 5 seconds between SIGTERM and SIGKILL when
293    killing external programs.
294 13Aug05
295  - Add gettext macros in autoconf/gettext-macros.
296  - Modify how localedir is set in configure.in.
297  - Remove setlocale check (useless).
298 10Aug05
299  - Mark translatable strings in all source files.
300 08Aug05
301  - Create French and Italian translation files (fr.po, it.po).
302  - Add support for translation in configure and Makefiles.
303  - Update autoconf/aclocal.m4 so it is automatically created with aclocal
304    (Note: autoconf/gnome-macros is not used anymore, it may be removed).
305 30Jul05
306  - Fix src/lib/bpipe.c:run_program and run_program_full_output to detect if the watchdog
307    killed the program, and return an error if it is the case.
308 26Apr05
309  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
310  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
311    been adapted.
312  - Remove set_exit_on_error function
313 07Apr05
314  - Fix "unknown device type" problem with DVD devices.
315  - Fix crash when there is no media in the DVD drive.
316 09Jan05
317  - Update the documentation and ReleaseNotes.
318 05Jan05
319  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
320  - Some modifications (again) on how guessed volume names are handled (now it should work).
321  - Part files on the hard disk are removed if they are empty.
322 04Jan05
323  - Major fixes on how guessed volume names are handled.
324  - Minor fix in src/stored/append.c.
325  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
326  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
327 03Jan05
328  - Add WritePartAfterJob directive in Job resource (Director)
329  - Add WritePartAfterJob directive in Schedule Resource (Director)
330  - Implement these new directives
331 02Jan05
332  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
333    name of a mounted device, so the label can be read.  
334  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
335  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
336  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
337 01Jan05
338  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
339  - Implement these directives (volumes can now be restored from a manually written DVD). 
340  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
341  - Implement these directives (DVD writing now works).
342  - New function run_program_full_output in src/lib/bpipe.c.
343  - Lots of bugfixes and cleanups in the new code.
344 29Dec04
345  - Add VolParts field in Media table
346  - Add MaximumPartSize directive in Device (SD configuration file)
347  - File Volumes can now be splitted in multiple files ("parts")
348  - Fix SQL error in sql_list while doing "llist jobmedia"
349
350 Changes to 1.37.30 released 16 July 2005:
351 14Jul05
352 - Fix "dir" command scanning field misalignment in
353   wx-console.
354 - Switch to using the wxWidgets Unicode library.
355 - Include msvcr71.dll in distribution.
356 - Add VSS to status line in Win32 FD if enabled.
357 - Get VSS build scripts working with Thorsten's help.
358 - Unlink the bootstrap file after sending it to
359   the FD.
360 - Remove sending include/exclude lists to the FD during
361   a restore -- deprecated code.
362 - Cleanup the bootstrap files in the FD.
363
364 Changes to 1.37.29:
365 14Jul05
366 - Remove old commented out code from configure.in
367 - Add baculavssfd.mak file for building VSS version of
368   Win32 FD.
369 - Correct date (year) in vss.cpp and vss_generic.cpp
370 13Jul05
371 - I finally found and squashed the elusive SD crash.        
372   I needed to initialize the used volume list before
373   firing off the device initialization thread.
374 Changes to 1.37.28:
375 11Jul05
376 - Make sure that bpipe results are zapped even on
377   error return.
378 - Lots of documentation.
379 - Do not prune volume marked as append when needing a
380   new Volume.
381 - Print a warning message in SD if a non-used Volume
382   is specified and autolabel not turned on.
383 - Correct a bug in chksum.c concerning SHA1 signatures 
384   (an * should have been & when checking for a bit flag).
385 - Print File:Block for all label records in label.c -- concerns
386   primarily bls when doing Job listings (-j).
387 - Correct is_volume_in_use() to return false if testing
388   on the same device where the Volume is already mounted.
389 - Define a init_done flag in the SD that is set when the
390   devices are initialized and make users connecting wait.
391   This prevents useless connect failure warning messages.
392 - Do additional device locking in ask_op_to_mount_volume()
393   to prevent race conditions with a user labeling a Volume
394   or autolabeling.
395 09Jul05
396 - Add a test for error return from bnet_wait... in heartbeat.c
397   in FD to avoid CPU loop.
398 - Implement TLS in gnome console and wx-console.
399
400 Changes to 1.37.28:
401 08Jul05
402 - Correct a NULL pointer reference in the mount command.
403 - Correct typo in Copyright
404 - Add detection of EOM for IBM drives (i.e. errno == ENOSPC)
405 07Jul05
406 - Remove temp file created in mtx-changer script.
407 - Make fsf_dev() into a class method.
408 06Jul05
409 - Modify mtx-changer.in script to return slot:barcode for
410   Volumes that are loaded in the drives.
411 - Correct some more places where dev->is_blocked() needs
412   to be checked in dircmd.c in SD.
413 - Update doc.
414 05Jul05
415 - Add code to ensure that reserved but unused volumes
416   are freed. 
417 - Correct how Volumes are mounted and handled so that the SD
418   does not get stuck if multiple volumes are used (recycling,
419   relabling, ...)
420 - Correct bug where you could relabel a volume while it
421   was being acquired -- created chaos.
422 04Jul05
423 - Correct seg fault caused by open() calling sequence change.
424 03Jul05
425 - Add new rc-chio-changer script by Rudolf Cejka to 
426   examples/autochangers
427 - Apply Rudolf's changes to bacula.in
428 - Expand the space from 8 to 10 characters in editing
429   file sizes for restore and dir of catalog, otherwise
430   GB sizes are truncated -- fixes bug report.
431 - Modify wx-console to know about 10 character widths.
432 - Allow decending into top level directory if "recurse=no"
433   is set.  Fixes a bug report.
434 - Install pthreadVCE.dll when installing console or wx-console
435   on Win32 systems. Fixes bug report.
436 02Jul05
437 - Tweak dvd-writepart script to prevent door from opening/closing
438   so much.
439 - Remove GROUP BY in several PostgreSQL commands to prevent error.
440   Resolves bug report.
441 - Ensure that < as first character of filename list is not treated
442   as a directory for restore.
443 - Add debug to heartbeat in FD as it seems to go into an
444   infinite loop from time to time during SD failure in DVD writing.
445 - Add more debug code to dvd writing.
446 - Attempt not to destroy existing fs on DVD. 
447 30Jun05
448 - Detect device mounted for DVD and suppress be sure to 
449   mount message after label.
450 - Set Cleaning tape status to "Cleaning" and force no
451   MediaType.
452 - Get DVD writing working with new standard Bacula open()
453   code.
454 - Rename get_filename() to make more sense.
455 - Detect "is already mounted on" on mount command so to avoid
456   error if device is already mounted.
457 - Eliminated guess_name() code. It may be necessary to
458   add it back later.
459 - Eliminate seg fault from printing invalid results.
460 - Make dvd_write_part() bool.
461
462 29Jun05
463 - Attempt to fix DVD writing by eliminating a number of the 
464   DVD subroutines to simplify.
465 - Modify DEVICE::open() to take dcr as first argument. This
466   will permit providing more info to DVD opening.
467 - Fix scanning for time/size items which in some cases
468   ate the next line.
469 - Eliminate read_dvd_volume_label().  New code (not yet written)
470   *must* open dvd appropriately before calling 
471   read_dev_volume_label.
472 - Modify open_first_part() open_next_part() to take DCR as 
473   argument.
474 - Make label command from console work on DVDs.
475 - Make mount command from console work on DVDs.
476   Unmount does not work yet.
477
478 Changes to 1.37.27:
479 27Jun05
480 - Add Database vendor to CatalogRes tuple for Python.
481 - Update doc
482 - Implement DoesVolumeExist(Vol) for Python.
483 - Prevent python command from seg faulting if no arg given.
484
485 Changes to 1.37.26:
486 26Jun05
487 - Add set_mode method in DEVICE.
488 - Correct set_mode method in DEVICE
489 - Add more DVD debug info 
490 23Jun05
491 - Check for incorrect duration and size modifiers in conf files.
492 22Jun05:
493 - Make Version a tuple (version, build-date)
494 - Add CatalogRes tuple (DBName, Address, User, Password,
495     Socket, Port)
496 - Add Version, ConfigFile, and WorkingDir as Python attributes
497   in the Director.
498 - Implement code (principally for Win32) that on failure to
499   create a file, it will cd into the directory and attempt
500   to create the file using a relative path. This avoids creating
501   files with paths which fail on Win32.
502 - Fix parsing of times and sizes with decimal numbers.
503 - Make free_volume_list() in SD work if vol list is not
504   initialized (./bacula-sd -t).
505 21Jun05:
506 - Add debug error printout when open() fails.
507 - If open() of DVD fails in mount.c, return false.
508 - Split open() code for DVD into separate subroutine in dev.c
509
510 Changes to 1.37.25 released on 20 Jun 05:
511 20Jun05:
512 - Fix bug where Storage daemon gets confused about what
513   tape is mounted. (one line of code was inadvertently 
514   deleted).
515
516 Changes to 1.37.24:
517 18Jun05
518 - DVD writing/reading seems to be mostly working.
519 - Set execute bits on dvd-freespace and dvd-writepart
520 - Make dvd-freespace use existing dummy file.
521 - Modify dvd-freespace to pickup size from Track Size:
522 16Jun05
523 - Add Date, Job, level to updates to .bsr file in 
524   dird/backup.c
525 - Add debug info to dvd-freespace.in
526 - Fix hard coded bacula.sql in make_catalog_backup reported
527   by a user.
528 - Make sure a verify volume to catalog never reports an error
529   if there are zero files to verify.
530 - Remove confusing debug info in filed/backup.c on network
531   error.
532 - Make sure output from console is not sent to system log.
533 - Convert open_dev() into a class method.
534 - Change VolHdr.VolName to VolHdr.VolumeName.
535 - Add a flag in the device state word to indicate that
536   we found Media in the drive (DVD). 
537 - Make mount_dev() and unmount_dev() return bool.
538
539 Changes from Nicolas Boichat:
540 26Apr05
541  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
542  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
543    been adapted.
544  - Remove set_exit_on_error function
545 07Apr05
546  - Fix "unknown device type" problem with DVD devices.
547  - Fix crash when there is no media in the DVD drive.
548 09Jan05
549  - Update the documentation and ReleaseNotes.
550 05Jan05
551  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
552  - Some modifications (again) on how guessed volume names are handled (now it should work).
553  - Part files on the hard disk are removed if they are empty.
554 04Jan05
555  - Major fixes on how guessed volume names are handled.
556  - Minor fix in src/stored/append.c.
557  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
558  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
559 03Jan05
560  - Add WritePartAfterJob directive in Job resource (Director)
561  - Add WritePartAfterJob directive in Schedule Resource (Director)
562  - Implement these new directives
563 02Jan05
564  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
565    name of a mounted device, so the label can be read.  
566  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
567  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
568  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
569 01Jan05
570  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
571  - Implement these directives (volumes can now be restored from a manually written DVD). 
572  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
573  - Implement these directives (DVD writing now works).
574  - New function run_program_full_output in src/lib/bpipe.c.
575  - Lots of bugfixes and cleanups in the new code.
576 29Dec04
577  - Add VolParts field in Media table
578  - Add MaximumPartSize directive in Device (SD configuration file)
579  - File Volumes can now be splitted in multiple files ("parts")
580  - Fix SQL error in sql_list while doing "llist jobmedia"
581
582 Changes to 1.37.23:
583 - Renamed to make unique version for open_next_part()
584   changes.
585
586 Changes to 1.37.23:
587 - Renamed to make unique version for open_next_part()
588   changes.
589
590 Changes to 1.37.22:
591 14Jun05
592 - Fix the same state variable problem in open_next_part().
593 - C++ify the SD code a bit more.
594 13Jun05
595 - Add more debug code and clarify debug code for DVDs.
596 - Do not save and restore state in open_first_part() 
597   since state should be properly set after open_dev().
598 - Make default mandir /usr/share/man
599 - Install Bacula man page.
600 - Implement passing of FileSet Enable VSS to FD.
601 - Move main body of reserve drive code into subroutine
602   so that it can be called multiple times.
603 12Jun05
604 - Eliminate getpass() for Win32 builds in console as the
605   function does not exist.
606 10Jun05
607 - Correct some reservation problems in SD when no devices
608   are available.
609 - Start removing #ifdef HAVE_TLS by sneaky tricks.
610 - Begin implementation of TLS in wx-console
611 - Remove ignoring SIGCHLD from console.
612 - Rework the dlist binary search routines for implemenation
613   of the Volume reservation code -- make it more general.
614 - Strip double slashes // from Win32 filenames in an attempt
615   to resolve restore problems on some systems.
616 - Fix a minor bugs in the trace code that caused the first
617   line output to be lost.
618 - Implement a good first cut at adding Volume reservation code
619   to the storage daemon (in file reserve.c).
620 - Remove old unused code from the tree.c routines.
621
622 Changes to 1.37.21:
623 06Jun05
624 - Fix compile problems on Win32
625 - Start writing Volume reservation list (already exists, but
626   is not really very good).
627 - Implement attribute caching to put Signature into database     
628   at the same time as the file attributes thus eliminating a
629   number of database accesses.
630 - Correct a reservation problem.
631 - Implement full Dir Storage use.
632 - Reduce a bit of TLS #ifdeffing.
633
634 Changes to 1.37.20:
635 04Jun05
636 - Minor changes
637 01Jun05
638 - Add more documentation to mtx-changer.in
639 - Correct link to manual in authenticate.c in various
640   directories.
641 - Create a new src/stored/reserve.c file where the 
642   Use Storage command is processed and drives are
643   reserved.
644 - Modify src/stored/autochanger.c to keep track of each
645   Slot that is loaded for each device.
646 - Ensure that changer_command and changer_name are picked
647   up from Autochanger resource if not specified, and if
648   neither is specified, err.
649 30May05
650 - Fix bextract.c compile problem
651 - Create bacula.man 
652 - Make make distclean clean a bit better
653 29May05
654 - Remove old code in jcr.c
655 - Make testls release jcr chain when terminating.
656 27May05
657 - Implement Maximum Job Spool Size (actually DCR based)
658 26May05
659 - Use light weight non-recursive locking on jcr chain.
660 - Make JCR a class and implement inc_use_count() and
661   dec_use_count() methods that ensure that the jcr is
662   locked when inc/dec the use count.
663 - Remove the global jcr lock when traversing the jcr
664   chain.   
665 - Use dlist to implement the jcr chain rather than hand
666   crafted next and prev links.
667 - Lock the jcr chain inside each function that modifies
668   the chain.
669
670 Changes to 1.37.19:
671 26May05
672 - Fix compile problem of ua_restore.c on broken compilers.
673 - Apply patch from bug 326 to permit bacula status by any user.
674 - Fix bug 325 -- conversion of 12:30pm to 24hour time.
675 25May05
676 - Put Dmsg() on inside if() to avoid calling subroutine.
677 - Make restore.bsr have unique name.
678 - Allow user to define bsr filename on restore command line
679   with bootstrap=xxx.bsr
680 - Add limit=nnn to "list jobs" command.
681 - Remove old restore code that did not use .bsr file.
682 - unlink automatically generated bsr file.
683 - Cleanup heartbeat code so that duped fd is almost sure
684   to be released. Previously under certain conditions, the
685   memory was not released due to race conditions.
686 - Shorten copyright.
687 20May05
688 - Unify the reserve_device() for a single device into one subroutine.
689 18May05
690 - Modify wait during use_device to happen only after all devices
691   have been examined rather than in the reserve_device code.  
692 - Correct updating count of number of Volumes in a pool.
693
694 Changes to 1.37.18:
695 16May05
696 - Add more debug to SD for Autochangers + status output.
697 - Add Scratch to PoolType in PostgreSQL make...tables and do not
698   permit NULL PoolTypes. Fix for bug 319 reported by Eric.
699 - Update LICENSE.
700 - Add quotes around filename in parse_config error message. Bug
701   reported by Eric.
702 15May05
703 - Change nested \include to \input so that sections are properly
704   included in the pdf manual -- update the Web site.
705 - Set reconnect flag in MySQL packet to 1 to ensure that connection
706   is re-established.  MySQL 5 changed default to 0. Fixes bug report.
707 - Fix Scratch pool handling as reported in a bug by Eric Bollengier
708   by applying his patch.
709 - Remove delete job in favor of delete jobid.
710 - Add = NULL to configfile definitions as reported by Eric in a bug
711   report.
712 - Update winbacula.nsi.in to reflect new manual file structure.
713 10May05
714 - Correct a minor build problem with wx-console.
715 - Add cancel() to Dir Python scripting.
716 - Re-correct bug in parse-config error handling.
717 - Reorganization of use_command in SD to permit
718   waiting and multiple drive autochanger support.
719 09May05
720 - Correct bug in parse_config error handling.
721 - Where ever possible mark a volume in error or not   
722   InChanger in mount.c
723 - Fix bug in changing tape pools after first backup. Reported
724   by Peter Sjoberg.
725 - Enhance mtx-changer to use Working Directory as temp.
726 - Remove all but initial setup locking of Res in SD.
727 08May05
728 - Add Client OS type to Job report.
729 - Add version to manual 
730 - Update the Web site to have a single page for
731   the documentation links.
732
733 Changes to 1.37.18 release 08May05:
734 08May05
735 - Correct attribute definition compile error in 1.37.17
736 - Correct inverted order of CreateTime and MD5 pointed out
737   by a user in a bug report in FileSet db routine causing
738   the MD5 to print in the output instead of the time/date.
739
740 Changes to 1.37.17:
741 07May05
742 - Implement cstrlen() in sql list routines.
743 - Implement caching of attributes to add the        
744   signature so that only one DB call will be made
745   per file. Not yet turned on.
746 - Fix Win32 build for TLS.
747 - Optimize File pruning to eliminate one database call. 
748 - Fix bug that prevented File pruning from working.
749 - Implement a cstrlen() which returns the character
750   length of a UTF-8 string.
751 06May05
752 - Move test for MaxStartDelay as suggested by Peter.
753 - Implement Python methods (I had to read the Python source
754   code).
755 - Implement run() method in Director.
756 - Add Priority and Scheduled time to Job report.
757 - Add JobInit and JobRun events.
758 - Add Priority as Python read/write attribute to Job.
759 - Correct typo in bsmtp reported by Jo.
760
761 Changes to 1.37.16 (07May05): released 07May05
762 07May05
763 - Implement cstrlen() in sql list routines.
764 - Implement caching of attributes to add the        
765   signature so that only one DB call will be made
766   per file. Not yet turned on.
767 - Fix Win32 build for TLS.
768 - Optimize File pruning to eliminate one database call. 
769 - Fix bug that prevented File pruning from working.
770 - Implement a cstrlen() which returns the character
771   length of a UTF-8 string.
772 06May05
773 - Move test for MaxStartDelay as suggested by Peter.
774 - Implement Python methods (I had to read the Python source
775   code).
776 - Implement run() method in Director.
777 - Add Priority and Scheduled time to Job report.
778 - Add JobInit and JobRun events.
779 - Add Priority as Python read/write attribute to Job.
780 - Correct typo in bsmtp reported by Jo.
781
782 Changes to 1.37.16 (03May05): released 05May05
783 03May05
784 - Make a few tls ifdef tweaks.
785 - Fix create_file.c Win32 problem pointed out by
786   Peter Sjoberg.
787 - Fix really ugly bstrncpy() but found by Thorsten.
788 - Move winapi.h/c from findlib to lib for inclusion in 
789   multiple places.
790 02May05
791 - Thorsten Engel finished his work on Win32 Unicode. We
792   now have a single executable that runs on all Win32 machines.
793 - Move job initialization code after job scheduling so that
794   Verify jobs check for the prior JobId after they are really
795   started rather than before.
796 - Fix lib/fnmatch.c so that it does proper testing before folding.
797 - More documentation -- at tls and ansi labels chapters.
798 - Fix fileset_convert.pl to handle empty Exclude statements.
799 - Turn regex back off in Win32
800 01May05
801 - Fix sign extension problem in lex.c that reads UTF-8 
802   with Chinese characters incorrectly.
803
804 Changes to 1.37.14:
805 30Apr05
806 - Remove a few HAVE_TLS #ifdefs
807 - Implement final Python style interface. More implemention to
808   be done, but the interface should change little if at all.
809 28Apr05
810 - Make default no tls support. You must add 
811   --with-openssl to get tls support.
812 27Apr05
813 - Update Web header to include google search in the search
814   box -- thanks to input from Michel Meyers.
815 - Fix md5sum so that it builds with the new openssl stuff.
816 - Take some enhancements to the md5sum test program proposed
817   by a user.
818 26Apr05
819 - Apply Tru64 patch supplied by Pascal Pederiva <freebsd@paped.com>
820 - Apply Unicode fixes for Win32 from "Thorsten Engel" 
821   <thorsten.engel@matrix-computer.com>
822 - More work on Python read feature in FD.
823 22Apr05
824 - Fix (hopefully) the ftello() overflow reported by Peter.
825 - Landon Fuller committed his TLS patch.
826 - Fixed two minor warnings in console.c with TLS turned off.
827 - Updated the Makefile.in for wx-windows and tray-monitor
828   to handle TLS. I can only build the tray-monitor.
829 - Fix bscan to open tape in read-only mode (actually fix
830   it so that it doesn't use the standard open routine).
831 - Correct what appears to be an error in setting the
832   return value in dvd.c
833 21Apr05
834 - Get FD Python running -- design Python backup interface.
835 - Fix seg fault in SD when referencing Alert Command.
836 - More documentation.
837 - Fix one more thing in Win32 build.
838 20Apr05
839 - Doc updates
840 - Fix Win32 build
841 - Put in production here
842
843 Changes to 1.37.13:
844 19Apr05
845 - Fix SQLite and PostgreSQL table creation script syntax
846   problems.
847 - Fix new Python code to work for Director.
848 - Move lib/python.c to lib/pythonlib.c so that debug output
849   is easier to read (can distinguish lib from dird, ...).
850 - Cleanup Python build so that Python is not dragged
851   into programs that don't use it.
852
853 Changes to 1.37.12:
854 02Apr05
855 - Reset NumVols in Pool record from database on every update
856   Pool.
857 - Modify DB to support multiple simultaneous copies and
858   RAIT stiping.
859 - Pass copy and stripe between DIR and SD and put into
860   the JobMedia DB record.
861 - Update and test SQLite and MySQL datebase creation and
862   update scripts.
863 - Implement version 9 of the DB.
864 31Mar05
865 - Convert more atoi to str_to_int64() for DB.
866 - Implement filling in NumVols by querying DB rather
867   than trying to keep track of it.
868 - Add storage name to string passed to in use storage=
869 - Fix newVolume() so that the Python script is always
870   called.
871 - Fix handling of pool,PoolId, and storage in ua_output.
872 - Same fix in ua_status.c
873 - Remove required locking of resources
874 - Replace pthread_cond_signal() by pthread_cond_broadcast()
875   hoping to fix the /lib/tls hang problems (lost signal).
876 - Move resource locking seaching from parse_conf.c to res.c
877   in src/lib.
878 - Modify end of volume handling so that fixup_... does not
879   redo what block.c has already done -- writing Vol info to
880   DIR. This fixes a bug with bad numbers of files on a tape
881   when it filled as reported by Peter.
882 - In release_device() do not update the DIR on the Volume
883   info if the the information was already written at the
884   end of the tape.
885 28Mar05
886 - NOTE!!!! This version has a new DIR <--> SD protocol. Both 
887   must be updated at the same time.
888 - Begin implementation of passing all the Storage and Device
889   possibilities to the SD for examination during the reserve 
890   phase.
891 - Modify the reserve and acquire code in the SD to make a 
892   job wait if the device is not available.
893 - Implement New Volume Each Job in DIR and pass to SD, not yet
894   used.
895 - Remove init/update of the Device resource in DIR
896 - Remove passing PoolId to SD and back.
897 26Mar05
898 - Remove \a and -e from error echos in most Makefiles.
899 - Add more debug code when there are errors on the tape 
900   to try to find Peter's tape problem.
901 - Add wait.c (oops forgot previously).
902 - Move all the reserve/acquire_device_for_read/append to have
903   only a DCR as the argument.
904 - Rework the reserve_device_for_append() in stored to wait
905   if the drive is not available.  Note! This is a short
906   term solution.
907 25Mar05
908 - Comment out Multiple Connections in the document.
909 - Move the P() and V() to subroutines so that they can be accessed
910   from class methods. The reference to strerror() caused problems.
911 - Implement new DEVICE class methods block() and unblock() that
912   do what was previously done in 3 lines of code.
913 - Implement wait_for_device(), which will wait for any device
914   to be released then return. This requires a new global mutex
915   and condition variable, and is implemented in src/stored/wait.c
916 - Change the code in reserve_device_for_read(), which previously
917   failed the job to use the new device wait code.
918 22Mar05
919 - Apply reschedule patch to 1.37 code.
920 - Add copyright to title page of manual so it is clear.
921 - Create patch for rescheduling problem found by Ludovic. Storage
922   pointers were lost during rescheduling.
923 - Attempt to fix 2.6 rescue disk -- failed!
924 - Start working on adding a wait routine in the SD.
925 - Cleanup some old invalid doc in watchdog.
926 - Convert a number of references to dev->dev_name to dev->print_name().
927 - Add new wait.c file to SD.
928 - Add a few more methods to DEVICE in SD to cleanup code a
929   bit -- implement a few of the methods.
930 18Mar05
931 - Fix more print_name()s for printing device name.
932 - Modify open_dev to try 10 times every 6 seconds to
933   open the device if it gets an I/O error (meaning no
934   volume mounted). This gives a bit of settling in time
935   for an autochanger and avoids spurious messages.
936 - Change all yes/no to yes|no in the manual.
937 - Fix win32 create_file.c typo.
938 - Fix a typo in an error message.
939 17Mar05
940 - Detect if fseeko exists with autoconf. If so, use it 
941   and ftello.
942 - Remove old bacula-*.conf from examples directory (out
943   of date).
944 - Remove latex-fr index files from CVS.
945 - Rewrite code that stops reading the tape so that the
946   tape is marked at EOT, then once the work is done,
947   the EOT flag is removed.
948 - Flush output to file after every send in console.
949 - Make setting VolFiles to smaller number fatal.
950 - Disable Multiple Connections code.
951 - Add patch from user for NetBSD statvsfs() fix to
952   fstype.c
953 - Take more care with errors in acquire.c
954 - Don't run through dvd code in append.c if bad status
955   returned.
956 - Modify code so that an autochanger fault is fatal.
957 - Use dev->print_name() in more places.
958 - Implement dev->can_steal_lock() to simplify code.
959 - Make btape re-read first 10000 records on fill command.
960 - Check error return and fail job from fseeko and ftello
961   in spool.c.  Don't let a -1 slip in as size.
962
963 Changes to 1.37.7:
964 15Mar05
965 - Apply NetBSD patch from kardel in bug 258.
966 14Mar05
967 - Add a second job and a second client to the default
968   bacula-dir.conf file.
969 - Remove old style Include/Excludes.
970 - Fix ANSI labels to put EOF1 and EOF2 after each file mark.
971 - Add Python to SD and FD.
972 12Mar05
973 - Implement IBM labels
974 - Implement EOF and EOV labels at the end of a volume.
975 - Fix a rather ugly problem with the PoolId not getting
976   passed correctly. Now the DIR passes the Pool name and
977   Media Type to the SD, who passes them back when requesting
978   the next Volume. The DIR then looks up the correct PoolId.
979   This takes more time, but always works, AND allows wild
980   card Media Types (i.e. the SD can decide).
981 - The DIR <==> SD protocol has changed.
982
983 Changes to 1.37.6:
984 11Mar05
985 - Fix scanf of PoolId in catreq to handle 64 bit Ids.
986 10Mar05
987 - Add new ua_update.c file and move update_cmd there.
988 - Modify "update slots" to obtain actual number of slots.
989 - Tweak autochanger code to handle new slots request.
990 - Modify autochanger code to lock/unlock around slots and
991   update slots code.
992 09Mar05
993 - Patch the FD so that it does not issue an error message if
994   it attempts to restore the permissions on a Win32 drive.
995 - Edit "Resource-name" (physical-name) for the device name
996   everywhere in the SD.
997 - Remove .linked.tex files in preparation for cutover to
998   using .tex in place of .wml.
999 08Mar05
1000 - Copy latest config.sub and config.guess from autoconf.
1001 - Try new way of identifying drives with:
1002    "resource-name" (physical-name)
1003   More work need to a complete conversion.
1004 07Mar05
1005 - Rework some of the autochanger data so that the DIR has   
1006   the number of drives.
1007 - Modify the way the Device info is returned so that it comes
1008   back as a special message type and can be sent anytime the
1009   Device status changes.
1010 - Copy the change name and changer command into the device
1011   record if none is specified.
1012 - Require the change command and changer name to be specified in
1013   and AutoChanger resource.
1014 - Force all the Media Type records of all devices in an Autochanger
1015   to be the same.
1016 06Mar05
1017 - Add new "run" command to Job resource in DIR. This permits
1018   cloning a job as many times as you want.
1019 - Pass PoolId to SD on Query request. It is now used in the
1020   Find_media catalog request.
1021 - Reworked the Device resource in the DIR. Eliminated num_waiting
1022   and use_count, but added max_writers, reserved, and PoolId.
1023 - This DIR is nolonger compatible with previous SDs.
1024 - Add since and cloned keywords to the Console run command
1025   to support cloning.
1026 - Implemented store_alist_str() to allow multiple string items
1027   to be specified in a .conf file.
1028 - Added %s (since time) to Job code editing.
1029 - Reworked reserving drives in the SD. It now does it much simpler
1030   and correctly. 
1031 05Mar05
1032 - Integrate HP-UX patch from  Olivier Mehani <olivier.mehani@linbox.com>
1033 - Fix FD job.c to test correctly for no level.
1034
1035 Changes to 1.37.4:
1036 04Mar05
1037 - Change Developers to Developer's Guide as requested by Michael.
1038 - Fix developers link in manual
1039 - Add additional dcr changes in SD to allow multiple dcrs.
1040 02Mar05
1041 - Fix a few problems with the MySQL table create in 1.37.
1042 - Delete the new tables in the table delete files.
1043 - Increase the number of items permitted in a conf table.
1044 - Make Director loop over alternative Devices specified in the
1045   Storage resource until one is reserved by SD.
1046 - Fix storing of StorageId in Media records.
1047 - Add AutoSelect = yes|no in bacula-sd.conf
1048 - Add Autochanger support to Label command.
1049 - Do not autoselect devices with autoselect set false 
1050 01Mar05
1051 - Implement setting DIR Storage device to Autochanger
1052   name. 
1053 - Select first available device in Autochanger.
1054 - Pass back actual device name used.
1055 - Allow Query of AutoChanger.
1056 - Modify Query to include name of AutoChanger if 
1057   Device belongs to one.
1058 - Remove old Pool code in jobq.c
1059 - Add Autoselect flag to query and DEVICE class (still
1060   need Directive).
1061 28Feb05
1062 - Lock autochanger script when running.
1063 - Mark Volume not InChanger if correct volume is not     
1064   autoloaded.
1065 - Corrected some typos in the make_xxx_tables.in files.
1066 - Made preliminary split of pre-run and run code for each
1067   job type. This will permit early opening of SD for reserving
1068   drives.
1069 - Add offline and autochanger fields to Device Query record.
1070 - Correct pthread_mutex_init() for autochanger in SD.
1071 - Tweak Makefile for LaTeX manual, plus add nav buttons.
1072 26Feb05
1073 - Clean up drive reservation system. Add more sanity checks.
1074 - Implement a few more methods for the DEVICE class in SD.
1075 - Add latex directories to make clean
1076 - move DEV_BSIZE to B_DEV_BSIZE to avoid conflicts with
1077   certain header files (FreeBSD).
1078 24Feb05
1079 - Fix an ASSERT that was triggering in stored/acquire.c
1080   attempt to fix a bug report.
1081 23Feb05
1082 - Corrected SunOs to SunOS in btraceback (user submitted).
1083 - Applied patch from Roger HaaÂ¥kansson <hson@ludd.luth.se>
1084   to warn the user of defective AWKs during ./configure.
1085 20Feb05
1086 - Add some changes submitted by a user for HP client build.
1087   Not all changes accepted.
1088 - Rework code in filed/backup.c to ease #ifdefing and make
1089   program flow more obvious.
1090 - Split DVD code out of dev.c into dvd.c
1091 - Tweak #ifdefing to add back all the performance measurement
1092   #defines in version.h
1093 - Put most of MTIOCGET code in a subroutine to simplify the
1094   mainline code.
1095 - Make clean remove old CVS files
1096 - Remove unnecessary image files from Latex directory
1097 - Implement remaining parts of Storage DB record and
1098   its use in the Director.
1099 - Implement
1100   FullMaxWaitTime, Differential Max Wait Time, and               
1101   Incremental Max Wait time in Job resource.
1102 - Start work on SD Autochanger code.
1103 19Feb05
1104 - Add back JobId index for MySQL as default -- speeds up 
1105   pruning.
1106 - Add more database fields and fix the update scripts to
1107   include the new items.
1108 - Pass actual level to FD so that ClientRun editing can reflect
1109   correct level -- ditto for job status. This makes the DIR
1110   incompatible with older clients!
1111 - Move jobq.c acquire resources to static subroutine so that
1112   the code logic becomes clearer. This is in preparation for
1113   actually using the new Device resources.
1114 - Fix some lower case problems in sql_cmds.c reported by
1115   Debian.
1116 - Correct a seg fault in the SD reported by a user. Occurred
1117   only when a high debug level was set.
1118 - Modify init_dev() in dev.c to take JCR as first arg so that
1119   proper error messages can be reported in next item.
1120 - Modify the query and use device SD commands to attempt to
1121   open the device if it could not previously be opened.
1122 - Correct error message for Could not reserve device.
1123 - Correct some minor details with Autochanger resource in SD.
1124 18Feb05
1125 - Fix seg fault if debug level 900 set in SD.
1126 - Truncate Win32 child return code to 8 bits.
1127 - Remove some old lld's.
1128
1129 Changes to 1.37.3:
1130 16Feb05
1131 - Make another attempt at fixing the ClientRunXXX return code 
1132   bug on Win32 machines.
1133 - Apply ua_status patch from Carsten Paeth <calle@calle.in-berlin.de>
1134   which enforces console ACLs in the status command for Jobs.
1135 15Feb05
1136 - Fix Media LabelDate and FirstWritten to be correctly set.
1137 - Fix deadlock in multiple simultaneous jobs.
1138 - Fix tape "truncation"/"number of files" after restore bug.
1139 10Feb05
1140 - Ensure that correct error messages are returned when
1141   reading an ANSI label.
1142 09Feb05
1143 - Modified ANSI label code to preserve any ANSI label 
1144   already found by skipping over it rather than rewriting
1145   it.
1146 - Split the ANSI label code into ansi_label.c
1147 - Do not let user relabel an ANSI labeled tape.
1148 - Applied a patch for the console help command supplied
1149   in a bug report. 
1150 - Added some new dev methods. Most notably was
1151   set_eof(), which handles setting all the dev variables
1152   when an EOF is just read. This is now used most everywhere
1153   in the code.
1154 07Feb05
1155 - Added code to detect that no files were inserted into the 
1156   tree for a restore. If a specific JobId was specified, the
1157   user has the option of restoring everything.
1158 - More progress in implementing 64 bit DB Ids.
1159 - Modified the daemon start messages for RH.
1160 - Implement update scripts for all database types.
1161 - First cut at implementing restore directory (it will not
1162   recurse).
1163 04Feb05
1164 - OK, I think ANSI labels work.
1165 - Added Label Type = ANSI|IBM|Bacula to Device resource in SD.
1166   If this is set, it will force writing of the appropriate
1167   label type.
1168 - Added Check Labels = yes|no to Device resource in SD. If this
1169   is set, Bacula will check for ANSI labels and accept them,      
1170   otherwise, ANSI labels will not be accepted when the tape
1171   is first mounted.
1172 02Feb05
1173 - Second cut ANSI labels.
1174 01Feb05
1175 - Merge Preben's patch for ACLs and for Mac OS X resource forks.
1176 - Some doc updates.
1177 - Display more informative message when a device was not
1178   found or could not be opened.
1179 - Add the sqlite3 database scripts. 
1180 - Add some patches for 1.36.1 (note, I have now prepared
1181   a 1.36.2 with all the patches and some new features --
1182   to be documented).
1183 - Some minor doc updates.
1184 - Add Arno's baculareport.pl script to the examples directory.
1185 29Jan05 -- after vacation
1186 - Add support for SQLite3 (it seems to run at 1/2 the speed
1187   of SQLite2).  Use --with-sqlite3 instead of --with-sqlite
1188   to get SQLite3.
1189 - Add target for running qemu to boot Rescue CDROM
1190 - Add code to support kernel 2.6 in Rescue CDROM -- does NOT yet
1191   boot correctly.
1192 - Implement ANSI labels -- not yet tested.
1193   This required changes to DB format. No upgrade script yet.
1194   Note, more work needed to modify "update" command to handle
1195   changing label types, also must restrict volume name lengths
1196   to 6 characters.
1197 - Add new Device, Storage, and MediaType records to DB. No
1198   upgrade script yet.
1199 - Add MediaType to bsr file record types. Not yet used in SD.
1200 - Permit multiple device specifications in Storage resource in 
1201   Dir conf file.
1202 - Implement Device resources. Director requests Device resource
1203   info from SD on startup. 
1204 - Note!!!! DIR->SD incompatible with previous versions.
1205 - Remove multiple Storage definitions in Job resource.  One can
1206   still specify multiple Storage resources, but they all go into
1207   a single alist, and imply sending data to each Storage daemon 
1208   simultaneously.
1209 - Implement Device query command between DIR and SD.
1210 - Allow DIR to "reserve" a Device. It will then be acquired
1211   when the FD connects to the SD.
1212 - Turn all DIR resources into classes, and implement a few class
1213   methods -- more to come.
1214 - Turn DEVICE in SD into a class, and implement a number of inline
1215   class methods -- more to come.
1216 - I had serious problems with ACL errors on my Laptop, and so had
1217   to add the following patch:
1218   @@ -181,7 +181,7 @@
1219       }
1220       /***** Do we really want to silently ignore errors from acl_get_file
1221         and acl_to_text?  *****/
1222   -   return -1;
1223   +   return 0;
1224    }
1225 - Added edit_int64()
1226 - Reworked and tested a bit the htable routines.
1227 - Major changes to SD acquire.c -- DIR can now reserve devices. Needs
1228   lots of testing!!!!
1229 - Made a special state code for DVD -- this simplifies the logic
1230   of the code, but I probably broke it. Testing needed!!!!
1231 - Add AutoChanger resource to SD, but not yet used.
1232
1233 Changes to 1.37.2:
1234 12Jan05
1235 - Integrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
1236   acl patch. Fix case where configured but no ACL exists.
1237   Rework calling arguments to be shorter and positioned
1238   more typically in Bacula usage.
1239 11Jan05
1240 - Fix scripts/bacula.in to have awk on an environment variable
1241   and add comments for Solaris users.
1242 - Turn off inet_aton in src/lib/address_conf.c for Win32
1243 - Add new files to win32 build and eliminate a compiler warning.
1244 - Add sample DVD Device resource to bacula-sd.conf
1245 08Jan05
1246 - Integrate Nicolas' patch for direct DVD support.        
1247 07Jan05
1248 - Fix fstype error returns.
1249 - Apply Preben's cleanup.patch which puts back much of the
1250   cleanup code in src/filed/restore.c
1251 06Jan05
1252 - Apply all of Preben's patches, but revert to old backup.c
1253   and old restore.c in filed. Also turn off code in new
1254   acl.c because of errors.  The new code, when fully implemented
1255   moves platform specific code into acl.c.
1256   One of the patches also implements WildFile and WildDir -- thanks.
1257 01Jan05
1258 - Implement Python in the SD (no events yet though).
1259 - Fix some typos in the previous commit.
1260 30Dec04
1261 - Enhance CDROM boot to include some documentation at boot time.
1262 - NOTE!!!!! The CDROM will not boot 2.6 kernels because the
1263     boot sequence has changed significantly. Updates to come
1264     later.
1265 - Add memtest option to CDROM boot.
1266 - Include Nicolas' changes to fix llist JobMedia records.
1267 - Make sure that ClientRunBefore/After messages from the program
1268   are terminated with a newline. Add strerror to output error
1269   messages.
1270 - Return program exit status code in Win32.
1271 29Dec04
1272 - Add memtest86 to Bacula Rescue disk
1273 - Enhance Rescue disk startup screen
1274 24Dec04
1275 - Move some variables to eliminate Solaris 2.6 compiler warnings.
1276 - Fix the seg fault at the end of a job in the FD when using
1277   old style include/excludes.
1278 22Dec04
1279 - Apply Preben's ACL patch.
1280 - Integrate Preben's restore patch.
1281 - Integrate Preben's verify teaks.
1282 - Fix doc/latex/Makefile to copy/remove .eps files when building
1283   html and web outputs.
1284 21Dec04
1285 - Fix Bacula so that it does not exit if there is a syntax error
1286   in its conf file during a reload command. Bug 182.
1287 - Apply fixes suggested for old Solaris networking.
1288   Fixes bug 190.
1289 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1290   three patches that clean up white space:
1291   ws.patch.02.strings:
1292     Breaks strings that span lines into concatenated strings. I am not sure
1293     if you like this one. Other code works with concatenated strings, though.
1294   ws.patch.03.trailing:
1295     This removes trailing whitespace. No changes resulted from this for
1296     my setup.
1297   ws.patch.04.leading:
1298     This replaces space runs at the start of line with tabs. No changes
1299     again.
1300 - Fix overriding storage specification to be done
1301   through a subroutine.
1302 - Fix autoconf so it runs with FC3. 
1303 - Add Python4.3 to configure search paths.
1304 - Always copy and delete storage definitions into jcr.
1305 - Check that VolumeName supplied by Python is valid. 
1306   Return 0 if not.
1307 19Dec04
1308 - Fix undefined in non-Python build.
1309 - Update rescue disk to include mkinitrd
1310 - Fix umount_drives in rescue disk (only one arg to umount)
1311 - Ensure that if SD is manually set in Console, it is used.
1312 - Put generate_event on pointer and plug it in init. This
1313   permits using it in /lib
1314 - Correct despooling size reported to be Job specific rather
1315   than for the whole drive.
1316 18Dec04
1317 - Fix bug 207. jcr use count off by one when manually
1318   scheduling jobs.
1319 - Remove FNMATCH test in configure.in and always use
1320   the one in our library to get the FN_CASEFOLD GNU
1321   extensions on all platforms.
1322 - While using the rescue CDROM after my computer would not
1323   boot, I realized that it would be very useful to have
1324   a umount_disks. So, it is not implemented, along with
1325   updates to the READMEs and some minor tweaks.
1326 - Moved mounting the CDROM in the rescue boot from /cdrom
1327   to /mnt/cdrom (more standard location).
1328 - Reboot in CDROM rescue should now work -- requires -d
1329   option (no write) to work.
1330 - Hopefully fixed all the IPV6/4 problems and buffer
1331   problems with networking in lib. Bugs 190 and 204.
1332   Cleaned up a lot of #ifdefing problems by using routines
1333   in address_conf.c
1334 17Dec04
1335 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1336   alist fix patch.
1337 - Remove duplicate code from chksum.h (mentioned by Preben).
1338 13Dec04
1339 - Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
1340   to handle both the "standard" and "default" ACLs.
1341 12Dec04
1342 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1343   three cleanup patches (btest, verify, find).
1344 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1345   three cleanup patches (backup, chksum, and verify)
1346 09Dec04
1347 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1348   patch to avoid doing MTIOCGET on OSes that do not support
1349   it such as OpenBSD.
1350 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1351   patch to add filesystem type matching to FileSets in the
1352   Options resource.
1353 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1354   patch to add Mac OSX resource fork support (save/restore)
1355   to Bacula -- HFS Plus support.
1356 - Add FileSet to client Job listing query.
1357 06Dec04
1358 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1359   patch to backup directories skipped (due to no file system
1360   changes or no recursion), and to add a slash to the end
1361   of the directory name during the match process.
1362 - Implement Jamie ffolliott <jamieff@inline.net>
1363   patch to dird_conf.c that enables Multiple Connections and
1364   fixes a typo in show. The rest of his patch awaits my suggested
1365   changes.
1366 05Dec04 
1367 - Implement run command in Python
1368 04Dec04 
1369 - Implement conversion of the manual, and some minor
1370   tweaks to the script tags.
1371 - Apply a patch supplied by Preben 'Peppe' Guldberg that implements
1372   ignore case in wild cards and regexes.
1373 - Fix a truncated line in the above patch due to my cut and paste.
1374 03Dec04
1375 - Fix it so that the InChanger flag is only changed for Volumes
1376   in the same Pool.
1377 - Add PIDOF configuration path and apply to bacula.in
1378 - Add user supplied patch to add inet_aton() of old Solaris
1379   systems.
1380 - Require pools to match before allowing multiple simultaneous
1381   accesses to same storage resource.
1382 - Add patch supplied by Martin to correct buffer overrun in
1383   bsnprintf() with no library snprintf().
1384 02Dec04
1385 - Apply user supplied patch that implements No Hard Links.
1386 - Document Python interface
1387 - Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
1388 01Dec04
1389 - Fix non-python prototypes in dummy routines.
1390 - Add python 2.3 to config search list (user submitted patch)
1391 - Add JobStatus to Python variables.
1392 28Nov04
1393 - Add "python restart" command in Console.
1394 - Make built-in variables table driven.
1395 - First cut of Python Events for Bacula. Director only.
1396   StartJob, EndJob, NewVolume events.