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