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