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