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