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