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