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