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