]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
4bdbd37550432c68e9cd3a716b819f2d56ee5aef
[bacula/bacula] / bacula / ChangeLog
1
2 Changes to 1.37.12:
3 02Apr05
4 - Reset NumVols in Pool record from database on every update
5   Pool.
6 - Modify DB to support multiple simultaneous copies and
7   RAIT stiping.
8 - Pass copy and stripe between DIR and SD and put into
9   the JobMedia DB record.
10 - Update and test SQLite and MySQL datebase creation and
11   update scripts.
12 - Implement version 9 of the DB.
13 31Mar05
14 - Convert more atoi to str_to_int64() for DB.
15 - Implement filling in NumVols by querying DB rather
16   than trying to keep track of it.
17 - Add storage name to string passed to in use storage=
18 - Fix newVolume() so that the Python script is always
19   called.
20 - Fix handling of pool,PoolId, and storage in ua_output.
21 - Same fix in ua_status.c
22 - Remove required locking of resources
23 - Replace pthread_cond_signal() by pthread_cond_broadcast()
24   hoping to fix the /lib/tls hang problems (lost signal).
25 - Move resource locking seaching from parse_conf.c to res.c
26   in src/lib.
27 - Modify end of volume handling so that fixup_... does not
28   redo what block.c has already done -- writing Vol info to
29   DIR. This fixes a bug with bad numbers of files on a tape
30   when it filled as reported by Peter.
31 - In release_device() do not update the DIR on the Volume
32   info if the the information was already written at the
33   end of the tape.
34 28Mar05
35 - NOTE!!!! This version has a new DIR <--> SD protocol. Both 
36   must be updated at the same time.
37 - Begin implementation of passing all the Storage and Device
38   possibilities to the SD for examination during the reserve 
39   phase.
40 - Modify the reserve and acquire code in the SD to make a 
41   job wait if the device is not available.
42 - Implement New Volume Each Job in DIR and pass to SD, not yet
43   used.
44 - Remove init/update of the Device resource in DIR
45 - Remove passing PoolId to SD and back.
46 26Mar05
47 - Remove \a and -e from error echos in most Makefiles.
48 - Add more debug code when there are errors on the tape 
49   to try to find Peter's tape problem.
50 - Add wait.c (oops forgot previously).
51 - Move all the reserve/acquire_device_for_read/append to have
52   only a DCR as the argument.
53 - Rework the reserve_device_for_append() in stored to wait
54   if the drive is not available.  Note! This is a short
55   term solution.
56 25Mar05
57 - Comment out Multiple Connections in the document.
58 - Move the P() and V() to subroutines so that they can be accessed
59   from class methods. The reference to strerror() caused problems.
60 - Implement new DEVICE class methods block() and unblock() that
61   do what was previously done in 3 lines of code.
62 - Implement wait_for_device(), which will wait for any device
63   to be released then return. This requires a new global mutex
64   and condition variable, and is implemented in src/stored/wait.c
65 - Change the code in reserve_device_for_read(), which previously
66   failed the job to use the new device wait code.
67 22Mar05
68 - Apply reschedule patch to 1.37 code.
69 - Add copyright to title page of manual so it is clear.
70 - Create patch for rescheduling problem found by Ludovic. Storage
71   pointers were lost during rescheduling.
72 - Attempt to fix 2.6 rescue disk -- failed!
73 - Start working on adding a wait routine in the SD.
74 - Cleanup some old invalid doc in watchdog.
75 - Convert a number of references to dev->dev_name to dev->print_name().
76 - Add new wait.c file to SD.
77 - Add a few more methods to DEVICE in SD to cleanup code a
78   bit -- implement a few of the methods.
79 18Mar05
80 - Fix more print_name()s for printing device name.
81 - Modify open_dev to try 10 times every 6 seconds to
82   open the device if it gets an I/O error (meaning no
83   volume mounted). This gives a bit of settling in time
84   for an autochanger and avoids spurious messages.
85 - Change all yes/no to yes|no in the manual.
86 - Fix win32 create_file.c typo.
87 - Fix a typo in an error message.
88 17Mar05
89 - Detect if fseeko exists with autoconf. If so, use it 
90   and ftello.
91 - Remove old bacula-*.conf from examples directory (out
92   of date).
93 - Remove latex-fr index files from CVS.
94 - Rewrite code that stops reading the tape so that the
95   tape is marked at EOT, then once the work is done,
96   the EOT flag is removed.
97 - Flush output to file after every send in console.
98 - Make setting VolFiles to smaller number fatal.
99 - Disable Multiple Connections code.
100 - Add patch from user for NetBSD statvsfs() fix to
101   fstype.c
102 - Take more care with errors in acquire.c
103 - Don't run through dvd code in append.c if bad status
104   returned.
105 - Modify code so that an autochanger fault is fatal.
106 - Use dev->print_name() in more places.
107 - Implement dev->can_steal_lock() to simplify code.
108 - Make btape re-read first 10000 records on fill command.
109 - Check error return and fail job from fseeko and ftello
110   in spool.c.  Don't let a -1 slip in as size.
111
112 Changes to 1.37.7:
113 15Mar05
114 - Apply NetBSD patch from kardel in bug 258.
115 14Mar05
116 - Add a second job and a second client to the default
117   bacula-dir.conf file.
118 - Remove old style Include/Excludes.
119 - Fix ANSI labels to put EOF1 and EOF2 after each file mark.
120 - Add Python to SD and FD.
121 12Mar05
122 - Implement IBM labels
123 - Implement EOF and EOV labels at the end of a volume.
124 - Fix a rather ugly problem with the PoolId not getting
125   passed correctly. Now the DIR passes the Pool name and
126   Media Type to the SD, who passes them back when requesting
127   the next Volume. The DIR then looks up the correct PoolId.
128   This takes more time, but always works, AND allows wild
129   card Media Types (i.e. the SD can decide).
130 - The DIR <==> SD protocol has changed.
131
132 Changes to 1.37.6:
133 11Mar05
134 - Fix scanf of PoolId in catreq to handle 64 bit Ids.
135 10Mar05
136 - Add new ua_update.c file and move update_cmd there.
137 - Modify "update slots" to obtain actual number of slots.
138 - Tweak autochanger code to handle new slots request.
139 - Modify autochanger code to lock/unlock around slots and
140   update slots code.
141 09Mar05
142 - Patch the FD so that it does not issue an error message if
143   it attempts to restore the permissions on a Win32 drive.
144 - Edit "Resource-name" (physical-name) for the device name
145   everywhere in the SD.
146 - Remove .linked.tex files in preparation for cutover to
147   using .tex in place of .wml.
148 08Mar05
149 - Copy latest config.sub and config.guess from autoconf.
150 - Try new way of identifying drives with:
151    "resource-name" (physical-name)
152   More work need to a complete conversion.
153 07Mar05
154 - Rework some of the autochanger data so that the DIR has   
155   the number of drives.
156 - Modify the way the Device info is returned so that it comes
157   back as a special message type and can be sent anytime the
158   Device status changes.
159 - Copy the change name and changer command into the device
160   record if none is specified.
161 - Require the change command and changer name to be specified in
162   and AutoChanger resource.
163 - Force all the Media Type records of all devices in an Autochanger
164   to be the same.
165 06Mar05
166 - Add new "run" command to Job resource in DIR. This permits
167   cloning a job as many times as you want.
168 - Pass PoolId to SD on Query request. It is now used in the
169   Find_media catalog request.
170 - Reworked the Device resource in the DIR. Eliminated num_waiting
171   and use_count, but added max_writers, reserved, and PoolId.
172 - This DIR is nolonger compatible with previous SDs.
173 - Add since and cloned keywords to the Console run command
174   to support cloning.
175 - Implemented store_alist_str() to allow multiple string items
176   to be specified in a .conf file.
177 - Added %s (since time) to Job code editing.
178 - Reworked reserving drives in the SD. It now does it much simpler
179   and correctly. 
180 05Mar05
181 - Integrate HP-UX patch from  Olivier Mehani <olivier.mehani@linbox.com>
182 - Fix FD job.c to test correctly for no level.
183
184 Changes to 1.37.4:
185 04Mar05
186 - Change Developers to Developer's Guide as requested by Michael.
187 - Fix developers link in manual
188 - Add additional dcr changes in SD to allow multiple dcrs.
189 02Mar05
190 - Fix a few problems with the MySQL table create in 1.37.
191 - Delete the new tables in the table delete files.
192 - Increase the number of items permitted in a conf table.
193 - Make Director loop over alternative Devices specified in the
194   Storage resource until one is reserved by SD.
195 - Fix storing of StorageId in Media records.
196 - Add AutoSelect = yes|no in bacula-sd.conf
197 - Add Autochanger support to Label command.
198 - Do not autoselect devices with autoselect set false 
199 01Mar05
200 - Implement setting DIR Storage device to Autochanger
201   name. 
202 - Select first available device in Autochanger.
203 - Pass back actual device name used.
204 - Allow Query of AutoChanger.
205 - Modify Query to include name of AutoChanger if 
206   Device belongs to one.
207 - Remove old Pool code in jobq.c
208 - Add Autoselect flag to query and DEVICE class (still
209   need Directive).
210 28Feb05
211 - Lock autochanger script when running.
212 - Mark Volume not InChanger if correct volume is not     
213   autoloaded.
214 - Corrected some typos in the make_xxx_tables.in files.
215 - Made preliminary split of pre-run and run code for each
216   job type. This will permit early opening of SD for reserving
217   drives.
218 - Add offline and autochanger fields to Device Query record.
219 - Correct pthread_mutex_init() for autochanger in SD.
220 - Tweak Makefile for LaTeX manual, plus add nav buttons.
221 26Feb05
222 - Clean up drive reservation system. Add more sanity checks.
223 - Implement a few more methods for the DEVICE class in SD.
224 - Add latex directories to make clean
225 - move DEV_BSIZE to B_DEV_BSIZE to avoid conflicts with
226   certain header files (FreeBSD).
227 24Feb05
228 - Fix an ASSERT that was triggering in stored/acquire.c
229   attempt to fix a bug report.
230 23Feb05
231 - Corrected SunOs to SunOS in btraceback (user submitted).
232 - Applied patch from Roger HÃ¥kansson <hson@ludd.luth.se>
233   to warn the user of defective AWKs during ./configure.
234 20Feb05
235 - Add some changes submitted by a user for HP client build.
236   Not all changes accepted.
237 - Rework code in filed/backup.c to ease #ifdefing and make
238   program flow more obvious.
239 - Split DVD code out of dev.c into dvd.c
240 - Tweak #ifdefing to add back all the performance measurement
241   #defines in version.h
242 - Put most of MTIOCGET code in a subroutine to simplify the
243   mainline code.
244 - Make clean remove old CVS files
245 - Remove unnecessary image files from Latex directory
246 - Implement remaining parts of Storage DB record and
247   its use in the Director.
248 - Implement
249   FullMaxWaitTime, Differential Max Wait Time, and               
250   Incremental Max Wait time in Job resource.
251 - Start work on SD Autochanger code.
252 19Feb05
253 - Add back JobId index for MySQL as default -- speeds up 
254   pruning.
255 - Add more database fields and fix the update scripts to
256   include the new items.
257 - Pass actual level to FD so that ClientRun editing can reflect
258   correct level -- ditto for job status. This makes the DIR
259   incompatible with older clients!
260 - Move jobq.c acquire resources to static subroutine so that
261   the code logic becomes clearer. This is in preparation for
262   actually using the new Device resources.
263 - Fix some lower case problems in sql_cmds.c reported by
264   Debian.
265 - Correct a seg fault in the SD reported by a user. Occurred
266   only when a high debug level was set.
267 - Modify init_dev() in dev.c to take JCR as first arg so that
268   proper error messages can be reported in next item.
269 - Modify the query and use device SD commands to attempt to
270   open the device if it could not previously be opened.
271 - Correct error message for Could not reserve device.
272 - Correct some minor details with Autochanger resource in SD.
273 18Feb05
274 - Fix seg fault if debug level 900 set in SD.
275 - Truncate Win32 child return code to 8 bits.
276 - Remove some old lld's.
277
278 Changes to 1.37.3:
279 16Feb05
280 - Make another attempt at fixing the ClientRunXXX return code 
281   bug on Win32 machines.
282 - Apply ua_status patch from Carsten Paeth <calle@calle.in-berlin.de>
283   which enforces console ACLs in the status command for Jobs.
284 15Feb05
285 - Fix Media LabelDate and FirstWritten to be correctly set.
286 - Fix deadlock in multiple simultaneous jobs.
287 - Fix tape "truncation"/"number of files" after restore bug.
288 10Feb05
289 - Ensure that correct error messages are returned when
290   reading an ANSI label.
291 09Feb05
292 - Modified ANSI label code to preserve any ANSI label 
293   already found by skipping over it rather than rewriting
294   it.
295 - Split the ANSI label code into ansi_label.c
296 - Do not let user relabel an ANSI labeled tape.
297 - Applied a patch for the console help command supplied
298   in a bug report. 
299 - Added some new dev methods. Most notably was
300   set_eof(), which handles setting all the dev variables
301   when an EOF is just read. This is now used most everywhere
302   in the code.
303 07Feb05
304 - Added code to detect that no files were inserted into the 
305   tree for a restore. If a specific JobId was specified, the
306   user has the option of restoring everything.
307 - More progress in implementing 64 bit DB Ids.
308 - Modified the daemon start messages for RH.
309 - Implement update scripts for all database types.
310 - First cut at implementing restore directory (it will not
311   recurse).
312 04Feb05
313 - OK, I think ANSI labels work.
314 - Added Label Type = ANSI|IBM|Bacula to Device resource in SD.
315   If this is set, it will force writing of the appropriate
316   label type.
317 - Added Check Labels = yes|no to Device resource in SD. If this
318   is set, Bacula will check for ANSI labels and accept them,      
319   otherwise, ANSI labels will not be accepted when the tape
320   is first mounted.
321 02Feb05
322 - Second cut ANSI labels.
323 01Feb05
324 - Merge Preben's patch for ACLs and for Mac OS X resource forks.
325 - Some doc updates.
326 - Display more informative message when a device was not
327   found or could not be opened.
328 - Add the sqlite3 database scripts. 
329 - Add some patches for 1.36.1 (note, I have now prepared
330   a 1.36.2 with all the patches and some new features --
331   to be documented).
332 - Some minor doc updates.
333 - Add Arno's baculareport.pl script to the examples directory.
334 29Jan05 -- after vacation
335 - Add support for SQLite3 (it seems to run at 1/2 the speed
336   of SQLite2).  Use --with-sqlite3 instead of --with-sqlite
337   to get SQLite3.
338 - Add target for running qemu to boot Rescue CDROM
339 - Add code to support kernel 2.6 in Rescue CDROM -- does NOT yet
340   boot correctly.
341 - Implement ANSI labels -- not yet tested.
342   This required changes to DB format. No upgrade script yet.
343   Note, more work needed to modify "update" command to handle
344   changing label types, also must restrict volume name lengths
345   to 6 characters.
346 - Add new Device, Storage, and MediaType records to DB. No
347   upgrade script yet.
348 - Add MediaType to bsr file record types. Not yet used in SD.
349 - Permit multiple device specifications in Storage resource in 
350   Dir conf file.
351 - Implement Device resources. Director requests Device resource
352   info from SD on startup. 
353 - Note!!!! DIR->SD incompatible with previous versions.
354 - Remove multiple Storage definitions in Job resource.  One can
355   still specify multiple Storage resources, but they all go into
356   a single alist, and imply sending data to each Storage daemon 
357   simultaneously.
358 - Implement Device query command between DIR and SD.
359 - Allow DIR to "reserve" a Device. It will then be acquired
360   when the FD connects to the SD.
361 - Turn all DIR resources into classes, and implement a few class
362   methods -- more to come.
363 - Turn DEVICE in SD into a class, and implement a number of inline
364   class methods -- more to come.
365 - I had serious problems with ACL errors on my Laptop, and so had
366   to add the following patch:
367   @@ -181,7 +181,7 @@
368       }
369       /***** Do we really want to silently ignore errors from acl_get_file
370         and acl_to_text?  *****/
371   -   return -1;
372   +   return 0;
373    }
374 - Added edit_int64()
375 - Reworked and tested a bit the htable routines.
376 - Major changes to SD acquire.c -- DIR can now reserve devices. Needs
377   lots of testing!!!!
378 - Made a special state code for DVD -- this simplifies the logic
379   of the code, but I probably broke it. Testing needed!!!!
380 - Add AutoChanger resource to SD, but not yet used.
381
382 Changes to 1.37.2:
383 12Jan05
384 - Integrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
385   acl patch. Fix case where configured but no ACL exists.
386   Rework calling arguments to be shorter and positioned
387   more typically in Bacula usage.
388 11Jan05
389 - Fix scripts/bacula.in to have awk on an environment variable
390   and add comments for Solaris users.
391 - Turn off inet_aton in src/lib/address_conf.c for Win32
392 - Add new files to win32 build and eliminate a compiler warning.
393 - Add sample DVD Device resource to bacula-sd.conf
394 08Jan05
395 - Integrate Nicolas' patch for direct DVD support.        
396 07Jan05
397 - Fix fstype error returns.
398 - Apply Preben's cleanup.patch which puts back much of the
399   cleanup code in src/filed/restore.c
400 06Jan05
401 - Apply all of Preben's patches, but revert to old backup.c
402   and old restore.c in filed. Also turn off code in new
403   acl.c because of errors.  The new code, when fully implemented
404   moves platform specific code into acl.c.
405   One of the patches also implements WildFile and WildDir -- thanks.
406 01Jan05
407 - Implement Python in the SD (no events yet though).
408 - Fix some typos in the previous commit.
409 30Dec04
410 - Enhance CDROM boot to include some documentation at boot time.
411 - NOTE!!!!! The CDROM will not boot 2.6 kernels because the
412     boot sequence has changed significantly. Updates to come
413     later.
414 - Add memtest option to CDROM boot.
415 - Include Nicolas' changes to fix llist JobMedia records.
416 - Make sure that ClientRunBefore/After messages from the program
417   are terminated with a newline. Add strerror to output error
418   messages.
419 - Return program exit status code in Win32.
420 29Dec04
421 - Add memtest86 to Bacula Rescue disk
422 - Enhance Rescue disk startup screen
423 24Dec04
424 - Move some variables to eliminate Solaris 2.6 compiler warnings.
425 - Fix the seg fault at the end of a job in the FD when using
426   old style include/excludes.
427 22Dec04
428 - Apply Preben's ACL patch.
429 - Integrate Preben's restore patch.
430 - Integrate Preben's verify teaks.
431 - Fix doc/latex/Makefile to copy/remove .eps files when building
432   html and web outputs.
433 21Dec04
434 - Fix Bacula so that it does not exit if there is a syntax error
435   in its conf file during a reload command. Bug 182.
436 - Apply fixes suggested for old Solaris networking.
437   Fixes bug 190.
438 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
439   three patches that clean up white space:
440   ws.patch.02.strings:
441     Breaks strings that span lines into concatenated strings. I am not sure
442     if you like this one. Other code works with concatenated strings, though.
443   ws.patch.03.trailing:
444     This removes trailing whitespace. No changes resulted from this for
445     my setup.
446   ws.patch.04.leading:
447     This replaces space runs at the start of line with tabs. No changes
448     again.
449 - Fix overriding storage specification to be done
450   through a subroutine.
451 - Fix autoconf so it runs with FC3. 
452 - Add Python4.3 to configure search paths.
453 - Always copy and delete storage definitions into jcr.
454 - Check that VolumeName supplied by Python is valid. 
455   Return 0 if not.
456 19Dec04
457 - Fix undefined in non-Python build.
458 - Update rescue disk to include mkinitrd
459 - Fix umount_drives in rescue disk (only one arg to umount)
460 - Ensure that if SD is manually set in Console, it is used.
461 - Put generate_event on pointer and plug it in init. This
462   permits using it in /lib
463 - Correct despooling size reported to be Job specific rather
464   than for the whole drive.
465 18Dec04
466 - Fix bug 207. jcr use count off by one when manually
467   scheduling jobs.
468 - Remove FNMATCH test in configure.in and always use
469   the one in our library to get the FN_CASEFOLD GNU
470   extensions on all platforms.
471 - While using the rescue CDROM after my computer would not
472   boot, I realized that it would be very useful to have
473   a umount_disks. So, it is not implemented, along with
474   updates to the READMEs and some minor tweaks.
475 - Moved mounting the CDROM in the rescue boot from /cdrom
476   to /mnt/cdrom (more standard location).
477 - Reboot in CDROM rescue should now work -- requires -d
478   option (no write) to work.
479 - Hopefully fixed all the IPV6/4 problems and buffer
480   problems with networking in lib. Bugs 190 and 204.
481   Cleaned up a lot of #ifdefing problems by using routines
482   in address_conf.c
483 17Dec04
484 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
485   alist fix patch.
486 - Remove duplicate code from chksum.h (mentioned by Preben).
487 13Dec04
488 - Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
489   to handle both the "standard" and "default" ACLs.
490 12Dec04
491 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
492   three cleanup patches (btest, verify, find).
493 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
494   three cleanup patches (backup, chksum, and verify)
495 09Dec04
496 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
497   patch to avoid doing MTIOCGET on OSes that do not support
498   it such as OpenBSD.
499 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
500   patch to add filesystem type matching to FileSets in the
501   Options resource.
502 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
503   patch to add Mac OSX resource fork support (save/restore)
504   to Bacula -- HFS Plus support.
505 - Add FileSet to client Job listing query.
506 06Dec04
507 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
508   patch to backup directories skipped (due to no file system
509   changes or no recursion), and to add a slash to the end
510   of the directory name during the match process.
511 - Implement Jamie ffolliott <jamieff@inline.net>
512   patch to dird_conf.c that enables Multiple Connections and
513   fixes a typo in show. The rest of his patch awaits my suggested
514   changes.
515 05Dec04 
516 - Implement run command in Python
517 04Dec04 
518 - Implement conversion of the manual, and some minor
519   tweaks to the script tags.
520 - Apply a patch supplied by Preben 'Peppe' Guldberg that implements
521   ignore case in wild cards and regexes.
522 - Fix a truncated line in the above patch due to my cut and paste.
523 03Dec04
524 - Fix it so that the InChanger flag is only changed for Volumes
525   in the same Pool.
526 - Add PIDOF configuration path and apply to bacula.in
527 - Add user supplied patch to add inet_aton() of old Solaris
528   systems.
529 - Require pools to match before allowing multiple simultaneous
530   accesses to same storage resource.
531 - Add patch supplied by Martin to correct buffer overrun in
532   bsnprintf() with no library snprintf().
533 02Dec04
534 - Apply user supplied patch that implements No Hard Links.
535 - Document Python interface
536 - Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
537 01Dec04
538 - Fix non-python prototypes in dummy routines.
539 - Add python 2.3 to config search list (user submitted patch)
540 - Add JobStatus to Python variables.
541 28Nov04
542 - Add "python restart" command in Console.
543 - Make built-in variables table driven.
544 - First cut of Python Events for Bacula. Director only.
545   StartJob, EndJob, NewVolume events.
546
547 Version 1.36.1 released 26Nov04:
548 24Nov04
549 - Take Dan's fix to the fix_postgresql_tables (thanks Dan)
550 - Increase Maximum Concurrent Jobs to 20 in SD and FD!
551 - Fix improper handling of autochanger Volumes that are not
552   marked InChanger.
553 22Nov04
554 - Update authentication failure message to indicate possible
555   problem with Maximum Concurrent Jobs. Add to doc too.
556 - Commit PostgreSQL BIGINT fix -- apparently some people didn't
557   get it.
558 - Do not use a slot unless it is InChanger in the autochanger
559   code, otherwise autochanger gets upset not finding the Volume.
560 21Nov04
561 - Make authentication timeout compile time configurable.
562   The value is set in src/baconfig.h
563 - Fix removing items from watchdog queue, which apparently
564   screwed up if there was more than one item.
565 - Rework mediaformat part of manual to separate out old
566   tape format for easier reading.
567 - Add a lot of debug code to the authentication code.
568 - Add seconds to the start/end times printed in the job report.
569 19Nov04
570 - Fix mutex deadlock in dequeue of messages.
571 - Add debug code to FD authorization.
572 18Nov04
573 - Increase authentication timeouts to 10 minutes.  
574 15Nov04
575 - Fix cancel bug in FD on /lib/tls with zero pid in 
576   pthread_kill.
577 - Add date/time to all messages.
578 - Make Qmsg use time message was queued rather than time
579   printed.
580 - Indent job output two spaces.
581 13Nov04
582 - Fix web page links for new manual.
583 - Grant postgresql permission to cdimages.
584 - Correct crash after "list nextvol" "list media" bug 160
585 12Nov04
586 - Fix scripts/Makefile.in missing ;\  -- thanks Martin
587 - A bit of work on btape to keep if from going into infinite
588   loops when things do not work well, and to print a bit
589   better info.
590 11Nov04
591 - JobDefs Storage resource completely overrode anything
592   specified in Job resource -- bug 159 -- fixed.
593 - Fix syntax of renaming postgresql per Dan.
594 - Add working_directory to be /tmp for wx_console.
595 10Nov04
596 - Allow both a JobId and a filename or list of files to be
597   specified on a restore command line.
598 - Save old mtx-changer before installing new one: bug 156
599 - Fix errors in CDROM file pointed out by Scott.
600 09Nov04
601 - Fix exepath when Bacula executed without path.
602 - Move test for socket libraries for Solaris in configure.in
603   before tcp wrapper tests so that linking works.
604 - Add "make copy-static-fd" to makefile in CDROM file to
605   copy existing static fd to CDROM rather than building it.
606 08Nov04
607 - More doc updates
608 - Fix ps command for OpenBSD
609 - Rework the creation of indexes for SQL -- fall back
610   to the old code, but document what can be added.
611 06Nov04
612 - Add new Daemon message handler in default DIR conf.
613 05Nov04
614 - Fix Seg Fault with -D100 in bpipe.c.    
615 - Fix Seg Fault in run specifying a JobId.
616 - Make mail from daemon with a Messages Resource use
617   the MailCommand with editing rather than the default
618   sendmail.
619 - Replace Jmsg in dispatch_message() with Qmsg.
620 - Make edit_job_codes handle NULL jcr.
621 04Nov04
622 - Add M_ALERT class and put tape alerts into it.
623 - Fix Verify count vs found by not double counting files
624   that are split across files/Volumes.
625 30Oct04
626 - Fix count returned from write_bsr_file() to handle multiple
627   volumes. This fixes most cases of the Verify VolumeToCatalog.
628 - Cleanup a bit the make clean for the rescue cdrom and remove
629   unneeded files from the CVS.
630 28Oct04
631 - Fixed acquiring a tape so that it does not block all acquires
632   when operator intervention is needed.
633 - Platform build script updates from Scott
634 - Doc updates
635 - Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
636   new /lib/tls. This is done in the startup scripts.
637 - Modify mtx-changer so that it checks for ONLINE while
638   waiting.
639 - Modify make_postgresql_tables.in so that EndBlock is stored
640   as a bigint. Prevents job failures when a disk volume is
641   larger than 2GB.
642 24Oct04
643 - Add grep ONLINE to wait_for_drive() in mtx-changer.in
644 - More doc.
645 - Rebuild Scott's new configure
646
647 Version 1.36.0 released 21Oct04:
648 Changes to 1.35.9:
649 19Oct04
650 - Modify install of make_catalog_backup and delete_catalog_backup so
651   that it will not overwrite any existing file.
652 - Additional documentation.
653 - Modified detection of largefiles to always set all flags regardless
654   of the machine.
655 - Modify autostart scripts to start Bacula late in the process and
656   terminate it early.
657 - Drop CDImages table in drop database tables scripts.
658 - Alter casting of (void *) in gnome2-console/restore.c to pass
659   by a (long int) so that it works with 64 bit machines.
660 - Add more debug to heartbeat.c in FD for problem of dropped connections.
661 18Oct04
662 - Adjust priorities for starting/stopping daemons to be
663   started late and stopped early as suggested by Marc Williams.
664 18Oct04
665 - Adjust priorities for starting/stopping daemons to be
666   started late and stopped early as suggested by Marc Williams.
667 18Oct04
668 - Fix crash on exit with -t option in FD on 2.6 kernels -- 
669   uninitialized thread id variable.
670 - Add additional SD and FD debug info to detect network hang.
671 - Fix bnet_strerror() routine not to return stack pointer.
672 - Put latest update routines in updatedb.
673 16Oct04
674 - Fix error during restore error reported by Christopher Hull when
675   no tape in the drive (open fails).
676 - Add more precise error reporting to FD when a network error
677   occurs.
678 15Oct04
679 - Fix empty files reported by Marin (zero file_size in dev.c).
680 - Update all the db update scripts to include the new multiple
681   key index on File proposed by Martin, and to fix up a few
682   minor things with PostgreSQL.
683 - Apply Christopher Hull's patch for getting the catalog correct
684   during a restore.
685 - Created a patch for 1.34.6 (and code in 1.35) to detect passing
686   the A option to the FD, which means enable ACL processing.
687   Submitted by Ben Vitale.
688 13Oct04
689 - Fix syntax error in make_mysql_tables.in pointed out by Scott.
690 12Oct04
691 - Add a kludge to detect bad date/times, which cause a seg fault in
692   Microsoft's version of localtime_r().  So, now we know that Microsoft
693   programmers do not check return codes!
694 - Minor update to web site (new projects page).
695 - Remove bigint for filenameid from postgresql table -- as demonstrated
696   by Martin, it has negative performance repercussions.
697 - Rework getuser() and getgroup() to avoid any possible race condition 
698   by returning the value in a buffer rather than from the cached table.
699 - Add a bit more debug code to the FD status output.
700
701 Changes to 1.35.8:
702 09Oct04
703 - Documentation.
704 - Integrate Peter Ericksson's dbx traceback scripts into Bacula
705 08Oct04
706 - Fix segfault in lsmark command in restore tree.
707 - Fix segfault in editing numbers in count command of restore tree.
708 - Add missing #define for IPV6 found by Martin in address_conf.c
709 - Use strcasecmp() instead of strcmp() in address_conf.c
710 07Oct04
711 - Fix bug where SD crashes on label if drive is not open
712   (i.e. Always Open = no).
713 - Added "Rerun Failed Levels = yes/no"
714 - Made calling offline_or_rewind() non-fatal if the
715   device is not open.
716 - Added Martin's suggestion to have multiple level index on
717   the file table.
718 - Update doc
719 - Fix misspelled #define in mysql.c for threading pointed out
720   by a user. 
721 - Fix incorrect prototype.
722 - Attempt to fix Solaris crash in SD during status command. 
723 04Oct04
724 - Fix backspace to first character in conio.c
725 - Add umount command for Phil. :-)
726 - Fix update volume volfrompool.
727 - Modify restore to print an error message if the size of a
728   restored file does not correspond to the saved stat packet.
729 - Fix count of files to be restored *not* to include 
730   top level created directories.
731
732 Changes to 1.35.7:
733 03Oct04
734 - Apply Martin's patch that puts back the run pool override
735   code -- dumb me for removing it.
736
737 Changes to 1.35.6:
738 02Oct04
739 - Create patches/README and the patch summary file.
740 - Use different share mode when opening files on WinMe/98/95 since
741   SHARE_DELETE is not implemented on those systems.
742 - In new syntax Includes, pass *all* files through the acceptance
743   filter so that no error messages will be printed for files that
744   cannot be opened if they are excluded.
745 01Oct04
746 - Fix bug 126 (Martin) -- prevent failed console label request from 
747   going into fixup code and thus trying to update the catalog.
748 - Always fold case in fnmatch() on Win32 systems
749 30Sep04
750 - Create patches directory
751 - Apply Martin's patch for fixing console modifications to Verify Jobs.
752 - Fix Win32 so that it can backup files that are opened by programs
753   such as Word (certain open system files cannot be backed up).
754
755 Changes to 1.35.5:
756 29Sep04
757 - Fix Storage overrides in Run directive
758 - Fix seg fault in AlertCommand
759 - Fix btape "test" and "fill" commands to work with new SD
760   data structures.  There are still problems ...
761 26Sep04
762 - Correct buffer length passed to inet_ntop() in address_conf.c
763 - Increase the debug level of a lot of messages to reduce the
764   debugging "noise".
765 - Modify how ST_APPEND is handled so that nothing is written
766   to the Volume if it is not set. It is now set only when
767   the Volume label is verified, and released when the volume
768   is released. This required a number of minor but rather
769   critical and fundamental changes.
770 - Improve quickly terminating a job in the SD when it errs.
771   More status checking and a few additional checks on
772   job_canceled() and check more error return statuses.
773 - Added a number of debug statements (to be removed later) that
774   check the VolCatName for a name.
775 - Create a single subroutine that handles terminating writing
776   on a Volume at the end of the volume (or after an error).
777 - Continued to add use of the berrno classs for strerror().
778 25Sep04
779 - Apply conio patches supplied by Peter Eriksson for configure.in
780   conio.h and conio.c to make it work better on Solaris.
781 - Make run_grub print manual procedure for installing grub
782 - Add extra setsockopt keepalive.
783 - Add code to set as many options as possible in the system
784   tape driver for different OSes.
785 24Sep04
786 - Apply Peter Eriksson's patch to configure.in fixes finding
787   correct libs on Solaris to link conio -- bug 121
788 - Add expected number of files to Verify VolumeToCatalog, and
789   if it does not equal the examined files, fail the job.
790   Fixes bug -- 114
791 - Modify the depend section of each Makefile.in to reference $(CXX)
792   instead of $(CC) -- bug 118
793 - Remove the word "restore" from the Volumes needed message in
794   dird/bsr.c since the message is used for Restore and Verify.
795 - Fix initialization and copying of the storage resource when
796   starting jobs (and in jobq.c when restarting). In some cases
797   jcr->store was not set causing a segfault -- bug 116
798 23Sep04
799 - More doc.
800 - Pass EndFile and EndBlock to SD.  
801 22Sep04
802 - Fixed bscan to close() drive between tapes.
803 - Turn on transactions for SQLite and PostgreSQL if
804   multiple connections are turned on.
805 - Removed stripping of filename in ua_tree insertion routine.
806 - Fix split_path_and_filename() routines to return zero length
807   path and files.
808 - Modify update_tables scripts to convert a single blank filename
809   into an empty filename.
810 - Incremented the release number because this version requires
811   an update to the database.
812   Use:
813     cd src/cats
814     ./update_bacula_tables  
815   to update an existing database.
816 - Implemented EndFile and EndBlock in the Media record. This will
817   allow Bacula to know exactly when to stop reading a tape if the
818   stupid tape driver does not give a logical end of tape indication 
819   and Bacula writes to the end of the tape getting an I/O error.
820 - Added new routines to update the database, and there are
821   new database creation routines to add the two new Media columns.
822 - The Media record is updated each time a JobMedia record is created.
823   This keeps the Media record up to date.
824 - Undid the code to use automatic type converions to char * in
825   POOL_MEM. This is due to the ugly consequences of essentially
826   destroying the class type nature of the class.
827 - Removed all the old mp_char() #define code.
828
829 Changes to 1.35.4:
830 22Sep04
831 - Add additional doc.
832 - Implement automatic POOL_MEM type conversion to char *. Thanks
833   to Martin Simmons for the suggestion.
834 - Remove some unneeded function overloading -- need removed by
835   automatic type conversion.
836 21Sep04
837 - Correct segfault in message.c with debug=200 (new code).
838 - Fix bug 109 verify with no options prints garbage.
839 - Add ioctl(MTIOCGET) call to clrerror_dev() in dev.c. As reported
840   by Frank Kardel, this should clear error conditions on NetBSD.
841 20Sep04
842 - Modify the rescue script to create mount_drives with
843   the order specified by Philip Nash (mkdir, mount).
844 - Tweak install chapter of French manual to add new paragraph
845   from English.
846 - Tweak restore tree message to be a bit clearer.
847 - Modify watchdog to wakeup after 60 seconds, or wakeup if
848   there is work to do.
849 - Modify watchdog stop routine to "ping" watchdog so that it
850   stops immediately rather than after sleep time.
851 - Fix btape to use new dcr blocks rather than its own.
852 - Fix butil.c to correctly handle Volume names for the
853   utility routines (broke when updating to dcrs).
854 11-19Sep04 (vacation)
855 - Implement multiple Storage specifications in the Job resource
856   (AND) each containing multiple specifications (OR). Not yet functional.
857   Note, this needs more work as most things now use
858   job->storage[0]->first() rather than looping through devices.
859 - Implement "Multiple connections = yes/no" in Catalog record for
860   allowing multiple simultaneous connections to the database.
861 - Add new mac.c (Migrate, Archive, Copy) to dird -- not yet implemented.
862 - Implement a new POOL_MEM class that automatically allocates
863   and deallocates a pool buffer.
864 - Overload a number of utility routines to permit using both
865   POOLMEM and POOL_MEM.
866 - Start converting to using POOL_MEM.
867 - There were a number of Bacula console ACL checks missing in
868   ua_run.c. It allowed users to run jobs they really should not.
869 - Correct a number of dates on the Copyright.
870 - Overload pm_strcpy() and pm_strcat() to handle new POOL_MEM
871   class.
872 - Overload bash/unbash_spaces to handle new POOL_MEM class.
873 - Make a *MASSIVE* pass through the Storage daemon eliminating
874   all use of jcr->VolumeName and jcr->VolCatInfo in favor of
875   dcr->...  
876 - Eliminate all all redundant arguments from calling sequences
877   in SD. This poses a number of problems due to the old way blocks
878   and records were allocated and released all the time. They are
879   now contained in the dcr. The problem is that old habits die hard
880   and there are still places where everything is not right.
881 - Implement "Block positioning = yes/no" in Device resource in SD.
882
883 Changes to 1.35.3:
884 09Sep04
885 - Add "Multiple Connections = yes/no" in catalog record. Only
886   the variable is implemented, no code yet.
887 - Close *all* FD unless debug on. 
888 08Sep04
889 - Add first cut of UTF-8 support to conio. It "seems" to be working
890   pretty well. Moving by words will definitely not work though.
891 - Improve detection and setting of gateway in the 
892   network_start script.
893 07Sep04
894 - Modify scan code so that in most places scanning will
895   continue across the end of a line.
896 05Sep04
897 - Begin major phase of 1.35 documentation.
898 - All outstanding bugs are fixed.
899 - Implement changes and improvements to rescue scripts as
900   proposed by Gaurav.
901 05Sep04
902 - Add correction to Phil's previous patch.
903 - Send all queued messages in SD and FD prior to closing down    
904   the job.
905 - Send queued messages in Jobs before terminating the job 
906   so that the messages print before the job report.
907 - Add a destructor so that the Console ACLs are properly
908   freed.
909 04Sep04
910 - Implement isolinux boot disk.
911 - Integrate Phil Stracchino's code (thanks for Matt's help).
912   It permits lists and ranges of jobids on the delete as in:
913   delete job jobid=1,3,5,11-16
914 03Sep04
915 - Apply Mike Acar's suggestion when looking for the next volume
916   to check purged volumes for recycling before doing a purge.
917 - Make some improvements to CDROM disk.
918 - Take another crack at ignoring drive open() errors during
919   polling.
920 02Sep04
921 - Add eliminate orphaned job records; eliminate admin records,
922   and eliminate restore records to dbcheck.
923 - replace sprintf by bsnprintf() in dbcheck.
924 - Added scan target to makefile in rescue cd to print scsi
925   devices.
926 - Added argument to berrno::strerror() to pass errno.
927 - Cleaned up a few more old strerror() calls and eliminated a
928   few of the now unnecessary set_errno() calls.
929 - Fixed a bug in the polling code that prevented more than 100
930   label reads (insanity check disabled if polling).
931 - Ignore bad return from open_device() if polling.
932 - Short circuit code if fatal error return from read_label() in
933   mount.c
934 01Sep04
935 - Add index file to JobId field of File records for PostgreSQL.
936 - Correct several bugs in the job queue scheduler concerning   
937   rescheduled jobs: 1. The SD status was not cleared causing a
938   wrong status to be displayed by Dir after rescheduling. 2. All
939   rescheduled jobs became zombies because the jcr use_count was
940   not decremented properly.
941 - Make the Catalog resource required in Client records.
942 - Order the listing of where a file is (item 2 on the restore
943   menu) by StartTime.
944 - Clarify when a filename only and a full path + filename must
945   be entered in items 2 and 8 of the restore menu.
946 - Fix logic error in resolution of names on IPv4 systems.
947
948 Changes to 1.35.2 released 01Sep04:
949 30Aug04
950 - Inhibit printing of FileSet for a restore as it is misleading.
951 - Cleaned up a number of minor scripting problems with the CDROM
952   creation.
953 - Fixed a race condition causing a Director crash on termination,
954   if a large number of SIGHUPs were sent during a multiple concurrent
955   set of backups.
956 28Aug04
957 - Completed integration of Rescue CD scripts with Bacula source.
958 28Aug04
959 - Added Ignore FileSet Changes = yes
960 - Added more error checking to the spooling code.
961 24Aug04
962 - Applied a patch from Peter Eriksson that removes a dynamic stack
963   allocation (replaced by alloca) and fixes some const problems.
964 - Fixed a free() of a static variable in the new IP code bnet.c
965 - Got the new Bacula Rescue CDROM booting.
966 - Replaced a dynamic template by a simple store when using the
967   native C compiler.
968 - Reworked some of the block.c error handling.
969 - Changed a Dmsgx(000, to Dmsgx(100 in dev.c that was dumping
970   debug output on a user.
971 - Integrated patch from 1.34.6 block.c to 1.35
972 17Aug04
973 - Fix conio.c problem on Solaris.
974 - Add debug code to lock_jcr_chain().
975 - Lock jcr chain around less code.
976 - Implement call by reference for Mmsg() and pm_strxxx() to
977   simplify calls.
978 - New IP address specification is used as follows:
979     [sdaddresses|diraddresses|fdaddresses] = { [[ip|ipv4|ipv6] = { 
980            [[addr|port] = [^ ]+[\n;]+] }] }
981
982   so it could look for example like this:
983      SDaddresses  = { ip = {
984             addr = 1.2.3.4; port = 1205; }
985         ipv4 = {
986             addr = 1.2.3.4; port = http; }
987         ipv6 = {
988             addr = 1.2.3.4;
989             port = 1205;
990         }
991         ip = {
992             addr = 1.2.3.4
993             port = 1205
994         }
995         ip = {
996             addr = 1.2.3.4
997         }
998         ip = {
999             addr = 2001:220:222::2
1000         }
1001         ip = {
1002             addr = bluedot.thun.net
1003         }
1004      }
1005   as a consequence, you can now specify multiple IP addresses and
1006   ports to be used. In the case of a server, it will listen on
1007   all those that you specify. In the case of connecting to the server,
1008   Bacula will attempt connecting to one at a time until it succeeds.
1009   And, in a few other special cases, Bacula will use only the first
1010   address specified.
1011
1012   The default port numbers are still the same and the services and hosts 
1013   are also resolved by name. So now  you could use the real names for the 
1014   port numbers.
1015
1016 Changes to 1.35.1:
1017 14Aug04
1018 - Print error message if Alert Command fails in bpipe_open().
1019 - Doc Alert command.
1020 - Eliminate unnecessary class in findlib/attribs.c
1021 - Add necessary empty files to new tray-monitor directory.
1022 13Aug04
1023 - Implement Class with template in findlib/attribs.c to do casting
1024   of uint64_t into stat packet types to avoid compiler warnings.
1025   Thanks to Meno for this idea.
1026 - Make some modifications to satisfy VC++.
1027 - Apply Martin Simmons' second patch to compat.cpp to fix the line
1028   I previously missed.
1029 - Apply Meno's fix to bnet that corrects use of ipaddr after free_addresses,
1030   back out my kludges, and it works.
1031 - Modified configure.in to by default add -Wall.
1032 12Aug04
1033 - Found some problems with printing IP addresses -- will notify Meno.
1034 - Added printing Pool to Job report.
1035 - Fixed several places where dlists were not being released 
1036   (term_job_server, ...)
1037 - Started implementing New() for dlists. Spent a lot of time,
1038   but could not get it to work.
1039 - Fixed a mutex deadlock between the job queue scheduler and the
1040   watchdog.
1041 - Made add_address() static.
1042 - Added bsnprintf to address_conf.c
1043 10Aug04
1044 - Apply Marin Simmons patch to inet_aton() in compat.
1045 06Aug04
1046 - Build on Win32 -- required a few changes because of new IP code.
1047 - Implement program reader code in Dir and FD -- not tested, and
1048   a few corrections for writer code are needed in FD.
1049 - Rework SQL for pruning. Add Admin pruning. Prune failed
1050   jobs in Verify and Restore.
1051 - Don't put commas in listing produced in restore so that users
1052   can cut and past JobIds without having commas in the way.
1053 - Change size_t to socklen_t in filed.c -- reindent a bit.
1054 - Remove addr_list->size from buf size definition in bnet.c
1055 - Create a Developer's document.
1056 - Add prompt for Update volume from pool and update all 
1057   Volumes from pool.
1058 05Aug04
1059 - Implement user friendly time duration input editing.
1060 - Add buf len argument to edit_utime().
1061 - Added eliminate orphaned Client records to dbcheck.
1062 04Aug04
1063 - Implement Alert Command in SD Device conf. 
1064 - Fix updating a Volume from the pool record -- it never changed
1065   anything.
1066 - Implement updating all Volumes from pool record.
1067 - Add patch by Denis Shaposhnikov that fixes excludes of directories
1068   in new style FileSets.
1069 03Aug04
1070 - Merge Meno's IPv6-1 code.
1071 - Update License to terminate rights of anyone suing a GPL licensor.
1072 - Add Pruning doc sent by Bryce Denney
1073 - Correct inconsistencies in restore command doc pointed out by user.
1074 - Don't edit commas in SQL intergers if they are not stricly integer.
1075 30Jul04
1076 - Update all pools in all DBs when starting the Director.
1077 28Jul04
1078 - Implement final cut of berrno and update Win32 code.
1079 - Update copyright to include a termination clause. Add copyright to
1080   binaries.
1081 - Implement .backups client=xxx for Nicolas.
1082 27Jul04
1083 - Make first cut at implementing berrno class to handle Unix, Win32
1084   and bpipe errors. Bpipe still needs to be implemented.
1085   This fixes (not yet tested) the Win32 errno problems in the compat lib.
1086 - Fix btape compile problem reported by Martin Simmons -- thanks.
1087 - Add ./configure detection of sys/tape.h
1088 26Jul04
1089 - Apply two fixes to recent changes to dev.c submitted by
1090   Martin Simmons.
1091 24Jul04
1092 - Add checks in btape for correct size of off_t, and correct editing
1093   of 32 and 64 bit values.
1094 - Move supported OS/hardware into a chapter by itself.
1095 - Fix bscan, which did not handle walking dcr list.
1096 - Remove old attach_jcr_to_device() code.
1097 - Fix config from Andy Wettstein's patch to use bitypes.h and detect
1098   uint32_t, ... definitions.
1099 - Fix a few compiler warnings because of casting pointers to int and
1100   vise versa.
1101 - Do some minor cosmetics to query.sql. nothing changed.
1102 - Don't call stop_thread_timer() in backup.c if timer not started.
1103 - Fix bug with out of order JobIds on restore.
1104 - Make watchdog examine queues once every 10 seconds instead of once
1105   a second.
1106 22Jul04
1107 - Add more bools to dev.c
1108 - Fix walking attached DCRs in bscan.c
1109 21Jul04
1110 - Doc updates
1111 - Start work on rescue files. Integrated RAID changes. 
1112 - Print a message when query.sql moved to query.sql.old during install.
1113 - Move setting of FreeBSD chflags() to after utime() to avoid error
1114   messages is immutable bit is set.
1115 18Jul04
1116 - Turn off heartbeat in FD when -s is given so that we can 
1117   debug without a flood of signals.
1118 - Close and reopen the device during an append test in
1119   btape. This better tests appending as if Bacula stops/restarts.
1120 - Remove old attach/detach_jcr_to_device() code
1121 - Add new attached_dcrs code.
1122 - Remove unnecessary subroutine for bsnprintf.
1123 - Replace sprintf() by home-grown code in edit_uint64 ...
1124 - Begin implementation of dev->attached_dcrs. 
1125 17Jul04
1126 - Remove scripts/fd.in from configure.in
1127 - Add printing of JobId when a Job is started from the console.
1128 16Jul04
1129 - Remove fd/fd.in from scripts directory.
1130 - Fix a number of bugs in dbcheck concerning the -c option
1131   (i.e. with a config file).
1132 - Made RH start scripts use -u and -g options.
1133 - Many more DCR changes.
1134 - Add job message indicating that the job has been rescheduled
1135   and when.
1136 - Fix job end time so that it is always updated. Previously it
1137   was not updated when a job was rescheduled.
1138 - Correct SQL for restoring job by path/name. It could sometimes
1139   pickup the wrong JobId -- submitted by a user.
1140 - Add a number of "%s" in editing database errors -- security issue.
1141 - Ensure that the NumVols is incremented and decremented in the
1142   pool record when Volumes are created or deleted.
1143 - Cleanup error handling when labeling a tape. If vol was read-only,
1144   the device would still be marked as having found a label.
1145 09Jul04
1146 - Put ftCreationTime into st_ctime of stat packet. Hopefully
1147   this will fix the problem of noticing files have been moved
1148   into the save path after a Full save.
1149 - Fix bug in "status dir" where not all entries are listed.
1150 - Cleanup some improper result printing in configure.
1151 - Optimize a couple of insertions in binary_insert of dlists.
1152
1153 Release 1.35.0 08 July 2004:
1154 08Jul04
1155 - Apply Christopher Hull's const patch for PostgreSQL
1156 - Add code to block.c to detect if block header is destroyed.
1157 - Add debug code for memset checking for zeroing 1900-3000 bytes
1158   which is what happened to the block headers.
1159 - If block header is destroyed, read the next block. Probably
1160   should return with new status similar to the SHORT block 
1161   return.
1162 - Add more debug info to bls for bad blocks.
1163 - More implementation of DCRs.
1164 07Jul04
1165 - Eliminate argument passing in SD by using dcr.
1166 - More int->bool conversions.
1167 - Add file:block to a number of read/write error messages.
1168 04Jul04
1169 - More int -> bool conversions.
1170 - Modify the SD piece by piece to use DCRs everywhere.
1171 - Cleanup some printout for query command. 
1172 - Fix typo in cats/mysql.c
1173 - Work on cleaning up tape driver a bit (use bools, better calling
1174   sequences).
1175 - Attempt to fix multi-Volume disk backup. Needs to be tested.
1176 01Jul04
1177 - Add Regular expressions to FileSet options.
1178 - Correct configure.in to use ${MAKE} for doing the dependencies.
1179 - Make MySQL and PostgreSQL try for 30 seconds to connect before
1180   giving up.  
1181 - Correct Gnome 1.4 Makefile to build without cats library.
1182 - Correct a crash reported (with patch) by Jonathan Soong 
1183   when attempting to backup an ACL on a symlinked file.
1184 27Jun04
1185 - Fixed an off by one bug in the new resources pointer code.      
1186   res_head array was one too small.
1187 - Added Errors to last_job list. This allows detecting jobs
1188   that terminated in a warning.
1189 - Implement setting the Win32 icon to yellow instead of red
1190   when the job terminated OK but with warnings.
1191 - Fix the Win32 makefile and VC project file. The links were
1192   not including the Win32 dlls.      
1193 - Delete some old Win32 code that was turned off.
1194 - Eliminate a few more Win32 compiler warnings.
1195 - Reduce the output produced by NIS (Win32 install builder).
1196 - Simplify some of the #ifdefing in compat.h
1197 26Jun04
1198 - Rewrite spooling error handling when I/O error occurs. It is
1199   a bit tricky, requiring to truncate the file so that a despooling
1200   will work correctly. Needs to be tested.
1201 - Make better subroutines for setting up for a new job.
1202 - Start putting all DB ids on #defines (going to 64 bits).
1203 - Fix gnome-console Makefile.in to work again.
1204 - All "level=Incremental/Decremental" to the estimate command. This
1205   required some re-arrangement of subroutines at a fairly low level.
1206 25Jun04
1207 - Apply Piotr Jaworski's patch (patch-r-status.diff) to update the
1208   catalog status when a backup job starts running.
1209 24Jun04
1210 - Add (char*) cast to readline call in console.c for old readlines.
1211 - Copy Makefile.in from gnome2-console to gnome-console (to eliminate
1212   need for cats library).
1213 - Modify spooling code to handle write error (e.g. spooling disk full)
1214   more gracefully. Previously despooling would fail.
1215 22Jun04 
1216 - Reduce casting in smartall.c a bit and add counters for 
1217   bytes, max_bytes, buffers and max_buffers.
1218 - Fixed reload algorithm to stack both job end callback and the
1219   table id.
1220 - Fixed the orphaned buffer after reload (job_end_push had to be
1221   destroyed.
1222 - Destroy cond var (jcr->term_wait) only if initialized.
1223 21Jun04
1224 - Sort the Scheduled Jobs list by start-time, priority.
1225 - Implement resources on a pointer.
1226 - Fix Gnome console crash on up/down arrow with no history.
1227 19Jun04
1228 - Finish first cut of SIGHUP code. To make really work need res
1229   on a single pointer rather than in fixed memory.
1230 - Fix a number of places in query.sql where multiple JobIds are
1231   printed (due to JobMedia records).
1232 - Add new query: List jobs on Volume given Volume name.   
1233 - Correct socket close on Win32 in bnet.c (in addition to compat.cpp).
1234   Caused fd leak in Win32 for each connection.
1235 - Remove vol labeled test in askdir update_volume_info so that non-labeled
1236   Volume in catalog can be marked in error.
1237 - Close socket in SD when connection rejected. Caused fd leaks.
1238 - Initialize job_start_wait cond variable after every new_jcr() otherwise
1239   NetBSD gets error in library when trying to delete it without being inited.
1240 - Fix typo (9 instead of 0) return status in write_new_volume_label.
1241 - Fix mount.c to call routine that correctly marks a volume in error.
1242 - Move code to rewrite volume label to subroutine -- a bit cleaner.
1243 18Jun04
1244 - Finish implementation and testing of new restore tree code.
1245 - Implement feedback while tree is loading.
1246 - Eliminate printing INFO message in UpdateDB (cats) -- it generates
1247   "false" error messages.
1248 - Eliminate some GTK error messages when running the Gnome2 console.
1249 16Jun04
1250 - Begin restructuring tree.c for inclusion of the binary_insert()
1251   routine.         
1252 - Apply Peter Eriksson's lib file order changes in linking for IRIX.
1253 - Abort configure if Internal is  selected as the database.
1254 - Add testimonials to the Web page
1255 - Add the bugs list to the Web page "lists".
1256 - Clarify the English in SuSE and Slackware when SD not running.
1257 15Jun04
1258 - Applied another extern "C" patch from Peter Eriksson.
1259 - Fixed a bunch of VC warning messages.
1260 - Applied the patches sent by Andreas Jellinghaus: build Gnome and  
1261   wx-console in client-only build if configured; add ./configure option
1262   to permit setting of sbin modes -- default is 0745 as before; remove
1263   cats library from Gnome console build; remove old version from Gnome
1264   About box. Thanks Andreas.
1265 14Jun04
1266 - Applied Peter Eriksson's const changes to the source code. Thanks Peter.
1267 - Implemented a binary_insert() method for dlists -- intended to be used
1268   in the restore tree routines.
1269 - Turned on my bsscanf() code, which replaces sscanf() by my routines, which
1270   are a subset of sscanf() used by Bacula, but which have known 32/64 bit
1271   behavior rather than vendor dependent !@#$%*.
1272
1273 2004-07-30 Version 1.34.6 28Jul04 Release
1274 28Jul04
1275 - Fix a restore bug where the backups could be
1276   applied out of proper order possibly restoring an old version
1277   of a modified file.
1278 - Fix for restore selection of a file by name, where it was
1279   possible to select a file from the wrong Client.
1280 - Fix segmentation fault during backup of a symbolic link
1281   with ACLs turned on.
1282 - Fix a minor compile error in wx-console.
1283 - Fix a bug in despooling when the spooling disk partition becomes
1284   totally filed or gets I/O errors.
1285 - Fix a memory leak in PostgreSQL, and make Bacula retry 5 times if
1286   connecting to the DB fails.
1287 - Retry 5 times if connect to MySQL failes.
1288 - Fix linking the gnome-console
1289                                                                                       
1290 2004-06-22 Version 1.34.5 21Jun04 Release
1291 21Jun04
1292 - Fixed Gnome crash on up/down arrow with no history.
1293 - Fixed btape "fill" crash with multiple tape option.
1294 19Jun04
1295 - Fix a number of places in query.sql where multiple JobIds are
1296   printed (due to JobMedia records).
1297 - Add new query: List jobs on Volume given Volume name.   
1298 - Correct socket close on Win32 in bnet.c (in addition to compat.cpp).
1299   Caused fd leak in Win32 for each connection.
1300 - Remove vol labeled test in askdir update_volume_info so that non-labeled
1301   Volume in catalog can be marked in error.
1302 - Close socket in SD when connection rejected. Caused fd leaks.
1303 - Initialize job_start_wait cond variable after every new_jcr() otherwise
1304   NetBSD gets error in library when trying to delete it without being inited.
1305 - Fix typo (9 instead of 0) return status in write_new_volume_label.
1306 - Fix mount.c to call routine that correctly marks a volume in error.
1307 18Jun04
1308 - Eliminate printing INFO message in UpdateDB (cats) -- it generates
1309   "false" error messages.
1310 - Eliminate some GTK error messages when running the Gnome2 console.
1311 16Jun04
1312 - Apply Peter Eriksson's lib file order changes in linking for IRIX.
1313 - Abort configure if Internal is  selected as the database.
1314 - Add testimonials to the Web page
1315 - Add the bugs list to the Web page "lists".
1316 - Clarify the English in SuSE and Slackware when SD not running.
1317 15Jun04
1318 - Applied the patches sent by Andreas Jellinghaus: build Gnome and  
1319   wx-console in client-only build if configured; add ./configure option
1320   to permit setting of sbin modes -- default is 0745 as before; remove
1321   cats library from Gnome console build; remove old version from Gnome
1322   About box. Thanks Andreas.
1323
1324 2004-06-09 Version 1.34.3 09Jun04 Release
1325 12Jun04
1326 - Enhance regression scripts.
1327 - Apply Tim Oberfoell's ACL patch.
1328 11Jun04
1329 - Implement bsscanf() because sscanf on FreeBSD amd64 stores
1330   in 64 bit words for %ld. Turned on for the moment only for
1331   FreeBSD amd64.
1332 - Fix all conversions of ptr to int to use (long unsigned) this
1333   works on i386 and amd64.
1334 - Add mtimeonly and keepatime to new Options list -- omitted before.
1335 - Add a bit more authentication debug code.
1336 - Start variable name/overload cleanup in SD
1337 - Fix sscanf() in askdir.c scanning into bool to use local int.
1338 - Make max_spool_size int to allow proper arithmetic.
1339 - Remove trailing junk on sscanf() of "Hello Start Job" in SD.
1340 - Make ask_sysop_to_mount_volume() always ask sysop.
1341 - In SD mount.c, if get I/O error or read label error on non-removable
1342   Volume, mark the volume in error and retry. 
1343 - In SD mount.c, if non-removable volume, never ask sysop to mount. We
1344   ask sysop if there are no appendable Volumes though.
1345 - The above 3 items fix the looping error Bacula would get if the
1346   Volume was in the catalog but didn't exist -- or was zero bytes 
1347   long.
1348 10Jun04
1349 - Implement | and < in FD for new FileSet files.
1350 - Implement simplistic attribute spooling statistics in status.
1351 - Make storage=xxx on restore override the restore default.
1352 - Fix an uninitialized stack variable in append.c that caused data
1353   corruption on amd64 machines and *could* cause the same on other
1354   machines.
1355 - Fix a seg fault in automatic tape labeling.
1356 - Eliminate a PoolId=nn when zeroing the InChanger flag for a Volume.
1357 - Add a bit more debug info to bls.c
1358 - Clear InChanger flag during "update barcodes" if no VolName present,
1359   i.e. no Volume in Changer.
1360 - An update pulled in Christopher Hull's fixes to the client program          
1361   execution on Win32 to search the path and use COMSPEC.  New rules
1362   apply!
1363 - Fix UpdateDB to complain if mum_rows < 1 rather than != 1.
1364
1365
1366 2004-06-09 Version 1.34.3 09Jun04 Release
1367 09Jun04
1368 - Add missing FT codes in new FileSet callback, which caused error
1369   return on unchanged directories.
1370 08Jun04
1371 - Fix "update volumes" move from one pool to another.
1372 - Change default search location for PostgreSQL -- thanks
1373   to Hans-Ulrich Schaefer.
1374 06Jun04
1375 - Zero Slot if not autochanger in stored/mount.c
1376 - As a last ditch effort to mount the next tape in mount.c, zero slot
1377   and ask sysop.                 
1378 - Win32 status was picking up the first status in the list job terminated
1379   jobs instead of the last.
1380 05Jun04
1381 - Add additional fields to llist pools
1382 - Correct some minor label scan problems with update slots
1383 - Ensure correct Pool is used with tape cleaning prefixes.
1384 - Eliminate false error message in update slots (slots taken as
1385   Storage device).
1386 02Jun04
1387 - Print "Unimplemented" message if user does reload command in Console.
1388 - Add DISTINCT to Volumes for restore in query message (user supplied fix).
1389 - Fix crash in btape during read after fill -- important bug.
1390 - Turn config parse ABORTs into ERROR_TERM in Storage daemon.
1391 - Add dbcheck enhancements submitted by Mano Abels and
1392   Jose Luis Tallon.
1393 - Update autoconf files to latest version.
1394 01Jun04
1395 - Modify jobq scheduler to require exclusive use of the Storage device
1396   before starting it.
1397 31May04
1398 - Eliminate a few compiler warnings on Win32
1399 - Change Win32 to use btimers instead of timers.
1400 - Remove two returns in void subroutines in wxbconfigpanel.cpp
1401 30May04
1402 - Apply Christopher Hull's check for error return from open_bpipe()
1403   in filed/job.c
1404 - Be sure to clear *all* bits in hourly when an hour is given.
1405 - Apply a user fix to query.sql
1406 - Check status code returned from _open_osfhandle in compat
1407 28May04
1408 - Apply Peter Eriksson's bug fixes.
1409 - Add Alpha (tru64) submitted by Scott Bailey.
1410 - Update manual
1411 - Add new Autochanger to list supported
1412 - Cleanup src dir better after glade trashes it with junk
1413 - Make another attempt to get hourly, daily, ... keywords working
1414   intuitively and correctly.
1415 - Prevent seg fault when no job name specified on "status job"
1416 - Rename timers.h/.c in lib to prevent conflict on some machines
1417 - Trap NULL DCR in block.c
1418 - Add additional info to failed btape test pointing user to manual.
1419 - Undefine DCR, which is defined on some stupid systems.
1420 - Fix stored/dircmd.c not to quote Volume name on label query so that
1421   "update slots scan" works right (the quotes confused it).
1422 - Fix autochanger.c not to attempt to unload a slot if the prior loaded
1423   request returned -1.
1424 01May04
1425 - In testing for Mike Acar's problem. I *finally* found and nailed
1426   the mount command that did not release a waiting job. The return
1427   of a stolen lock forgot to broadcast.
1428 - In examining Mike Acar's problems, it appears that the Bacula                      
1429   block size is not always set to a multiple of 1024. I've modified
1430   block.c to do so.
1431 30Apr04
1432 - Add Excludes to new FileSet handling.
1433 - Fix bsmtp.c to correspond to RFC-2821 by removing extra spaces.
1434 29Apr04
1435 - Implement new style FileSets in both the Director and in the
1436   File daemon. No filters yet. Both old and new styles work.
1437 28Apr04
1438 - Apply the fixes Chris Hanson sent for mtx-changer and for detecting
1439   PostgreSQL on debian.
1440 - Rework File Options document
1441 - Re-begin work on File Options.
1442 - Add define for nl_langinfo in configure
1443 - Add additional tape drives sent by Jesse.
1444 27Apr04
1445 - Modify syslog in win32/compat to throw up a MessageBox().
1446 - Inhibit sending daemon messages to stdout if Win32 is set.
1447 - PostgreSQL performance updates from Volker Goetz
1448 - DB script updates suggested by Dan
1449 - Doc updates
1450
1451
1452 2004-04-26 Version 1.34.2 24Apr04 Release
1453 24Apr04
1454 - Get production build on Win32 of wx-console working -- mostly a problem
1455   of getting the paths right and installing and building wxWidgets.
1456 23Apr04
1457 - Make SD utility programs accept device name as well as archive device
1458   on command line.
1459 - Update docs
1460 22Apr04
1461 - Fix one off bug in StartBlock in bscan -- thanks to Gregory Brauer for
1462   reporting this.
1463 - Remove old debug code from Win32 FD.
1464
1465 2004-04-20 Version 1.34.1 20Apr04 Release
1466 18Apr04
1467 - Found and fixed SD crash during restore.
1468 - Added FreeBSD Bare Metal Recovery documentation by Alex Torres 
1469   Molina and others.
1470 - Added nice graphics produced by Aristedes Maniatis giving an
1471   overall view of Bacula.
1472 - Changed textdomain to be "bacula" in all progs.
1473 - Fixed a major race condition in the job scheduler when multiple
1474   simultaneous jobs is enabled. This occurred only when on job had
1475   blocked another because of resource usage. This caused a deadlock
1476   and CPU usage. Reported by Michel Meyers.
1477 - Changed the backup report to indicate "Backup OK -- with warnings
1478   if any warning messages were generated.
1479 - Change output of restore report to indicate:
1480   "Restore OK -- warning file count mismatch"
1481 - Make backup report say "Backup OK with warnings" if either FD or SD
1482   report any non-fatal errors.
1483 - Modify bscan to print some elementary statistics (#Jobs, #Files, ...)
1484   added to catalog.
1485 16Apr04
1486 - Modify bscan to print some elementary statistics (#Jobs, #Files, ...)
1487   added to catalog.
1488 15Apr04
1489 - Added --enable-wx-console and updated Makefile.in
1490 - Fix mtx-changer so that the calling sequence is compatible
1491   with the previous version (the new one required arguments that
1492   were not necessarily used).
1493 - Document how to use stunnel with Bacula.
1494 13Apr04
1495 - Fix crash in query command.
1496 - Remove schedule from the default restore job.
1497 - Fix data spooler to use min/max tape blocking factors.
1498 - Automatically turn of conio if library not found instead of bombing.
1499 - Cleaned up a lot of copyright dates.
1500 - Try to keep spool statistics from going negative.
1501 - Integrated wx-console code from Nicolas Boichat.
1502 09Apr04
1503 - Added new Pools chapter. Doc about using two disks.
1504 - Attempt to keep the spool file statistics size from going 
1505   negative.
1506 -8Apr04
1507 - Fix the Director's Scheduled Jobs: list to have a ===
1508   termination.
1509 - Fixed ./configure to disable readline rather than stop if 
1510   readline.h is not found
1511 - Fixed a typo in the SQLite database update script as reported
1512   by Robert J. Clark - thanks.
1513 07Apr04
1514 - Removed src/win32/pthreads and src/win32/zlib from the source
1515   tree.
1516 - Created a new depkgs-win32 that has the pthreads and zlib source
1517   code.
1518 - Removed the JobDefs from the default Restore job as it has a
1519   schedule. Thanks to Matt Howard for this.
1520
1521
1522 2004-04-06 Version 1.34.0 06Apr04 Release
1523 06Apr04
1524 - Turn off SIGQUIT in console.
1525 05Apr04
1526 - A good number of document updates.
1527 - Fixed the order which multiple files are accepted for 
1528   inclusion in the restore tree due to the fact that PostgreSQL
1529   returns files in a different order from their insertion.
1530 02Apr04
1531 - Fix autochanger test in btape. It used old editing routines.
1532 - Fix run_program to return 0 if program runs and no output.
1533 - Add more debug to run_program.
1534 - Make signal debug print signal string.
1535 01Apr04
1536 - Build console with client-only build.
1537 - Add better error messages to some of the db_xxx routines.
1538 - Apply Christopher Hull's patches for proper Win32 shutdown.
1539 - Eliminate True and False in favor of true and false.
1540 - Put correct thread id in jcr once the correct thread is running.
1541 - Zap head and tail pointers in dlist when everything is removed.
1542 - Rework sm_dump() so that it won't overrun a buffer when editing
1543   and error message.
1544 - Fix watchdog to properly remove entries while walking the
1545   dlist chain.
1546 - Fix termination of last_jobs list by removing broken code.
1547 31Mar04
1548 - Update dbcheck to fix Paths without a trailing slash and Filenames
1549   with a trailing slash.
1550 30Mar04
1551 - Add -p option to all SD programs including bacula-sd. It causes
1552   Bacula to proceed or forge on in case of I/O errors. It is unlikely
1553   this will help, and it is strongly recommended against running
1554   the daemon with this option in production.
1555 - Tweaked the Makefile not to create the gnome directories except
1556   when doing a gnome install.
1557 28Mar04
1558 - Implement Qmsg() queuing of messages to prevent recursion especially
1559   for bnet.c where recursion is fatal.
1560 - Add detection of ncurses if the termcap lib is not found.
1561 - Tweak winabout -- start cleanup.
1562 - Fix dlist again, when list is destroyed, be sure to null head and
1563   tail pointers.
1564 27Mar04
1565 - Make the default for restore to have nothing marked.
1566 - The "all" keyword on the restore command marks everything by
1567   default.
1568 - The "done" keyword on the restore command prevents user interaction
1569   with the tree routines -- used mainly for scripting (regression ...).
1570 - Correct a bug in the last_sibling code.
1571 - Add alphabetic sorting of siblings so the "dir" and "ls" commands
1572   during restore show files in alphabetic order.
1573 25Mar04
1574 - Based on Mike Acar's suggestions rework tree insert routines. Improve
1575   performance by using a last_sibling link for inserts.
1576 24Mar04
1577 - Apply corrected SQL to sql_get.c supplied by Dan Langille.
1578 - Implement "delete job jobid=xxx jobid=yyy ..."
1579 - Implement "purge volume=xxx volume=yyy ..."
1580 - Fix buffer overrun in query string substitution.
1581 22Mar04
1582 - Fix bad format %s instead of %d for editing new slot in update volume.
1583   Reported by Vadim Zotov.
1584 - Better error diagnostics in ./configure for detecting termcap library.
1585 20Mar04
1586 - Restore old sql.c split_path and file name since it seems to have
1587   broken the Verify stuff.
1588 19Mar04
1589 - Hunt down missing free_locked_jcr() in SD that caused zombies.
1590 - Modify status outputs to be more consistent for zombie checking.
1591 - Add tests to regression script for zombie jobs.
1592 - Set EIO in dev_errno for all error returns when bad data found. This
1593   fixes ERR=Success messages.
1594 - Make error messages all contain ERROR for easy regression testing.
1595 - Add sanity check in DIR for VolFiles becoming smaller.
1596 18Mar04
1597 - Second cut GTK+ restore GUI. Ready for testing but much more to do.
1598 - Phil reported an sql path length=0 message. This broke saves of 
1599   /  -- fixed in scan.c
1600 - Fixed seg fault in btape "test" due to missing allocation of dcr.
1601 - Tweaked some btape messages.
1602 - Sort Volume names in Job report according to the order they were
1603   written -- user request.
1604 17Mar04
1605 - First cut GTK+ restore GUI.
1606 - Applied bsmtp patch supplied by a user. Thanks.
1607 - Made a new split_path_and_filename() subroutine -- in lib/scan.c
1608 15Mar04
1609 - Fix "typos" in RedHat install-autostart Makefile.in
1610 13Mar04
1611 - Added two tar files that Phil sent for adding slackware support.
1612   Thanks Phil and Matt Howard.
1613 - Fix relabel command -- || should have been &&.
1614 - Correct once more the scheduling algorithm -- this time it should
1615   be much better.
1616 12Mar04
1617 - Implement simple spool statistics printed by "status sd".
1618 - Cleanup/add spool error messages.
1619 - On multiple ctl-c, exit from console quickly.
1620 - Implement code to select a different Volume in the SD if the
1621   current Volume is busy -- requested by Patrick Cole.
1622 - Change postgreSQL make tables to use bigint instead of integer 
1623   for StartBlock and EndBlock because
1624   there is no unsigned integer in postgreSQL and these fields use 32 bits.
1625 - Implement multiple drive autochanger support -- prompted by email of
1626   Patrick Cole.
1627 11Mar04
1628 - Update version and date in Win32 build.
1629 - Fix bug in run_conf with month range zapping wday and wom.
1630 - Correct editing of port for PQsetdbLogin in postgresql.c as reported
1631   by J. Conroy, and do a second try.
1632 10Mar04
1633 - Integrate Phil's Makefile patch.
1634 - Add SpoolDirectory to SD Device resource.
1635 - Add MaximumJobSpoolSize to SD Device resource.
1636 - Add MaximumSpoolSize to SD Device resource.
1637 - Implement the above.
1638 - Make despooling lock the device so only it writes
1639   to the device during despooling.
1640 09Mar04
1641 - Data spooling now passes the regression tests.
1642 - Added "Files Expected" to the restore job report.
1643 - Implemented SpoolData = yes/no in the Job resource
1644 - Implemented SpoolData = yes/no in the Run overrides.
1645 - Note, you must have a 1.33.4-09Mar05 SD or later with the Director since
1646   the DIR->SD protocol has changed to support data spooling.
1647 - Remove the confusing "Which DBMS do you want to use (please select only one):"
1648   messages from ./configure.
1649 - Fix broken Jmsg with missing argument in find_one.c
1650 08Mar04
1651 - Second cut data spooling code.
1652 - Fix missing piece of yesterday's patch.
1653 07Mar04
1654 - Integrate patches supplied by Jason Conroy that fix Slot numbers 
1655   getting lost.
1656 06Mar04
1657 - This version contains a *major* addition to the SD structures.
1658   Many variables have been moved out of the JCR into a new DCR
1659   (Device Context Record). This required quite a few changes, and 
1660   introduced a bit of instability. In the end, after a few more
1661   rounds of changes, the DCR will replace virtually all arguments
1662   to the low level SD read/write routines. This change permits
1663   (with a bit more code) the SD to write to multiple devices at
1664   the same time for a single Job. It also facilitates adding the
1665   data spooling code.
1666 - Added a patch that fixed the port specification for postgresql.
1667 - Fixed findlib/find_one.c so that it will complain about backing
1668   up a hard linked file twice, which makes a restore impossible.
1669 - Tighten up permissions on pid file.  
1670 - Attempt to avoid warnings when casting 64 bit pointers to an
1671   integer.
1672 - Added skeleton code for data spooling.
1673 - Make sure spooled attributes are discarded on error.
1674 03Mar04
1675 - Updated getdiskinfo in rescue/linux to handle the fact that the
1676   sfdisk -s option now includes info on partitions. Also, before 
1677   creating the diskinfo files, clean out the old ones.
1678 02Mar04
1679 - Add debug and error output to jobq.c
1680 - Fix some minor errors in debug output of scheduler.c
1681 - Add "trace on/off" command and modify trace code in message.c
1682   to work off trace flag rather than #defines.
1683 01Mar04
1684 - If console is found during install warn user (new name is bconsole).
1685 - On install copy console.conf to bconsole.conf if it exists.
1686 - Make RunAfterJob error non-fatal.
1687 - Rework minor details in status output.
1688 - Attempt to define all values for "consoles" in JCR to avoid
1689   confusion.
1690 28Feb04
1691 - Use net start bacula to start Bacula on WinXP/NT/2K 
1692   systems after installation. 
1693 - Change a few strcpy()s to bstrncpy()s in signal.
1694 - Add "gui on/off" command to console to turn on gui mode,
1695   which will adapt Bacula better to batch or gui programs.
1696   Currently, it prevents commas from being inserted into
1697   numbers in the list command.
1698 - Tweak some of the Makefiles so that the install is done with
1699   the right program (nothing really changed).
1700 - Install logrotate in the "make autostart" of Bacula on RedHat.
1701 - Implement SIGHUP while jobs are running. It *seems* to work but is
1702   a bit fragile and still crashes if you push it. More work needed.
1703 - Applied Phil's GNOME 1.4 patch. Very clean. Thanks Phil.
1704 - Major updates to the native Win32 installer.
1705 27Feb04
1706 - Restructure free of conf resources to handle job_end_push()
1707   and SIGHUP.  Lots of changes little substance.
1708 26Feb04
1709 - Add mtimeonly=yes/no and keepatime=yes/no to Include list           
1710   1.33 style.
1711 - Allow no modifier in time and size specifications.
1712 - Attempt to implement disk seeking. More work needed.
1713 - Implement more in win32 installer and test it.
1714 25Feb04
1715 - Implement kb, mb, and gb modifiers for size, which mean
1716   1,000 bytes, 1,000,000, ... bytes.
1717 - Add Makefile to src/win32 to allow building the full 
1718   release -- it calls nmake where appropriate.
1719 - Remove the rsi directory from win32 as suggested by Christopher
1720 - Add Michel Meyers' nsi file to win32 and integrate it with
1721   the build.
1722 24Feb04
1723 - Add the frigging _O_BINARY to the right variable. Win32 works!
1724 - Add debug code to state file. There is a problem with Win32 read
1725   returning one byte less than it should.
1726 - Implement a number of new functions for alist so that it has
1727   equivalent functionality to dlist.  It will be used for
1728   job_end_push().
1729 - More work on state file. 
1730 - Added a popup message box on Windows if Bacula Aborts.
1731 - Attempt to shutdown the FD server, but doesn't work on Windows. This
1732   would have given a cleaner shutdown, no problem.
1733 23Feb04
1734 - Update projects
1735 - Attempt to fix state file on Win32 -- no luck.
1736 - Add HPUX tweaks to configure.in 
1737 - Update quickstart and install.wml of doc.
1738 - Eliminate extern int h_errno from bnet.c by including netdb.h
1739 - Eliminate NumJobs from last_job structure so that FD and SD
1740   correctly report what is in the state file.
1741 22Feb04
1742 - Implement daemon state file, and save/restore last_jobs list.
1743 - Fix time routines in win32 compat.cpp
1744 - Fix a bug of not checking the bpipe_open() status in do_shell_expansion().
1745 21Feb04
1746 - Add Volker's bacula script to the SuSE directory and convert it
1747   to bacula.in
1748 - Make LockRes() and UnlockRes() use read/write locks and have
1749   debug info to trace locking and unlocking.
1750 - Begin work of implementing SIGHUP. It is now enabled for
1751   the Director and works only if there are no jobs running,
1752   in addition, if the new conf file is incorrect, it will
1753   terminate Bacula. Much more work to be done.  I've figured
1754   out a scheme to implement it with running jobs without
1755   adding individual semaphores or use counts.  
1756 - Sort "list jobs" by StartTime rather than JobId, which can
1757   be random.
1758 16Feb04
1759 - Add a lot of "const" to char * arguments to keep the native
1760   Sun compiler happy.
1761 - Added first cut of message queuing to prevent recursion in
1762   low level routines. This code is not yet working.
1763 - Spent a *huge* amount of time looking at the tape driver
1764   code in the wake of several reports of tape labels getting
1765   trashed. The code looks fine.
1766 - Created a tape with an error (by writing a block at the
1767   beginning of a tape that had valid data), and found that
1768   Under Linux there is no way to read past an I/O error.
1769   I tried mt; I tried my own program (btape); and I tried
1770   using scsitape, which talks directly to the scsi driver.
1771   This is *VERY BAD* news.
1772 - I spent an *enormous* amount of time enhancing the btape
1773   test program as well as making the fill command work with
1774   both one and two tapes and the autochanger if configured.
1775   The multiple tape fill test is now quite comprehensive.
1776   It checks the last block on the first tape, the first block
1777   on the second tape, and the last block (11) on the second
1778   tape.
1779 - Teaked the tape driver for several functions to use the 
1780   OS driver's notion of mt_file if there is an error.
1781 13Feb04
1782 - Add DB update scripts retrieved by Scott to a new updatedb
1783   directory at the top level.
1784 - Add -p option to bcopy to allow ignoring errors on input.
1785 - COALESCE(xx,0) does not work on PostgreSQL because the 0 is not a 
1786   correct time. Replaced by adding LastWritten IS NULL to the sort
1787   line as was first suggested by JML.
1788 12Feb04
1789 - Use COALESCE(LastWritten, 0) in sql_find.c to get NULLs to sort last.
1790   See note above.
1791 - Add write/read and positioning test to btape "test" program.
1792 10Feb04
1793 - Fix bad printf of InChanger flag reported by Pascal Pederiva.
1794 - Fix bad indexing off stack in authenticate.c reported by
1795   Pascal Pederiva.
1796 09Feb04
1797 - Add \n to hosts.access reject message.
1798 - Implement security message class and make hosts.access message use
1799   that class.
1800 08Feb04
1801 - Fix check_memory bug in ua_query.c, which gives a bus error on Solaris.
1802   This affected only the query command.
1803 07Feb04
1804 - Added backup to cdwriter script to examples provided by Johan Decock.
1805 - Fixed a bug where ls really did lsmark (just invert command table
1806   entries).
1807 - Fix bug where a soft linked file and a directory had the same name
1808   by treating the soft link as a directory and putting the entries under
1809   it. This fixes the bug reported by Alexander Mueller.
1810 - Fix a deadlock situation in the new watchdog code where the 
1811   watchdog locks its semaphore, and attempts to lock the jcr_chain,
1812   but another thread has locked the jcr_chain and wants to free a
1813   watchdog, which tries to lock the watchdog semaphore -- deadlock!
1814   Used read/write locks to solve the problem. 
1815 - Improved the error messages when I/O errors or buffer id errors
1816   are detected, and prevent non-sense errors from being printed.
1817 - Fix some incorrect messages in restore if no name is supplied
1818   on the command line (e.g. pool= ).
1819 - Add the third digit to the release version number.
1820 04Feb04
1821 - Add -l option to bls that causes it to ignore tape label errors.
1822 03Feb04
1823 - Correct problems with jobs scheduled at a later time by hand.
1824   Missing unlock(), backward test on pthread_create status.
1825 - Fix setip crash reported by Alan Brown.
1826 - Create bacula.spec.in in SuSE directory from Scott.
1827 - Fix missing unlock() in ua_status on access denial.
1828 - Lots of little cleanups, improving jcr use_count debug printing.
1829 - Add EMSG to mem_pool utilization statistics.
1830 01Feb04
1831 - New bacula.spec.in file from Scott
1832 - Add Scott's spec file to the platforms/suse directory
1833 - Modify configure.in to make platforms/suse/bacula.spec
1834 - Do not allow a resource name to be specified twice.
1835
1836 2004-01-30 Version 1.33-30Jan04 Release
1837 30Jan04
1838 - Apply Jess Guardiani's second fix to list autochanger volumes without
1839   opening the drive (necessary on FreeBSD if no tape is in the drive).
1840 - Added Postgresql configure search libraries recommended by Alan Brown.
1841 29Jan04
1842 - Reworked the command line handler in restore to walk through the
1843   arguments one at a time. This makes the file= entries work correctly.
1844   Also reworked the code that takes the MediaType and finds a 
1845   storage device.
1846 26Jan04
1847 - I've noticed that the backups of Rufus, my development machine, can be
1848   "stuck" for about 12 hours, then suddenly they run. In running the 
1849   debugger, I see that it was stuck on the select() statement waiting
1850   for the Hello.  Why this happens I am not sure. I re-organized the code
1851   a bit because it didn't seem to be as robust as it could, but I cannot
1852   explain the problem. 
1853 - As a consequence of the above, I have implemented a new bsock timer that
1854   can be started and stopped. This is based on Nic Bellamy's new watchdog 
1855   code. The timer is set with start_bsock_timer(bsock, timeout); If the
1856   timeout expires, the bsock will be marked as timed_out and interrupted
1857   with a pthread_kill() on the current thread.
1858 - Added 5 minute bsock timers to all the opening Hello/authentication 
1859   exchanges between the various daemons.               
1860 24Jan04
1861 - New spec file from Scott.
1862 - New patch file from Scott for create_sqlite_database
1863 - Fix crash in run command if invalid pool specified on the command line
1864   and then the user cancels the Pool prompt.
1865 - Separate Console and ConsoleFont resources in gnome2 conf files.
1866 - Remove possibly bad ASSERTs from bnet.c
1867 - Remove open() of device in dircmd.c, which fails on FreeBSD with
1868   an autoloader -- thanks to Jesse Guardiani for this fix.
1869 20Jan04
1870 - Remove all "hostname -s" from configure except for RedHat. Use uname -n instead.
1871 - Implement SetIP command.
1872 - Implement Close On Poll in Device resource on SD.
1873 - Implement Full, Inc, and Diff Pools.
1874 - Implement Access control lists for Consoles.
1875 18Jan04
1876 - Define default working_dir as /var/bacula/working.
1877 - Implement setip console command to set new IP address for a Client.
1878 17Jan04
1879 - Implement maximum network buffer size directives.
1880 - Good first cut at access control lists for the console.
1881 - Optimize restore to select only latest Differential backup after
1882   the Full, and then all following Incremental backups. Previously
1883   everything after Full was selected.
1884 16Jan04
1885 - Organize kernstodo a bit (more to be done).
1886 - Add client IP address to BSOCK structure.
1887 - Use bit fields where appropriate in BSOCK structure.
1888 - Pass UAContext to ua authenticate in Director, and make it
1889   set the appropriate console (or NULL for none).
1890 - Tweak restore "run" argument handling and add "files" keyword.
1891 - Add device name or Volume name to some SD messages.
1892 15Jan04
1893 - First cut multiple consoles.
1894 14Jan04
1895 - Update kernstodo
1896 - Add quit command to restore tree handler.
1897 - Make restore tree handler remember if a hard link is present, and
1898   in doing a mark, only get database entry if there is a hard link.
1899   mark commands thus run at least 2 orders of magnitude faster.
1900 - Add files=xxx field to run command submitted for restore.   
1901 - Add yes to restore run command if either yes or run is command line
1902   argument.
1903 - Make "yes" on command line argument skip prompt for modification of
1904   run job.
1905 - Add markdir and unmarkdir -- both affect only the directory in
1906   question and do not do a recursive descent.
1907 - Make tree command automatically mark all higher level directories to
1908   be restored when a directory or a file is selected.  Such directories
1909   are indicated by preceding the name with a + to indicate that only
1910   the directory entry is selected and not the whole directory tree.
1911 - Modify a few tree commands to walk through all arguments rather than
1912   just taking the first one.
1913 13Jan04
1914 - Update copyright date on changed files.
1915 - Make mark command in restore tree run *much* faster by accessing database only
1916   if the file actually is hard linked -- determined at time tree it built by
1917   keeping a has_link bit in the tree entry.
1918 12Jan04 
1919 - Modify findlib/makepath.c to create all parent directories with full permissions.
1920   This should solve the access problems on restoring files on Win32 systems.
1921 - Modify restore to report **** Restore Error **** if any error are found.
1922   I.e. a file could not be created.
1923 - Change a few errors into warnings -- e.g. if permissions could not be set, but
1924   the file is actually restored.
1925 11Jan04
1926 - Replace bsd_queue with dlist in lib/watchdog.c
1927 - Add Date: header to bsmtp.  Thanks to Meno Abels (abels) on SourceForge
1928   for reporting this.
1929 - Remove ap==NULL check in src/lib/var.c as suggested by Christoph Barbian
1930   because ap (va_list) is a struct on the Alpha, so the code does not
1931   compile.
1932 10Jan04
1933 - Implement first cut of polling for a Volume.  New Device directive
1934    "Volume Poll Interval = xxx" where xxx is a time specification      
1935    (e.g. 5min). Default is off.
1936 - Call pthread_cancel on SD msgchan only if the threadid is non-zero.
1937 07Jan04
1938 - Change RH autostart scripts to start in Dan's order.
1939
1940 2004-01-06 Version 1.33-06Jan04 Release
1941 06Jan04
1942 - Correct calculation of week of month in scheduler and in scheduled
1943   listing.
1944 04Jan04
1945 - Fix cancel of job waiting on mount to be a bit cleaner.
1946 03Jan04
1947 - Fix seg fault -- don't close db in db_open_database(). It must explicitly
1948   be called.
1949 - Doc updates
1950 - Allow purge of a single JobId from a Volume (code untested)
1951 - Implement fix to keep SD from looping complaining about the wrong volume
1952   at the end of a tape -- reported by Phil, and fix confirmed by him. I cannot
1953   seem to reproduce the bug here.
1954 - Clean up a few more strcpy()s.
1955 01Jan04
1956 - Fix configure.in FD User print per Lars.
1957 - Doc update.
1958 - New bacula.spec.in from Scott. Nice!
1959 - Make RunAfterJob non-fatal if it errs since the Job has really  
1960   already completed the save.
1961 - Replace sprintf with bsnprintf in message.c
1962 31Dec03
1963 - Note, this change affects only the Win32 FD.
1964 - Fixed Win32 FD crash due to missing argument in status command. It
1965   always crashed if there was a job that had previously run.  Thanks to
1966   Christopher Hull for finding and diagnosing this problem.
1967 29Dec03
1968 - Fix SELECT as indicated by Dan in sql_get.c for returning Volume names.
1969 - Fix last_jobs list crash for utility programs (btape, ...).
1970 - Correct editing of FileSet name into SQL command.
1971 - Allow calling watchdog stop without initialization for utility programs.
1972 - Enhance btape test by attempting to forward space past the end of the tape.
1973 - Detect CAP_FASTFSF in btape test as possible reason for failure.
1974 - Attempt to prevent infinite loops in fsf_dev() if device not properly
1975   configured.
1976 - Attempt to get correct file number on tape after backspacing at EOM. The    
1977   correction should resolve differences in OS tape driver implementations.
1978 - Add ctl-c detection to bconsole. When reading from tty, interrupts any
1979   output from Bacula, when reading from a file, it terminates the reading
1980   and returns possibly exiting if it is a batch job.
1981 - Create devel_bacula.in script and make it configure itself. Very similar
1982   to the new bacula.in.  
1983 - Modify bacula.in to have separate file locations for each daemon -- makes
1984   it easier to make a new devel_bacula.in when there are changes.
1985 - Remove old config files when rebuilding configure to avoid error msgs.
1986 - Fix btape "test" to respect TWO EOF.
1987 - Fix fsf_dev() to use system notion of file if it is valid after bsf_dev().
1988 - Move btraceback.gdb to scripts directory on installl.
1989 - Add new mandrake bacula.spec.in
1990 28Dec03
1991 - Find commonset of c_iflags that work with FreeBSD tcsetattr on terminals.
1992 - Remove comments from string concatenation -- doesn't work on FreeBSD
1993   compiler.
1994 - Moderately improve bpipe_close() errors. Must rethink status return.
1995 - Eliminate some Emsgs in favor of Jmsgs.
1996 27Dec03
1997 - Add optional Pool keyword on restore command line. If specified, the pool
1998   used will be restricted to the specified pool.
1999 - "Finish" implementation of JobDefs.
2000 - Fix directory for chmod of cats scripts.
2001 26Dec03
2002 - Implement foreach_res() #define and start replacing old code.
2003 - Work some more on jobdefs -- more to be done.
2004 - Implement bstrftime_nc() bstrftime with no century.
2005 - Fix static console problem in gnome2 and gnome directories reported by Alan 
2006   Brown.
2007 - Add code to test for valid Resource Names. Permitted characters are now
2008   alpha, numeric, colon, period, minus, underscore, space.
2009 - Turnoff some unused code in timers.c
2010 - Start adding code to dev.c to prevent infinite loops if fast forward space
2011   file (MTFSF) is configured on but not properly supported by OS.
2012 24Nov03
2013 - Sort FileSet selection list by CreateTime.
2014 - Add "lsmark", and "estimate" to tree routines.
2015 - Doing a mark or unmark now prints how many entries were changed.
2016 - Add command argument parsing to btape.c
2017 - Enhance EOT to print file:block on message.
2018 - Add repeat counts on btape bsf, fsf, bsr, fsr, and weof commands.
2019 - Enhance btape's fill command to be much clearer and more reliable.
2020 - Add state file to btape so that unfill command can be done any time
2021   after a fill command.
2022 - Use reposition_dev() to position for read back of last block.
2023 22Nov03
2024 - Zap InChanger flag only if setting Slot to non-zero.
2025 - Added new SD directive TwoEOF, default off, that tells Bacula whether
2026   to write one or two EOFs for EOM.  For the OnStream driver it must
2027   be off, otherwise an empty file will be created.
2028 - Cleaned up the btape "fill" command to compare the last block written
2029   and read rather than just printing them.
2030 21Nov03
2031 - Implement btape test for autochanger.
2032 - Implement btape test for Fast Forward Space File.
2033 - Moved up to cygwin 1.5.5-1
2034 - Implemented Fast Forward Space File
2035 20Nov03
2036 - Add support for selecting volumes from InChanger list first, then
2037   selecting from all available volumes.
2038 - Ensure that Volumes are selected from oldest LastWritten data/time.
2039 - A couple of bug fixes ensuring the proper ordering of volumes.
2040 19Nov03
2041 - Return oldest LastWritten for find_next_volume.
2042 - Remove ASSERT from stored/acquire.c that could trip when it shouldn't.
2043 - Enhance SD status if debug_level > 1 to show details of dev status.
2044 18Nov03
2045 - Create update_bacula_tables, ... scripts and modify configure and Makefiles
2046 - Eliminate is_num() and use is_an_integer().
2047 - Add user slot selection code "slots=1,2-3,5,10, ..."
2048 - Start daemons at level 90 rather than 20 so that MySQL will already
2049   be started.
2050 - Write alter_mysql_tables.in and alter_sqlite_tables.in
2051 - Add Drive and InChanger to Media record.
2052 - Update database level to 7.
2053 - Add db_make_inchanger_unique() and call it when creating and updating
2054   the Media record.
2055 - Add Drive and InChanger to database code for Media record.
2056 - Allow changing InChanger flag in update command.
2057 - First cut at allowing the user to specify slots for updating autochanger.
2058 - Add scan to "update slots scan".
2059 - Add command in SD to readlabel.
2060 15Nov03
2061 - In the bacula start/stop script, ordered the stop: FD SD Dir to
2062   give the SD the best chances of updating the catalog before dying.
2063 - Add Drive and InChanger to MEDIA_DBR record and to Volume update
2064   from the SD.
2065 - Reorganize the Volume info update from SD so that the Dir sends back the
2066   current information in case the Volume status has changed by expiring.
2067   The DIR-SD protocol is not backward compatible (must update).
2068 - Fixed the signal handler to pass the signal to the exit_handler() 
2069   previously it passed 1.
2070 - Modified SD so that on normal shutdown, it walks through all jcrs and
2071   cancels them so that the Volume status will be updated in the catalog.
2072 - Found and fixed a bug where ST_LABEL was not set in append mode
2073   (when a different tape was accepted other than the original one
2074   proposed by the DIR.
2075 - Update the catalog Volume info after dev->file is incremented rather
2076   than waiting for end of job.
2077 12Nov03
2078 - Change getdomainname() prototype for Darwin.
2079 - Add gethost_strerror() to create correct error message for
2080   gethostbyname().
2081 - After doing a kill() of a stalled connection in watchdog, turn off
2082   the timer to prevent an infinite loop.
2083 - Allow Bacula to rewrite the label on a disk volume.
2084 - Correct usage report printed by bsmtp.
2085 11Nov03
2086 - Complete changing references to bsmtp from smtp.
2087 - Add L_NONE for Admin and Restore jobs and update level_to_str()
2088 - Fix segfault from double free of RestoreBootstrap in job.c
2089 10Nov03
2090 - Change console to bconsole
2091 - Change console.conf to bconsole.conf
2092 - Change smtp to bsmtp
2093 - Implement .bconsolerc
2094 - Check if volume has expired when doing an update media for the SD
2095 09Nov03
2096 - Implement new code that assures that a non-zero Slot is unique within
2097   a given Pool. When setting a non-zero Slot, the Slot of all other
2098   Volumes with the same Slot is set to zero.  Redone later to add
2099   InChanger flag
2100 07Nov03
2101 - Fix bug reported by Lars where an incorrect Volume name was printed
2102   by the "status dir" command.
2103 06Nov03
2104 - Pretty up a few error messages printed by smtp.
2105 - Make btime_t int64_t so that one can do arithmetic.
2106 - Implement since as utime (64 bit UTC). 
2107 - Compute clock diff between Dir and FD, and adjust since time.
2108 - Apply SQL fix from Nic Bellamy (thanks).
2109 - Apply John's zlib #ifdefing fix.
2110 05Nov03
2111 - Add Dan's with-sd-user, ... to configure.in.
2112 - Add Dan's userid and group modifications to bacula.in
2113 - Lots of documentation updates.
2114 - Make console print "Enter a period to cancel a command" when starting.
2115 - Fix the "list nextvol" command so that it doesn't try to close the
2116   database twice, giving a segfault.
2117 - Fix (hopefully) to dircmd.c so that a mount request does a pthread_cond_signal.
2118   There was one path were the signal was not sent. This should fix the bug
2119   that requires you to do two "mount" commands to free a job waiting on a mount.
2120 - Make dir_ask_sysop_to_mount_next_volume() return immediately if a slot is
2121   specified.
2122 - Correct some of the messages in testfind.c (pointed out by Dan -- thanks).
2123 - Alias fd to client, sd to storage.
2124 - Changed order of Console commands so that short commands such as q (quit) 
2125   are more logical.
2126
2127 2003-11-03 Version 1.32d 02Nov03 Release
2128 02Nov03
2129 - Mainly a bug fix release.
2130 - Do a clean of both Gnome directories.
2131 - Require that FileSet id match when finding an Incremental
2132   previous job. This was already the case for a Full.
2133 - Print message if no status returned from FD.
2134 - Correct "Do not forget to mount the drive" message. Test was
2135   backward.
2136 - "status dir" stopped scanning the run records on the first
2137   one that matched giving an incomplete listing.
2138 - Edit commas in Bytes on "estimate" command output.
2139
2140 2003-10-30 Version 1.32c 30Oct03 Release
2141 29Oct03
2142 - Add %v to job edit codes. It edits in the VolumeName(s).
2143 - Add code to ensure that fds 0,1, and 2 are defined by dup'ing them
2144   to /dev/null if necessary.  Mostly for Windows that does not have them.
2145 - Error check dir_create_jobmedia_record() 2 places in acquire.c
2146 26Oct03
2147 - More doc fixes.
2148 - Make message buffer longer for a status message that was    
2149   truncated.        
2150 - Put termination on varargs calls in gnome2-console.
2151 - Scroll only if text sent and not for status update.
2152 - Add all possible Status codes the jobstatus_to_ascii()
2153 25Oct03
2154 - Add new spec file and cats patch from Scott.
2155 - Optimize tree.c a bit -- turn off debug code, keep node fname
2156   length for fast rejection, add some statistics, allocate
2157   in 100K and 1Meg chunks, use bool, uint16_t and uint8_t to
2158   reduce node packet size.
2159 24Oct03
2160 - Eliminate ua_retention.c that was not used.
2161 - Improve error message when closing brace missing in conf file.
2162 - More doc updates.
2163 - Eliminate Don't forget to mount if it is a disk file.
2164 - Fix Gnome2 scrolling and blank screen problems.
2165 - Eliminate multiple JobIds in restore selection list.
2166 - Fix non-portable varargs code in var.c
2167 - Make doc fixes/changes suggested by Dan Languille
2168 23Oct03
2169 - Document new features.
2170 - Implement mod of Verify Job at the run prompt.
2171 - Correct SQL table definitions so that MySQL and SQLite
2172   have all the values in the same position.
2173 - Correct a typo in configure.in when configuring GNOME.
2174 - In doing a "status dir" make it loop over all the run
2175   commands in the Schedule rather than doing on the first one.
2176 - Close all unused file descriptors in bpipe.c otherwise if
2177   a daemon is started, it will keep our TCP/IP port open.
2178 22Oct03
2179 - Print block read error (checksum, I/O, BB01, ...) once then
2180   the number found at the end of the reading.
2181 - Implement RunAfterFailedJob
2182 - Change db_find_job_start_time() to require a Full save before
2183   running an Incremental or Differential job.
2184 - Remove has_volume_expired from code that updates vol info
2185 21Oct03
2186 - Implement "delete job"
2187 20Oct03
2188 - More documentation, add Marc Brueckner's tips to manual.
2189 - Tweak gnome2-console scroll window.
2190 - Turn off some debug info.
2191 18Oct03
2192 - Modify Verify to accept VerifyJob = xx, where the last backup job
2193   of job xxx will be verified.
2194 - Add changing the Pool name for a Volume to "update volume"
2195 - Write most of the code for Verify Disk to Catalog.
2196 - Recreate the src/gnome2-console directory.
2197 - Change all the text handling code to the Gnome 2.0 way.
2198 - Correct the way verify filenames are returned to the Director so
2199   that directories are in canonical form (i.e. trailing /).
2200 - Handle casting bug in glade-2 by sed'ing support.c in gnome2-console.
2201
2202 2003-10-15 Version 1.32b 14Oct03 Release
2203 14Oct03
2204 - Modify configure so that if threaded MySQL client library
2205   is not present, Bacula will link with the non-threaded 
2206   version.
2207 - Updates to the Web pages and to the manual.
2208 - Remove trademark symbol from title. Phil pointed out that it
2209   does not display correctly in a title.
2210 11Oct03
2211 - Implement restore by file before date. 
2212 - Change restore arguments a bit so that you can feed it
2213   multiple jobid= specifications or multiple file= specifications.
2214 - Pass restore with run option on to run_cmd.
2215 - Make run-cmd not prompt if it has a "run" on the command line.
2216 10Oct03
2217 - When pruning, select only old orphanned jobs to delete so that
2218   the current job is not pruned too.
2219 09Oct03
2220 - Corrected return status for bsf_dev and bsr_dev in block.c and btape.c
2221 - dev.c used incorrect ruturn status for bsf_dev in the BSF at EOM
2222   code. This caused all appends on FreeBSD to fail.
2223 - Turn on fast block rejection code.
2224 08Oct03
2225 - Optimize file index searches by adding a count to the bootstrap.
2226 - Write single files/blocks to bootstrap without the second part.
2227 - Add current Volume status to the cannot use this Volume message.
2228 - Zero the rx->bsr in ua_restore when freeing so it doesn't get
2229   freed twice.
2230 - Lots of testing on the restore
2231 - I noticed that SD and FD bootstrap files were not always
2232   deleted, so delete them as soon as possible.
2233 - Restore by file (or by selecting files) created some
2234   horrible looking bsr files that defeated the forward
2235   spacing code, so fix write_findex to work right.
2236 - Add zlib_strerror() routine in filed/restore in case
2237   of zlib errors.
2238 - In filed/restore.c make sure all error returns cleanup
2239   and close the open file descriptor.
2240 - Make sure to set *non* over filename in attr packet
2241   after file is found, so error messages that print the
2242   filename don't print an old, incorrect name.
2243 - Allow bclose() to be called after closing the file.
2244 - Fix a number of unclear help messages, ... reported by
2245   Phil in btape.
2246 - Retweak stored/read_record.c so that it does forward
2247   spacing at the beginning of every tape, not just the
2248   first one.
2249 - Print repositioning message if verbose is set.
2250
2251 2003-10-01 Version 1.32a 03Oct03 Release
2252 04Oct03
2253 - Combine the code in ua_output and ua_status that searches
2254   the run records.
2255 03Oct03
2256 - Fixed "list nextvol" to search for the correct pool in the
2257   Schedule Run records.
2258 - Correct an error in is_block_zero. It found a false
2259   match if the first 1016 bytes of a 32K buffer and     
2260   the last 248 bytes are zero.  Broke the sparse option.
2261 01Oct03
2262 - More documentation.
2263 - Test if multiple mail addresses works. Yes.
2264 - Add debug Jmsg() to trigger if the file I/O packet is
2265   not closed in the FD, i.e file descriptor leaks.
2266 - When error occurs reading label in mount.c, start from
2267   the very top so that the retry count is in effect.
2268 - Zap the mode in soft links in testls.c for regression
2269   testing.
2270
2271 2003-10-01 Version 1.32 30Sep03 Release
2272 28Sep03
2273 - Enhance manual faq, regression ...
2274 - Make FreeBSD read sizes always be a multiple of 512. Needed
2275   to read raw disks.
2276 - Make FreeBSD accept block AND character devices for raw
2277   disk reads.  On FreeBSD there are no block devices.
2278 27Sep03
2279 - Fix printing of EndTime on job report after rescheduling.
2280 - Fix jobq.c error returns to clean up before returning.
2281 - Make Cleaning tape aware of "unlabeled" volumes.
2282 - If a job is rescheduled, ensure that old job is
2283   removed from SD's jcr queue -- i.e. it is still waiting
2284   for FD connection.
2285 - Test rescheduling code.
2286 - Change ./configure to detect Cygwin enviornments.
2287
2288 2003-09-26 Version 1.32 26Sep03 Beta
2289 - Add regression and GUI-interface chapters to the manual.
2290 - Fix "label" of a volume that is already in the catalog,
2291   but not yet labeled.
2292 - Correct the test for spooling attributes which was backward.
2293   This caused the creation of a spool file in the working
2294   directory for every job run.
2295 - Print to the job output stream when block checksum errors
2296   occur, but continue processing. If more than one occurs,
2297   print number at end of job.
2298 - Remove a few unneeded tests from configure.in
2299 - Modify configure to use -pthread on FreeBSD 4.8,
2300   but nothing on FreeBSD 5.1
2301 - Clarify that bmicrosleep() takes sec and microsecs
2302 - Apply Franc Carter's code to specify a DB host in 
2303   bscan.
2304 - Fix sanity login length test in stored/dircmd.c
2305 - remove old code fro stored/job.c
2306 - Lots of work on regress so that it works on FreeBSD
2307   and Solaris.
2308 - Make the default gnome-console wider (console.c)
2309 - Add \r to the items that terminate a token.
2310
2311 2003-09-20 Version 1.32 20Sep03 Beta
2312 - Replace a number strcpy() calls with bstrncpy().
2313 - Added code to ensure that the names for each resource
2314   type are unique. Two resources of different types can
2315   have the same name.
2316 - More documentation
2317 - Added new full length modifiers for time intervals.
2318   Compatible with previous method EXCEPT a modifier is now
2319   manditory.
2320 - Completely restructured recycling. It should work now, but
2321   in any case, the logic is much cleaner. A lot of new
2322   code in next_vol.c
2323 - Added a few pthread_xx_destroy() for items inited.
2324 - Nic Bellamy pointed out that it wasn't necessary to do 
2325   destroy() of static initialized pthread variables -- fixed
2326   watchdog.
2327 - update VolStatus asked for the media and volume twice.
2328 - Changed a few more strcpy() to bstrncpy().
2329 - Made VolBytes=1 as indicator that the Volume is labeled.
2330 - Modified creation of Media record to include VolBytes,
2331   same for sql_update - also set LabelDate if VolBytes = 1.
2332 - Copy any statically linked programs to install directory.
2333 - Change relabel flag to label in Update_media protocol Dir<->SD.
2334 - Change a few strcpy to bstrncpy ...
2335 - Update Media record after an automatic tape label.  
2336 - Added more debug code to bnet_server and bnet.c to attempt to
2337   track down Alex's SD segfault (BSOCK==0)
2338 - Add additional debug cod for authentication errors in cram-md5.     
2339 - Implement "list nextvol job=xx" and add Volume to Dir status.
2340 - Retry waitpid if interrupted -- needed for FreeBSD!
2341 - Move lex.c debug level to 900
2342 - Add new aliases SDAddress, ...
2343 - Final changes for variable expansion
2344 - Possible fix to Alex's SD crashes
2345 - Correct incrementing counters not in catalog -- reported by
2346   Chris Allen.
2347 - Correct memory leak in core var.c code -- reported by 
2348   Chris Allen.
2349 - Make documentation of variable substitution a bit clearer.
2350 - Apply Nic Bellamy's patch to dbcheck.c to fix SQL to work
2351   on both MySQL and SQLite.
2352 - Finally fixed the .messages that was sent during prompts
2353   in the console with no readline.
2354 - Implement new Include/Exclude semantics.
2355 - Fix a good number of segfaults reported by Chris Allen in
2356   the variable expansion code. 
2357 - Print warning message if a job is blocked by user unmount.
2358 - Fix additional variable expansion problem reported by Chris Allen.
2359 - Fix pathconf() error status bug that caused a segfault on
2360   a FreeBSD system -- reported by Gernot Hueber.
2361 - Make sure the console sends ".messages" only when at the
2362   command line prompt.
2363 - Apply a patch from Nic Bellamy that corrects a file descriptor
2364   leak in the Storage deamon when a job is canceled. (Thanks)
2365 - Implement < and | in File daemon.
2366 - Implement ClientRunBeforeJob and ClientRunAfterJob.
2367 - Corrected BSRatEOF to be BSFatEOF in btape --
2368   reported by Lars Koller.
2369 - Documented BSFatEof
2370 - Eliminated save_level in FD replaced by JobLevel.
2371 - Increased MAX_RES_ITEMS from 35 to 50 to handle
2372   new ClientRunBeforeJob ...
2373 - Add line number in error message for restore from file.
2374 - Correct editing of jobids (misplaced comma).
2375 - Implement restore files.
2376 - Quickie patch to allow Purged Volumes to be mounted.   
2377   Must review algorithm.
2378 - Eliminate a duplicated query from query.sql
2379 - Restructure ua_restore.c so that I can add restore files.
2380 - Correct positioning problem at beginning of a second volume 
2381   introduced with the new forward spacing code.
2382 - Eliminated a sprintf() in the tree routines.
2383 - Doc updates
2384 - Added HOST_OS, DISTNAME, and DISTVER to the status output.
2385 - Eliminated a few stray Dmsgn(000, messages making them either
2386   debug_level 100, or Pmsg().
2387 - Made the default "Maximum File Size" 1Gbyte in SD.
2388 - Cache path in tree.c to reduce calls to make_tree_path 
2389 - Documentation updates
2390 - Implement forward space file and block when reading a bsr.
2391 - Fixed a bug in db_find_next_volume() where the VolStatus was
2392   not being returned.
2393 - Rework some of the query.sql records that were incomplete.
2394 - Fixed an ambigous SQL statement in restore.
2395 - Fix proper sorting order in restore display last 20 jobs.
2396 - Remove duplicate JobId's in feeding the directory tree.
2397 - Fix an orphaned ua buffer due to a return that should have been 
2398   break so that cleanup code executed.
2399 - Changed some strcats and sprintfs int bstrncat() ... to prevent
2400   possible buffer overflows.
2401 - Fix max file size code on tape so that after writing EOF, 
2402   an appropriate jobmedia record is created.
2403 - Fix error messages in dev.c, which were copied into lots of
2404   different subroutines without updating the text.
2405 - Add reposition_dev(), and make more of the return statuses of
2406   dev routine standard.
2407 - Eliminate old semaphore and workq code. Keep only new jobq code.
2408 - Try to get a better default size for the gnome-console
2409 - Add code to avoid race conditions in starting/stoping the
2410   heartbeat thread.
2411 - Correct potential race condition in heartbeat_stop().
2412 - Correct segmentation fault in mysql.c if no password given.
2413 - make pm_strcat and pm_strcpy return the string length
2414 - Use Phil's code to get the unadorned job name.
2415 - Move the MTIOCERRSTAT from just after a write() failure to
2416   after writing the EOF marks on FreeBSD systems.
2417 - Enhance packet too big error in bnet.c and add some
2418   ASSERTs in the send code.
2419 - Set heartbeat interval to zero by default.
2420 - Add Recycle to list of Update Volume parameters.
2421 - Use bget_dirmsg() wherever possible in Director.
2422 - Split next_volume code from catreq.c to next_vol.c
2423 - Consolidate editing job codes into a single routine.
2424 - Add Job resource name
2425 - Remove check for Win32 attributes in bls.  It doesn't
2426   need to read them, only print ls -l.
2427 - Add SDConnectTimeout in FD.
2428 - Add Scott's perlgui directory
2429 - Upgrade from RH7.3 to RH9.  New autoconf.
2430 - Eliminate gnome2-console directory.
2431 - Correct English in status command.
2432 - Eliminate old shell expansion code and use BPIPE to call shell      
2433   with echo command.
2434 - Documentation as usual.
2435 - Add a new bacula.spec for Mandrake
2436 - Add ownership to alist items. Default the list owns the items.
2437 - Make record_cb return a status (preparation for internal use).
2438 - Remove all clearing of remainder in read_record.c -- not necessary
2439 - Write a tapetest program for FreeBSD end of tape testing.
2440 - Modify read.c in Bacula to use read_record.c
2441 - Implement multiple records in read_record.c. One for each session that
2442   is open.  Free the record with the EOS_LABEL is found (or at the
2443   end of the scan).
2444
2445 2003-08-02 Version 1.31a 02Aug03 Released
2446 - Yifang Dai reported a case where he stress tested Bacula and
2447   backed up to four volumes, but only two were selected for the
2448   restore. This is because I forgot that the selection could
2449   span a volume entirely.
2450 - Added a missing CLIENT_FOUND_ROWS to the second attempt to open
2451   the MySQL database -- this prevents UPDATE errors if nothing
2452   actually changed.
2453 - Applied corrections to the manual supplied by Bob Collins.  Many thanks!
2454
2455 2003-07-30 Version 1.31 Beta 30Jul03
2456 - Integrated Robert Mathews improved description of Priorities into
2457   the manual.
2458 - Chased down the "The data is not valid" bug on WinMe/98/95.
2459 - Found an orphaned buffer in the set_attributs part of WinMe/98/95.
2460 - Add sleep(1) to console when it gets a SIGTSTP signal 
2461   to prevent it from using 100% of the CPU.
2462 - Improve description of Priorities.
2463 - Add a bit more documentation to jobq.c
2464 - Complete hash table routine htable.c htable.h
2465 - Change M_INFO to M_ERROR in attribs.c for Windows errors.
2466
2467 2003-07-23 Version 1.31 Beta 22Jul03
2468 - Apply a patch from Nic Bellamy that clarifies the error messages 
2469   during recycling volumes.
2470 - Documentation.
2471 - Clear VolCatInfo in askdir.c so that readbytes is zeroed.
2472 - Add SD statistics to backup report.
2473 - Removed old workq code.
2474 - Fixed rescheduling after error.
2475 - Fixed delayed starts which were not working.
2476 - Added priority to values that can change when starting
2477   a job.
2478 - Complete implementation of new job scheduler. jobq.h jobq.c
2479   This code is turned off unless specifically enabled in src/version.h
2480 - Integrate code from Nic Bellamy to check for recycled volume in
2481   mount.c in SD.
2482 - Fix a couple of bugs in dlist.c
2483 - Begin implementation of new job scheduler.
2484 - Take serial.h provided by David Craigon, which corrects differences in 
2485   prototypes between serial.h and serial.c.
2486 - Make db_get_media_ids() return Media Ids only for the current pool.
2487 - Add new jobq.h and jobq.c drived from workq.
2488 - Add JobPriority to jcr, and Priority to Job resource as well as
2489   to the run line in a Schedule.
2490 - Remove unused pool record from autoprune.c.
2491 - Implement Nic Bellamy's RecycleCurrentVolume.     
2492 - Implement RecycleOldestVolume.
2493 - Begin adding new JOB_QUEUE code to the Director.
2494 - Create a single routine recycle_volume().
2495 - Retry accept(), bind() and socket() if EINTR occurs.
2496 - Implement insert_before(), insert_after(), and empty() for dlist class.
2497   Also require offset to be given by giving item and link address.
2498 - Make error some messages in smtp.c a bit more explicit.
2499
2500 2003-07-12 Version 1.31 Beta 14Jul03
2501 - Marc Brueckner reported a crash during restore (a missing tree->)
2502 - Moved host.h.in file from filed to src.
2503 - Update btraceback to include host os, distname, distver in output.
2504 - Split list (in lib) into alist and dlist both with .h and .c.
2505 - Update home page to include Project status page.
2506
2507 2003-07-12 Version 1.31 Beta 10Jul03
2508 - Manual updates.
2509 - Clean up some unused variables detected by the IRIX compiler.
2510 - Test two directories on Win32 -- caused a crash. I forgot
2511   to NULL the uid cache pointer after releasing it.
2512 - Use bstrncpy() instead of strcpy() in find_files.
2513 - Clear a few linked lists in the temp directory packed in find_one.c
2514 - Eliminate an unnecessary variable in attr.c
2515 - Clear the cache pointer after release in idcache.c
2516 - Implement a new C++ doubly linked list class.
2517
2518 2003-07-08 Version 1.31 Beta 08Jul03
2519 - Update document for Win32 stuff.
2520 - Ensure VolStatus value for update is permitted.
2521 - Fix cached_path so that it is local to the jcr, otherwise, there
2522   are problems from job to job.
2523 - Fixed idcache.c which was not thread safe and didn't release memory,
2524   and didn't always edit the userid correctly.
2525 - Correct missing pool memory allocation in update voluseduration.
2526 - Release mutex in pool_mem.c before triggering ASSERT.
2527 - Lock database while recycling.
2528 - Fix a bug in editing since where I forgot to update to the new size.  
2529 - Implement all the command line update arguments.
2530 - Modify label to use volume=xxx for the new volume and oldvolume=yyy
2531   if doing a relable.
2532 - Added yes to run command line arguments.
2533 - Clear errno in editing a string to utime.
2534 - In restore print only volumes that will actually be used.
2535 - Fix bextract -- add appropriate breaks in new case code.
2536 - Add a new test -- bsr-opt-test for testing bsr optimization. As usual,
2537   it pointed out a bug where the directory tree handling code destroyed
2538   the restore arg list.
2539 - Many updates to the manual.
2540 - Pass prefix links flag to FD.
2541 - Sort list of commands for Console
2542 - Set default FD and SD concurrent jobs to 10.
2543 - Rework the find next volume code in catreq.c to correct some minor
2544   but subtle logic errors and to eliminate a goto.
2545 - Did spell check on manual.
2546 - Removed bindtextdomain() as it conflicted with RH8.0 headers
2547 - Fixed parse_args to pass address of POOLMEM struct.
2548 - Constrain FileIndexes written to BSR to be within range of Volume.
2549 - Suppress writing volumes to BSR if they are not actually referenced.
2550 - Make FOPTS use alist for match and base entries.
2551 - Pass prefix_links to SD.
2552 - Add command line interface to most items in "update volume=xxx"
2553 - Add command line interface to restore "jobid", "current", "before", "all".
2554 - Add command line "yes" to run command to supress prompt.
2555 - In new alist code, free only if allocated.
2556 - Overload [] with get() code for alist.
2557 - Fixed the code that wrote FirstIndex and LastIndex to the database. It
2558   was not correct at the end of a volume (basically included indexes in
2559   the second volume).
2560 - Fixed bscan to work with the new code and to properly build JobMedia
2561   records.
2562 - Added code to the read end of block.c to properly track Volume bytes,
2563   blocks, and files. I thought this was not necessary, but it is critical
2564   for bscan to work correctly.
2565 - Modified read_record to properly track First/LastIndex -- needed by
2566   bscan.
2567 - Eliminated some old Volume write code.
2568 - Changed RecycleOldestVolume to PurgeOldestVolume
2569 - Added what I hope are the "final" touches for Win32 stuff.  There
2570   are still a lot of annoying little problems.
2571 - Added the "portable=yes/no" option to Include. If set, it disables
2572   use of BackupRead/Write for Win32, so in principle, the data should
2573   be portable.
2574 - Pulled in more recent config.sub and config.guess from /usr/share/libtool
2575 - Replaced the system fgets() by a Bacula version that ignores
2576   interrupts (i.e. signals).  This truncated output from child processes.
2577 - Make file_index int32_t everywhere.
2578 - Moved LinkFI into ATTR structure.  Also integrated data_stream there too.
2579 - Moved code that sets the stream for writing into create_file.
2580 - Removed a signal(SIG_IGN, SIGCHLD) from dird.c that prevented getting
2581   the status of child processes.  This allowed removing the FreeBSD 
2582   kludge to bpipe.c -- the status is now obtained correctly.
2583 - Hand scan the stream header that arrives in append.c to avoid machine
2584   dependencies of sscanf().
2585 - Implemented code to put Data stream in Attributes record. 
2586 - Check if data stream is supported, if not, ignore.
2587 - Fix crash when multiple Includes are given (missing parens).
2588 - Clear WroteVol in askdir.c when JobMedia record is created.
2589 - Implement simple array list class for use in Bacula.  New files
2590   are lib/list.c lib/list.h. Probably will not use until version 1.32.
2591
2592 2003-06-24 Version 1.31 Beta 22Jun03
2593 - Change Purging Oldest Volume message to Recycling Oldest Volume.
2594 - Limit results from find_oldest_volume to one.
2595 - Fix possible buffer overrun in the restore tree handling routines.
2596 - Fixed a crash in VerifyToVolume because I moved the close_db()
2597   down into the free_ua_context() and should not have done so.
2598 - At a "var" command in the Console that does variable expansion and
2599   prints it.
2600 - Implement first cut of estimate command.
2601 - Change find_next_volume() for oldest to use LastWritten instead of
2602   FirstWritten -- also add Append to volumes slected.
2603 - Do normal recycling before checking for RecycleOldestVolume.
2604 - Implemented block rejection on read. This should make restores run
2605   much faster. Next release will have block positioning -- even faster.
2606 - Very preliminary support for Gnome-2.0.  Text does not yet work.
2607 - Correct buffer corruption in find_one.c with long directory names (Win32).
2608 - Make setting owner on directories M_ERROR rather than M_WARNING.
2609 - Fix printing of JobId in run listing for restore job.
2610 - Reduce heartbeat read check interval to every 10 seconds on Cygwin because
2611   there is no working pthread_kill().
2612 - I finally designed a test for multiple simultaneous jobs,
2613   and sure enough it broke when the jobs are split over multiple
2614   volumes.  Now fixed and working!
2615 - Eliminated a few "duplicate" error messages by testing for canceled.
2616 - Add ASSERT for device use count going negative.
2617 - Fix BlockNumber checking in stored/read.c (got first one wrong).
2618 - If socket is timed out, do a shutdown(fd,2) instead of close().
2619 - Fixed return status from SD to FD by setting JobStatus in append_end() 
2620 - Add arrays to Environment variables. Elements separated by |.
2621 - Implement Reschedule On Error, Reschedule Interval, Reschedule Times.
2622 - Add a new pool PM_NAME -- gets a name length buffer.
2623 - Implement fast cancel of FD blocked on writing to SD by using
2624   pthread_cancel(). Turned off on Cygwin due to bug.
2625 - Add code to handle EAGAIN in writing (probably not necessary). Use
2626   select().
2627 - Eliminate size_t from pool control buffers.
2628 - Complete Counter resource.
2629 - Complete LabelFormat (except for WrapCounter) plus counter
2630   inrementation.
2631 - This needs a database change to eliminate PoolId from counters.
2632 - Made a more compact format for the document index.
2633 - Add Phil's checkhost to examples directory (thanks Phil).
2634 - Implement generalized LabelFormat (documentation to come).
2635 - Implement Counter resource.
2636 - Cleanup examples/kernsconfig
2637 - Implement restore to a specific date.
2638 - Fixed a but in automatic labeling (and use durations expiring) analysed
2639   and reported by Rob Proffitt (thanks!).
2640 - Cleaned up a few Cygwin compile problems.
2641 - Made a 10Jun03 release (it is in production here)
2642 - Finally took the big plunge and fixed restoration of links and other
2643   files that have been changed between the backup and restore. Basically
2644   if the file exists, it is deleted, then re-created.
2645 - Purge only Volumes marked Append, Full, Used, or Error.
2646 - Allow pruning of volumes marked Append, in addition to Full and Used.
2647
2648
2649 2003-06-10 Version 1.31 Beta 10Jun03
2650 - Eliminated all plain email addresses and replaced them with " at " in
2651   place of @ to reduce havesting by spammers.  Doc + Web Site.
2652 - Started working on making POOLMEM a struct rather than a char. Lots of
2653   work to do.
2654 - Fixed bscan to handle -V option.
2655 - Fixed bscan to handle two File volumes.
2656 - Corrected a misplaced comma it get_fileset() in cats pointed out by bscan.
2657 - Added two Volume bscan test to regression scripts -- write two volumes,
2658   purge and delete everything, bscan the tapes, and do a restore. It works!
2659 - Reorganized the backup/restore code to move the attribute information into
2660   an ATTR packet, which is passed in place of tons of arguments.  Moved some
2661   code into lib/attr.c and lib/attr.h.  Then eliminated all the duplicate
2662   attribute code.
2663 - Moved FT_ types into baconfig.h.
2664 - Defined FT_ types to use only 16 bits. The upper half of the word is
2665   reserved for adding optional fields in the attributes packet.
2666 - Moved jcr->where into common part of jcr and have it deleted in lib/jcr.c
2667 - Put all attribute reading code on switch() with cases instead of a big
2668   if (restore.c, bls.c, bextract.c, bscan.c, ...)
2669 - set_attributes() now takes ATTR packet, and thus has much fewer args.
2670 - moved print_ls_output() into lib/attr.c  
2671 - implemented is_stream_supported().
2672 - create_file() now takes ATTR packet so has many fewer args.
2673 - add mtime_only code.
2674 - Rewrote bnet.c read and write routines to quit if bsock->terminated is
2675   set.  This will allow setting non-blocking writes and then receiving
2676   a termination message and terminating the Job immediately rather than
2677   waiting 2 hours for the line to timeout.
2678 - Put catalog db name in some error messages.
2679 - Code for restore is now much cleaner, with much of it in lib/attr.c,
2680   and it is now common for all readers.
2681 - Add first cut of proper support for Win32 Backup code.
2682 - Fix bug in restore Win95/98/Me.
2683 - Pass mtime_only flag to FD. Needs config record.
2684
2685 2003-06-04 Version 1.31 Beta 04Jun03
2686 - Fix block.c to check errno only in case of return status -1 as 
2687   suggested by Justin Gibbs (FreeBSD).
2688 - Implemented qfill command in btape for quick testing write/read of a tape.
2689 - Discovered that FreeBSD pthreads re-use the same thread id, which causes
2690   the SD to fail when a user leaves a device unmounted (old pid is reused
2691   and lock_device() thinks the same thread is calling again leading to
2692   inconsistent state). Set id to zero after blocking the device during
2693   unmount.
2694 - A lot of clean up, moving subroutines around for TermCode.
2695 - Free ua->prompt when Job terminates.
2696 - Add AutoPrune and Recycle to values copied from Pool resource
2697   into Pool record on create/updated.
2698 - Implemented bsr for Verify VolumeToCatalog. 
2699 - Improved the Verify Job report using SD and FD term codes.
2700 - Split tree handling routines from ua_restore.c to ua_tree.c
2701 - Split bsr routines from ua_restore.c to bsr.c and bsr.h 
2702 - Fixed clash between FD and SD returned job values. Report now contains
2703   values from FD.  Maybe I should change? or give both.
2704 - Attempt to fix negative use_count for dev packet in SD by adding
2705   a couple of open_dev().   This may be cause of Dan's crash.
2706 - Clear no_wait_id when device is unblocked. This may be cause of Dan's crash.
2707 - Eliminate old "new lock code".
2708 - Add configure of mtx-changer for mtx path.
2709 - Always rewind tape before releasing it (for FreeBSD).
2710 - StartBlock was one too large for second volume.
2711 - Fixed restore to display status from both SD and FD.
2712 - Unified return status message for backup and restore.
2713 - Corrected segmentation fault reported by Dan when doing "label barcodes"
2714   on a File.
2715 - Corrected a segmentation fault when attempting to send a JobMedia record
2716   to the Console -- reported by Dan.
2717 - Added MySQL documentation for using the threaded libraries.
2718 - Added new columns and tables to Catalog database.
2719 - Wrote alter scripts and tested them (thanks to Dan for the help) on
2720   MySQL and SQLite.
2721 - Started using enums where ever possible when passing flags to 
2722   subroutines. This helps make the source much more readable.
2723 - Corrected a bug where a vertical database listing was being used in
2724   the query command.
2725 - Added new argument to parse_args() to prevent command arg overflow.
2726 - Renamed ua_db_query.c ua_query.c.
2727 - Split scan.c out of lib/util.c
2728 - Perhaps I have *finally* fixed the command line history in gnome-console.
2729 - Added support for smartalloc for any global new or delete command
2730   by overloading the global operators.
2731 - Made the default time with no qualifier day rather than seconds.
2732 - Fixed a bug in the store_size() routine that improperly converted from
2733   double to uint32_t.
2734 - Started using "bool" where possible.
2735 - Zap SD session key once it is used.
2736 - Added *lots* more checking for strcpy -- bstrncpy(), ... 
2737 - Added CreateTime field to FileSet record and print it to distinguish
2738   FileSets. 
2739 - Print an information message when a new FileSet is created.
2740 - Include the FileSet date/time in the Job report.
2741 - Indicate if a Job is upgraded in the Job report and from what previous level.
2742 - Incremented the database version.
2743 - Ensure that any DB error message is printed if the start_time of a previous
2744   save is not found.
2745 - Free orphaned buffer in ua_restore.c in case of database error.
2746 - Implement enum for response DISPLAY_ERROR and NO_DISPLAY
2747 - Implement enum for create_pool (POOL_OP_CREATE, POOL_OP_UPDATE).
2748 - Make sure FileSets printed in restore are in order.
2749 - Add a number of bstrncat, and other protected string operations.
2750 - Clean up old structs in dird_conf.h
2751 - Remove all Slot invalidation code.
2752 - Add Automatic choice message to all do_prompt() calls.
2753 - Eliminate JobId from restore if not used.
2754 - Clean up a few error messages.
2755 - Make fill/unfill commands work correctly in btape.
2756 - Enhance btape fill and unfill commands.
2757 - Implement real Pmsg() code so that negative levels work in Dmsg()
2758 - Implement block number check -- had to turn it off because it doesn't
2759   work.  Need to verify that it is the correct block and that block
2760   numbers are properly written.
2761 - Moved readline from depkgs1 to depkgs.
2762 - Reworked the configure code to handle readline correctly. This was broken
2763   mostly due to the fact that the readline routines are nested down one
2764   directory.  Also, I missed one header file that was needed (possibly added
2765   in a later version).
2766 - Put correct include on the dependencies make for Console readline.
2767 - Remove JobMediaId from VOL_PARAMS (no longer needed).
2768 - Sort VOL_PARAMS by JobMediaId using SQL in cats.
2769 - Add jcr as argument to block.c read_block... routines so that error
2770   messages are immediately displayed.
2771 - Make bsr_dev() edit an error message if it is turned off and return 0.
2772 - Add checking for the BlockNumber in the read routines -- lots of
2773   false matches are found -- much check writing end.
2774 - Now sort bsr volumes by JobMediaId -- produces better results.
2775 - It turns out that under certain circumstances, when doing a restore, the
2776   Volumes will not be written to the BSR in the correct order.  I don't
2777   know exactly why, but many thanks to Dan Langille for reporting this.
2778   The solution is to sort the Vol_Params within each bsr (done), and to
2779   sort the bsr chain (not yet implemented). Note, the bsr chain should
2780   always be in order unless the user explicitly specifies the JobIds in
2781   a different order.          
2782 - Began implementing C++ structs rather than typedef structs as in C.
2783 - Added volatile to a lot of variables that are used in two threads at
2784   the same time. This should prevent improper optimization.   
2785 - Fixed a missing space in the "run job=xxx where=" the where was
2786   glued to the end of the previous stuff (bootstrap filename). 
2787 - I *finally* found the cause of the mysterious failure of shell expansion.
2788   It was due to the read() getting interrupted!  That's what opening up
2789   SIGCHLD will do!
2790 - Remove unused default tape drive names.
2791 - Create a new status.c file in stored and split the status code out of dircmd.c
2792
2793 2003-05-22 Version 1.31 Beta 22May03
2794 - I discovered that C++ permits "prototyping" structures e.g. struct A; is
2795   a valid statement. This permitted me to eliminate all the void *jcr, in
2796   favor of JCR *jcr, which pointed out a number of bugs in block.c.
2797 - Change lib/bmisc.c to bsys.c (system routines).
2798 - Add set_working_directory() to lib/util.c
2799 - Remove some unneeded setjcr_job_status() since Jmsg(jcr, M_FATAL,...)
2800   already sets it.  
2801 - Do not increment jcr->Errors for Fatal errors -- they represent non-fatal
2802   errors.
2803 - Fix a few more places in FD where Errors was not incremented.
2804 - Print unexpected (or incorrect) termination message returned from FD.
2805 - Use switch() instead of giant if statement in verify_vol.c
2806 - Protect overrun from do_shell_expansion() by passing max length.
2807
2808 2003-05-20 Version 1.31 Beta 20May03
2809 - Add mandrake to platforms
2810 - Suppress error messages if no bytes written to tape.
2811 - Suck up bootstrap file even on error so that Dir sees our error message.
2812 - Pretty much finish off the Win32 backup code.
2813 - Add DESTDIR code to autostart for creating non-root rpms
2814 - Echo input read from a script in Console.
2815 - Clarify error message for VerifyToCatalog
2816 - Add error counts in restore for M_NOTSAVED.
2817 - Adapt bfile.c to handle both Win95 files as well as WinXP files.
2818 - Add MTIOCERRSTAT for FreeBSD (clear error status).
2819 - Correct double jobmedia record when cancel at EOM reported by Phil.
2820 - Correct possible write at beginning of tape during cancel at EOM
2821   as reported by Phil.
2822 - Document in detail how Incremental and Differential jobs work.
2823 - Add non-fatal error count on backup and restore Job reports.
2824 - Remove a couple uses of lld -- now prefer to edit and use %s.
2825 - Fix directory could not be accessed on Win32.
2826 - Improve message indicating that last Full backup not found. 
2827 - Fix free() too early in directory traversal code.
2828 - Prune Jobs with no JobFiles or that have JobStatus!='T'
2829 - Add a few more command line scans for prune/purge.
2830 - Restrict valid characters in a Volume name, and document it.
2831 - Make new Win32 save/restore work. Still a bit more to do.
2832 - Use reentrant version of mysqlclient library.
2833 - Use more machine independent way of finding gcc version.
2834 - Fix race condition in sql_list where messages edited before locking.
2835 - Lots of testing saving/restoring 6GB files.
2836 - Add where to restore where=/tmp
2837 - Complete implementation of Win32 streams in FD. Must test. Also,
2838   must implement new streams in SD.
2839 - Make termination of daemons more "error" tolerant.  
2840 - Make default "duration" days rather than seconds if there is no modifier.
2841 - Install bcopy.
2842 - Add detection of available Win API's so that a single binary will
2843   work on all Windows systems.  Reference those APIs through a pointer.
2844 - Remove use_win_backup_api and enable it in bfile.c if system supports it.
2845 - Modify dev.c so that it works if MTEOM is not defined (BSDI).
2846 - Change MT_xxx to BMT_xxx to prevent conflicts with BSDI.
2847 - Detect strtoll() in configure.
2848 - Implement replacement for strtoll() for BSDI.
2849 - Add platform files for BSDI.
2850 - Use Jmsg() instead of Jmsg1() in acquire because File:line prefixed in dev.c
2851 - Use Jmsg() in write_block_to_dev() so that no messages are lost.
2852 - Rework autochanger code in restore to handle case of cassette not in magazine.
2853 - Implement Windows BackupRead/Write(). I now have permissions right!!!!
2854 - Additions to the manual (Purging, Autopruning).
2855 - Add doc to code in autoprune.
2856 - Begin adding Level = Base.
2857 - Make Jmsg recognize console and direct messages directly back to it.
2858 - Hopefully fix mess in mount.c when a tape expires.  
2859 - Fix restore bug recently introduced due to Unix backwards status convention.
2860 - New bacula.spec from Scott
2861 - Add globals for database name and version and print them in traceback.
2862 - Eliminate SubSysDirectory in each daemon conf file.
2863 - Implement get_yesno() and get_pint() in UA.
2864 - Make Jmsg aware of console. Messages now sent directly to Console.
2865 - Created a single bacula.spec.in for by the MySQL and SQLite builds.
2866 - Added proper configuration to console.in and gconsole.in
2867 - Start adding textdomain() code for translating.
2868 - A number of minor code cleanups.
2869 - Rework shell expansion just a bit.
2870 - Add rewind() when releasing a tape before acquiring the next one.
2871 - Implement addition of Description in Service entry for Win32.
2872 - Update manual to eliminate unclear autochanger points as mentioned
2873   by Dan Langille.
2874 - Implement DESTDIR everywhere.
2875 - Rework spec files for 1.31 and combine the main spec and the client
2876   only spec making a client package. At the same time, rename the packages
2877   so it is a bit clearer to the user. Also fix the build to work
2878   as non-root (scriptdir was not prefixed with $RPM_BUILD_ROOT).
2879 - Correct Auto Changers and all other forms to Autochangers in the
2880   manual.
2881 - John reported needing to do two "mount" requests, and indeed that
2882   was the case. It turns out that pthread_cond_timedwait() does not
2883   always return zero when awaken by a pthread_cond_signal().
2884 - Include RunBeforeJob and RunAfterJob output in job output report.
2885 - Implement a "real" Admin job that prints a mini-job report.
2886 - Clean up a few error messages in findlib and filed.
2887 - Recent changes to gnome-console caused initial output to be
2888   lost -- now fixed.
2889 - The Win32 version crashed after each job. After hours, it turns out
2890   that when running with LocalSystem privilege (and not as a user), when
2891   Cygwin does pthread_kill(id, SIGUSR2), it gets a memory fault.
2892 - Moved stored/fdmsg.c to lib/bget_msg.c, and moved SD messages to
2893   stored.c.  So now bget_msg() can be used by both the SD and FD.
2894 - Changed Director's bget_msg() to be called bget_dirmsg() to avoid
2895   any possible confusion.
2896 - Implemented bget_msg() in general everywhere in the FD except for
2897   job.c where the Dir and FD are communicating.
2898 - Implemented a Director only heartbeat in the FD for the cases where
2899   there is either no connection to the SD or the FD is already reading
2900   from the SD.  start_dir_heartbeat() ...
2901 - Add heartbeat to restore and verify volume.
2902 - Add "Heartbeat Interval" to Storage resource, which sets interval the
2903   SD sends heartbeats to the FD and DIR, 0 disables heartbeats.
2904 - Add "Heartbeat Interval" to FileDaemon resource, which sets the interval
2905   the FD sends heartbeats to the DIR, 0 disables heartbeats. 
2906 - Added heartbeat from FD to Dir every HB_TIME rather than forwarding
2907   SD heartbeats.
2908 - First cut label dialog.
2909 - Turn on new semaphore code for simultaneous Jobs.
2910 - Fix cancel trying to release semaphore's not acquired.
2911 - Implement get_pint() and get_yesno() for UA.
2912 - Implement find_arg_with_value() for UA.
2913 - All command line "slot" to be specified for label command.
2914 - Rework heartbeat code in FD to correctly terminate.
2915 - Fix btraceback to use smtp and to eliminate double //
2916 - Fix "storage" command to include ssl for verify and restores.
2917 - Add Heartbeat code when SD is waiting on a tape -- heartbeat every 20 mins
2918   to keep stateful firewalls from timing out the connections.
2919 - Fix src/stored/Makefile.in typo causing problems in statically linking
2920   btape.  Thanks to Lutz for reporting this.
2921 - Create an is_client_alive script for checking if a client is alive.
2922   Using this script prevents generating error messages.
2923 - Added corrections and updates to manual provided by Phil -- thanks.
2924 - Added RequireSSL to each program/daemon configuration.
2925 - Added EnableSSL to each correspondent for each program.
2926 - Added the Console resource to the Director (need to
2927   implement individual Console authorization).
2928
2929 2003-04-28 Version 1.30 released
2930 - Fix command history for gnome-console (must malloc).
2931 - Add two cancel points in acquire_resources(). The job will not
2932   be immediately terminated in all cases.
2933 - The new AutoMount code broke File archives -- fixed.
2934 - Correct watchdog mutex race introduced yesterday.
2935 - Add JobLevel to Admin run started by UA.
2936 - Add -v to daemon startup scripts
2937 - Implement bmicrosleep(sec, msec);
2938 - Implement When for "run" command.
2939 - Remove unsigned from socklen_t definition in hopes it will work better
2940   with older systems.
2941 - Remove code that attempts to set PID dir and SUBSYS dir if they
2942   do not exist because it set them to sbindir!
2943 - Modify mount to initially attempt to read the volume if Bacula
2944   wants a tape, none is mounted, and "Automatic Mount = yes" is set.
2945 - Prohibit setting --sbindir and --with-subsys-dir the same.
2946 - Fix missing argument that cause Kaboom in update slots.
2947 - Fix orphaned bsock when UA gets error contacting FD or SD
2948 - Nearly full implementation of Win Backup API, but it does not
2949   work due to lack of permission! Arggg!
2950 - Implemented restoring directory permissions as they should be.
2951 - Implemented reasonable regression script.  It found a number of
2952   restore errors.
2953 - Implemented the following @ commands in the console that work directly
2954   in the console rather than in the Director.
2955     input - read input from a file
2956     output - write output to file
2957     tee    - tee output to file and terminal
2958     time   - print current time
2959     version - print current version
2960     exit    - quit
2961     quit    - quit
2962 - Implemented new bfile io routines that will permit implementation of
2963   Windows native APIs for reading/writing files.
2964 - By default always update hard links with the prefix, but do
2965   not update soft links.  It seems inconsistent, but it is what
2966   cp does.
2967 - Implement wait command in Console that waits until no jobs are running. 
2968 - Fixed the < code in Include/Excludes, which forgot to skip over the <.
2969 - Do NOT attempt to chmod() a soft link as it will change the file behind
2970   the link!
2971 - OOPS! Lutz ran into a problem. In attempting to prevent string overflows,
2972   I used bstrncpy() on a variable that was malloc'ed thus truncating 
2973   Volume names!  Arrrggggg!
2974 - Lots of documentation of new features.
2975 - Rework Volume name scanning in console, made much more logical
2976   and corrected a bug (confusion in calling sequence).
2977 - Cleaned up a few error messages in cats adding more info.
2978 - Add the IP address to error messages due to bad connects to servers.
2979 - Implement default File output in config files so user can start
2980   saving right away without a tape drive.
2981 - Protect inet_ntoa() with mutex in case it is not thread safe.
2982 - Eliminate termcap from use in gnome console.
2983 - Remove unused SD maximum volume files and maximum volume jobs. They
2984   are implemented in the Director.
2985 - Make the default for Incremental and Differential saves to compare
2986   against both st_mtime and st_ctime rather than just st_mtime.
2987   This includes files moved or copied.
2988   Thanks to Matthias Wamser for bringing this fix to our attention.
2989 - On Win32 clients, make a pass through the include/exclude patterns
2990   and change any back slashes to foward slashes. Prevents creating
2991   unusable directory names containing both conventions.
2992 - Move ls -l output on restored files to M_RESTORED class.
2993 - Make gnome-console compile correctly on RH8.0
2994 - label barcodes now works.
2995 - Implemented "update slots".
2996 - Tweak btape "test" to always print suggestion for re-read last block.
2997 - Implemented "Cleaning Prefix"
2998 - Update alter_mysql_tables.in
2999 - More work on barcodes.
3000 - Zap VolHdr in SD when attempting to label a tape that is not
3001   there.  Prevents false tape names the next label command.
3002 - First cut of bar code reading is implemented. It doesn't do
3003   anything but return the list to the Director.
3004 - Implemented relabel command that relabels "Purged" Volumes.
3005 - Check exit code in RunBeforeJob and err the job if it is non-zero.
3006 - Remove old testsuite -- too complicated
3007 - Print length when Authorization fails because of bad length.
3008 - Fix problem of NumVols in Pool getting reset on startup.
3009 - Implement full listing of DB records by listing them vertically
3010   instead of horizontally.
3011 - Make changes to mysql scripts as suggested by Lutz Kittler
3012 - Fixed code to write Uname to Client record.
3013 - Fixed a problem (in btape) where Pmsg() was not printing.
3014 - Moved re-read last block test to last in "test" command of btape.
3015 - Lots of new documentation.
3016 - Fixed newvol.c to handle retrying 10 times if the volume name already exists.
3017 - Removed int_least16_t from sha1.h because it does not exist on some systems.
3018 - Release job in SD if canceled and waiting on a mount (better cancellation).
3019 - Prompt for Client in restore if not specified.
3020 - Print "Selection is empty!" if no selection list found.
3021 - Add new spec files and bacula.desktop from Scott.
3022 - Update client every time a job is run.
3023 - Add verbose option to daemons for printing more user error info.
3024 - Test if console works with readline 4.3 (yes, it is OK).
3025 - Release new depkgs
3026 - Release new winbacula.
3027 - Add Uname info to Client DB record.
3028 - Improve error messages and make them more consistent when a non-existent
3029   Device is requested.
3030 - Separated the -mwindows option so that only Windows programs
3031   are built with it (bacula-fd, ...) the tty tools such as console
3032   dbcheck, smtp, testfind, ... are now able to be run in a standard
3033   Windows DOS box.
3034 - Add | and < options to Exclude the same as in Include.  
3035 - Add typed in input to the text window in the gnome-console.
3036 - Change function that gets the entry text (previously had orphaned buffer).
3037 - Fix multiple Director problem in gnome-console (thanks to Lutz Kittler).
3038 - Thanks to Renato, I was able to test Bacula on a FreeBSD tape drive.
3039   There are a number of significant differences: 1. reading less than
3040   the number of bytes in a record returns an I/O error.  2. ioctl(MTEOM)
3041   looses the file position. 3. Reading two two EOF marks (or ioctl(MTEOM))
3042   leave you positioned after the second EOF, so you must backspace file
3043   to be able to append.
3044 - Added BSF at EOM = yes/no to Device resource to allow proper positioning
3045   at the end of a FreeBSD tape.
3046 - Made btape "test" do much better testing of error conditions (i.e.
3047   it now ensures that the append went well). It will automatically
3048   detect problems and apply fixes and then retry the test, if it
3049   finally succeeds, it clearly says what directives need changing.
3050 - Add Scott Barninger's rpm changes to the build environment
3051 - Add changes to mtx-changer so users can add eject and sleep for
3052   certain autochangers.
3053 - Implemented FreeBSD chflags (user defined flags).
3054 - Turn restore errors during setting of owner and modes into
3055   warning messages -- for restoring files as non-root.
3056 - Fix how prefixes are handled in restoring soft links.
3057 - Modified btape "test" command to do only those things that
3058   Bacula actually does. There is much more explanation, ...
3059 - Update manual.
3060 - Finally had to back up to gcc version 2 from version 3 to avoid version
3061   3 nightmares.   
3062 - Final cygwin tweaks.
3063 - Move start time to *after* the resource locks are acquired.
3064 - Unable to duplicate Phil's disabling of Bacula with nmap, but
3065   did make the authentication code a bit more conservative for
3066   dealing with bad input.
3067 - Added code to the query command to escape all strings input
3068   before substitution and sending to the SQL engine.
3069 - Escape user entered filenames for restore command.              
3070 - Cleaned up the waiting code a bit -- using broadcast instead
3071   of signal and counting the waiters.
3072 - Implement new pthreads semaphore code.
3073 - #define new semaphore code rather than workq on USE_SEMAPHORE.
3074 - Lots of improvements to the document to address recent support requests.
3075 - Implement cycle through a set of tapes suggested by Eugeny
3076   Fisher with the "RecycleOldestVolume=yes" record in the
3077   Pool resource.  Basically this record causes Bacula to purge
3078   to oldest tape when no more tapes are found.
3079 - Correct a number of small incorrect interactions between limit
3080   variables during recycling.
3081 - Corrected a bug in db_create_media_record() where VolMaxFiles and
3082   VolMaxJobs was not written to the database.
3083 - When the Director starts, the Pool record is updated in the
3084   database with the current contents of the Pool resource.
3085 - Corrected bnet_connect() to immediately stop (rather than looping
3086   for the timeout period) if there is a fatal error (socket, or
3087   hostname to ip).
3088 - Reworked "purge" code to make purging Volumes easier.
3089 - Made "list volumes" list the volumes in all pools -- also
3090   "list volumes pool=Default" does not produce and error message.
3091 - List Pool record after doing "update pool".
3092 - Remove pid file code from Win32 -- not really necessary.
3093 - Make bnet handle null jcr during cancel rather than crash.
3094 - Add CygwinInstall.bat and CygwinUnInstall.bat
3095 - Add db_lock() around newvol.c code to prevent race condition if multiple
3096   callers want a new Volume name.
3097 - Lots of cleanup to Win32 code, with additional error messages.
3098 - Make Bacula work on Win95 (test for GetAttributesEx).
3099 - Add better error messages when end of media is reached or volume
3100   capacity execed.
3101 - Turned off signal catching in readline(), necessary to keep console
3102   from crashing on ctl-Z with RedHat 8.0.  Thanks to David Craigon for
3103   testing this.
3104 - Make the 3rd and hopefully final change to the Finclude structures.
3105   This new version permits multiple sets of options (more code to be
3106   written) to be applied against the same set of files. Thus one can
3107   have options that with match of *.gz and a different set of options
3108   for *.c, ...
3109 - Integrated GNOME Console font resource code supplied by Phil Stracchino.
3110 - Check for job_cancelled() in bnet_connect() code to stop wait loop if
3111   client not available.
3112 - Fix early end of file scanning conf file in lex.c, which previously
3113   caused ABORT -- now reports error.  This could happen with an unterminated
3114   string for example.
3115 - Move Maximum File Size code before write and detect error on writing EOF.
3116 - Additional fix for Solaris 2.6 and a bdb.c fix submitted by Armin Buehler.
3117 - Added detection for Solaris 2.6, which uses older setsockopt() calls.
3118 - Defined sockopt_val_t for setsockopt() calls.
3119 - Added fixes sent by Bevan Anderson that fix multiple connects to FD
3120   (I zap keys for security, so must put back dummy key).  Also a fix
3121   to the Internal database that wrote garbage after the filename in
3122   the database.
3123 - Back out the __SVR4 changes.
3124 - Add automatic configuration of socklen_t
3125 - Attempt to fix problems reported by Lutz with multiple simultaneous
3126   open file Volumes (experimental code). Serialized acquire. This may
3127   fix the problem, but more thought and testing is necessary.
3128 - Add table of "supported" autochanger models.
3129 - Add Solaris 2.6 (__SRV4) changes sent by Peter Schmitz.
3130 - Correct tape selection code in SD (|| => &&). Thanks to Chuck Hemker
3131   for the patch.
3132 - Eliminate FileOptions. Implement new Finclude and Fexclude that
3133   have file options contained in it.  New structure must be transmitted
3134   to FD.
3135 - Split Include/Exclude into new inc_conf.c file.
3136 - Cleanup new Include/Exclude and FileOptions.  Structures in Director
3137   now correct.  Must transmit FileOptions to FD.
3138 - WARNING:  With the adddress and port code in the Catalog you MUST
3139   remove old address= and dport= records!!!!!
3140 - Added code to remove cancelled jobs from the workq -- needs testing.
3141 - Added first cut AIX from output James MacLean sent me.
3142 - Second cut of FileOptions.
3143 - First cut of parsing FileOptions and Counters.
3144 - Added address:port for MySQL as well as socket for local access.
3145 - Fixed job.c in filed to properly handle excluded files. Apparently
3146   I changed the daemon protocol but forgot to update the code.
3147 - Enhance testfind to handle include and exclude files
3148 - Fix getdomainname() prototype for Darwin
3149 - Added new -u and -g options for specifying userid and groupid to
3150   use when running, so that Bacula can reduce its privileges.
3151 - When Bacula was hanging due to an NFS volume being down, I 
3152   fixed a few places in the File daemon where is should have immediately
3153   terminated the connection instead of waiting for the Director to do so.
3154 - Added first cut support for Darwin.
3155 - Temporarily comment out the O_NOFOLLOW to avoid possible subtle problems.
3156 - Implemented O_NOFOLLOW in creating files in create_file.c to prevent
3157   creating a file at the end of a symbolic link.
3158 - Use chown() if lchown() does not exist (e.g. Darwin).
3159 - Always close stdin on startup to avoid having /dev/console attached.
3160 - Change all DATE occurrences to BDATE because it is used by Cygwin headers.
3161 - Add printing of Volume names in SD status output.
3162 - Display all open devices in device chain in SD status output.
3163 - All changing Pool in console run command.
3164 - Thanks to Eric Bollengier for pointing out that the run_program()
3165   return status was not correctly generated. Now fixed (I hope).
3166 - Corrected crash in Internal Database getting Volumes.
3167 - Flush all daemon messages at the end of every job.
3168 - Fix Install.bat script so that Bacula restarts after reboot on WinNT/2K systems.
3169 - Minor changes in the gnome-console directory.
3170 - Integrated in my old Tcl/Tk code into src/tconsole and moved it up
3171   from C to C++.  Pretty crude, but it is a beginning.
3172 - Close syslog() %n exploit in message.c
3173 - Edit space before each line in gconsole.
3174 - Added INCEXE structure so we can have FileOptions.
3175 - Added support for multiple simultaneous open file volumes.
3176 - Fix hard linked files so that the one saved is always restored.
3177 - Add * to restore "dir" listing to indicate marked files.
3178 - Add ability to make md5sum and sha1sum in lib directory.
3179 - Work a bit more on the new daemon protocol.
3180 - Use unmask of 022 or more restive
3181 - Create File volumes with 0640 permissions
3182 - Added support for SHA1 signature. Need to modify DB to have type.
3183 - Document SHA1.
3184 - Work a bit on getting proper child status from bpipe calls.
3185 - Added Ludwig's mtx-changer to the examples/devices directory.
3186 - Added a Warning not to use the Internal Database when it is initialized.
3187 - Compiled and tested SHA1, and added it to the library.
3188 - Added code to print the "load slot" status after autoloading.
3189
3190 =============================================================================
3191 2003-01-24 Version 1.29 released
3192 23Jan03
3193 - Tightened up permissions on all .conf files to be 640 so they are not
3194   world readable.
3195 22Jan03
3196 - Added prefixlinks=yes/no Job record to specify applying the Where
3197   prefix to absolute soft links.  Code is not yet passed to FD, because
3198   FD would then be incompatible with version 1.28.
3199 - Added skeleton of installation for Gentoo release for Patrick Naubert.
3200 - Add timer on open() for reading or writing a FIFO file.
3201 - Put btraceback and btraceback.gdb in sysbin dir (a bit of polution,
3202   but at least dumps will work).
3203 20Jan03
3204 - Added "append" all messages to a log to default bacula-dir.conf
3205 - Added WriteBootstrap to default bacula-dir.conf
3206 - Made smartall.c print "Out of memory" if malloc() fails.
3207 - Added pthread btimer routines.
3208 - Added timer to FIFO open statement
3209 - George was still having problems with VolUseDuration failing.
3210   On looking into it, one line of code subtracting 1900 was
3211   mysteriously missing from the source -- bizarre.
3212 18Jan03
3213 - Yesterday's version corrects all the problems I was
3214   previously having, and my production jobs are now completing
3215   properly.
3216 - Added a #define dev_cap() to test the capabilities bits. I just
3217   makes the code a bit shorter and a bit simpler.
3218 - Added phase 1 support for an output fifo device. The big 
3219   difference here is that it is a STREAM device, which means that
3220   Bacula will only write to it and not read. Thus, Bacula assumes
3221   that the correct "Volume" is mounted and will construct a valid
3222   label (without needing the Volume to be prelabeled), and write
3223   to the device.
3224 - Added phase 1 support for input from fifo device (suppress re-read,
3225   add empty buffer flag).
3226 17Jan03
3227 - Improve printout of dbcheck with # files/path fixing.
3228 - Zap SD authorization code after use.
3229 - Added <> back to smtp (think about this some)
3230 - Doc
3231 16Jan03
3232 - Massive change to add jcr as the first argument to nearly
3233   every db_ call. This is because I was storing the jcr in the
3234   db structure, which will not work because everyone shares
3235   exactly the same structure.
3236 - More cleanups of error termination status in filed.
3237 - Found another bug in message.c where %s was missing in JmsgN. A lot
3238   of cleanup in message.c
3239 - Found places where filename listing was made (restore, verify
3240   vol) where the buffer could possibly overrun.
3241 - Chain include files on the end of the list so that the
3242   order will be correct.
3243 - Rewrote mtx-changer to output one slot per line terminated by
3244   a colon followed by an optional Volume Tag for the "list" command.
3245   Preparation for handling Volume Tags.
3246 - My production crash remains elusive. Adding debug code or running
3247   under the debugger eliminates the problem. I found a case in
3248   message.c where I was extending the message string by two 
3249   characters to send it to the console. VERY BAD. Rewritten.
3250 - Started implementing fifo and program handlers (i.e. streams)
3251   in the Storage daemon. Lots to do.
3252 - Added a trace capability where trace statements are written
3253   to a file. Tmsg(). Hopefully this won't be used much.
3254 - Running lots of "production" saved by scheduling a few minutes
3255   after the current time -- slow process ...
3256 15Jan03
3257 - Removed <> on From and To in smtp.c as suggested by James MacLean.
3258 - Added code to suppress spurious error messages during cancel,
3259   but I was unable to eliminate all errors -- to be worked
3260   on later.
3261 - Up size of print buffer from 2000 to 5000.
3262 - My production run failed again. I'm beginnig to suspect 
3263   hardware problems because running by hand or under the
3264   debugger always works -- we will see.
3265 - Added Update Volume VolFiles to reset correct tape files 
3266   a bit dangerous.
3267 - Use the mysql_escape_string() rather than internal version.
3268 14Jan03
3269 - Cleanup handling of JobStatus by creating a subroutine.
3270 - Fix a number of minor things with JobStatus.
3271 - Print FD and SD JobStatus on backup report.
3272 - Add JCR to findlib -- so now FD stops normally when cancelled.
3273 - My production Director segment faulted during the second Job.
3274   I haven't been able to track it down. After rebuilding, all
3275   jobs finished correctly.
3276 - In investigating the duplicated Paths, I found that there
3277   were 10,552 of them -- only Path records. After checking the
3278   code, I do not see the reason, but I've enhanced the code to
3279   print the full path name.
3280 - I made a few improvements to tools/dbcheck. Mostly it provides
3281   a bit more feedback with verbose mode on when eliminating
3282   duplicate filenames or paths.
3283 13Jan03
3284 - During four simultaneous backups, the File daemon started
3285   detecting buffer corruptions. It turns out to be due to the
3286   fact that the smartall.c routines were not thread safe. They
3287   are now.
3288 - Based on input from James MacLean and team, I eliminated a number
3289   of places where printf could be recursively called by using "%s".
3290 - It turns out that because of an error of my understanding of
3291   mysql_escape_string(), the last argument was taken as the length
3292   of the string to be escaped rather than the maximum length.  I've
3293   now corrected all my code -- Thanks James.
3294 12Jan03
3295 - George Motter reported problems with UseDurations, and it seems 
3296   that there were a number of inconsistencies and problems with
3297   FirstWritten and LastWritten.  Hopefully for the most part they
3298   are now corrected.  Also fixed LabelDate if done through Console.
3299 - Try to chase down reasons why there would be buffer overruns.
3300   Added P & V around referencing last_fname for status.
3301   Rewrote find_one.c with MEMPOOL, but not yet tested enough
3302   to commit.
3303 10Jan03
3304 - Give extra margin to converting filenames from Unix to Windows
3305   in attribs.c of findlib -- dumb cygwin API doesn't provide for
3306   a length.
3307 - Added file:line traceback to size_of_pool_memory, check... and 
3308   realloc  in an attept to get closer to the memory overrun reported
3309   by James MacLean.
3310 09Jan03
3311 - Made yet another fix to quoted string -- paths!  Thanks to
3312   Scott Medlock for reporting this.
3313 - Made | and < work.
3314 - Implemented FIFO reading/writing. To do so, simply explicitly mention
3315   the fifo file (named pipe) in the Include AND add the new option
3316   readfifo=yes
3317 08Jan03
3318 - Started implementing | and < on Include names.
3319 - Changed source to . in cats directory as requested by Andrew Kokarev.
3320
3321 =============================================================================
3322 2003-01-05 Version 1.28b released
3323 - Corrected a typo of working_directory in bacula-dir.conf
3324   reported by James MacLean.
3325 - Fixed the fact that path and filenames in some cases were not
3326   being quoted before going into the database. Many thanks to
3327   James MacLean for reporting this.
3328
3329 =============================================================================
3330 2003-01-05 Version 1.28a released
3331 - Corrected a missing quote in bacula-dir.conf reported by James MacLean
3332
3333 =============================================================================
3334 2003-01-05 Version 1.28 released
3335 General:
3336 - Implemented Bare Metal Recovery for Linux and manual procedures for Solaris
3337 - Now using only a single technotes file kes-1.28 and will add to
3338   it as the development goes on.
3339 - Wrote a general purpose bi-directional pipe command. This replaces
3340   previous use of pipes as well as the run_program previously used.
3341 - Make BSRs stop if no more matches are possible.
3342 - Allow unliminted number of devices in Storage daemon.
3343 - Allow connections to Storage daemon before all devices are initialized.
3344 - Better documentation (and btape test command) on using fixed block
3345   tape drivers.
3346
3347 Changes submitted this submission:
3348 04Jan03
3349 - Add cygreadline5.dll to Win32 release -- needed for console
3350 03Jan03
3351 - Add scripts make_catalog_backup and delete_catalog_backup that makes and
3352   deletes an ASCII copy of the catalog for backup. An example of how
3353   to use it is in the <bacula-src/src/dird/bacula-dir.conf file.
3354 - Made a nicer column oriented listing of scheduled jobs for "status dir".
3355 02Jan03
3356 - Added backup/restore of raw partitions.
3357 - Corrected restoration of files in root directory (problem with
3358   splitting path from file).
3359 01Jan03
3360 - Finally decided to cleanup handling of splitting path and filenames
3361   in the cats directory. Now the code is in one place sql.c and it
3362   is done using Pool memory, so there are no length restrictions.
3363 31Dec02
3364 - Add start of Solaris bare metal recovery
3365 - Add Site Visit usage statistics to Web page
3366 - Got Bacula listed on www.backupcentral.com
3367 30Dec02
3368 - Retest bare metal recovery on Linux 2 times with verify
3369 - Cleanup printout of verify differences using proper casting to
3370   handle shorts and long longs.
3371 29Dec02
3372 - Added --enable-client-only to ./configure
3373 - Modified --enable-static-sd to work better and documented it.
3374 - Fixed Restore options (never,ifnewer, ...). They now work.
3375 - Moved the stored.c Resource lock into the allocation thread so
3376   that the same thread sets/clears it. This created a problem on
3377   FreeBSD.
3378 28Dec02
3379 - Added more rescue documentation.
3380 - Did a spell check of the Bacula doc.
3381 - Modified bscan to use the working directory as specified in the
3382   configuration file as the default.
3383 25Dec02
3384 - Fixed an important bug reported by George Motter that caused only
3385   the last option on an Include record to be used (all previous options
3386   were lost).
3387 24Dec02
3388 - Chase down some inconsistencies in creating Media records from
3389   the Pool defaults, and in updating/creating the Pool from the
3390   resource. Also fixed the cats DB routines to include all
3391   fileds (VolUseDuration was missing for example).
3392 21Dec02
3393 - Added building static versions of daemon static-bacula-dir, ...
3394 - Fine tuned the rescue (bare metal) code including support for grub.
3395 - Added skeleton freebsd rescue
3396 - Corrected SQL syntax error in autoprune code (JobType => Type).
3397 - Added error messages for SQL errors in autopruning.
3398 19Dec02
3399 - Documented Bare Metal Recovery
3400 - Create new "rescue" directory containg the Bare Metal Recovery code.
3401 - Fiddle with SQL a bit for pruning as apparently the last InitCatalog
3402   was pruned after the expiration date eventhough it was the ONLY copy!
3403   I'm not sure this is fixed yet.
3404 18Dec02
3405 - Allow Director to pass a NUL where string to FD (fix in FD).
3406 - Fix installation mv of query.sql.
3407 - Make sure btraceback.gdb is not wiped on "make distclean"
3408 - Corrected a bug in mod of replace options pointed out by Dave Anderson.
3409 16Dec02
3410 - Started adding FileOptions ...
3411 - Fixed  and incorrect print out of the number of files restored (Jarif).
3412 - Finally fixed EndBlock (and file address for Files) in catalog!
3413 - Added hostname to tape header as always planned.
3414 - Removed Level code (will not implement unless strong demand exists).
3415 - Tweaked bscan to print number of errors ignored before first SOS.
3416 - Enhanced btape "fill" to permit using one tape and to dump last
3417   block before writing and upon read back.
3418 - Make fsf_dev() return 0 on fail and 1 on success.
3419 - Use new db_get_job_volume_parameters() to enhance Write Bootstrap to
3420   contain more info (start/end file/block, file indexes).
3421 - Added --enable-static-fd, sd, and dir to configuration to enable making
3422   static versions of the daemons.
3423 13Dec02
3424 - The btape test program was indicating errors on Adrian's machine
3425   using the ATAPI (ide-scsi) tape drive. It turns out that this
3426   is a fixed block driver as a consequence, Bacula must be setup
3427   to write fixed blocks. btape was not always using the fixed
3428   blocks defined in the Bacula config, so that has been updated.
3429   It now works fine. A lot of tips added to the Bacula test command 
3430   to help guide the user.
3431 - Documentation of the above significantly improved in the manual.
3432 12Dec02
3433 - Added code in watchdog to permit setting and clearing child timers. If
3434   the timer expires, the child process is killed.
3435 - Modified restore to handle differential jobs.
3436 - Added a new test to the btape "test" command
3437 09Dec02
3438 - More documentation of new features (week position in scheduler, bsr).
3439 - Re-read last block written on full tape to verify it.
3440 - Fix segmentation fault with btape fill command due to missing FileSet MD5.
3441 07Dec02
3442 - Created better SQL input editing routines str_to_int64 and str_to_uint64()
3443 - Pull Client from database in Console restore command.
3444 - Create a Unique list of Volumes to be mounted (previously had repeats).
3445 - Made many of the SQL searches better by using the ClientId rather than the name 
3446   in the restore Console command.
3447 - Modified reading of a tape to include the VolFile info. Once the
3448   tape is past the specified file, reading stops.  The BSR now includes
3449   both the VolFile and VolBlock. Currently VolBlock is not used.  
3450 - Handle multiple volumes better by creating a real volume list with all
3451   parameters in it.
3452 - Display "At prompt waiting for input" in gnome console when at subcommand   
3453   prompt.
3454 - Broke ascii to internal and internal to string editing routines out into
3455   new lib/edit.c file.
3456 02Dec02
3457 - Added a readme and an afs-bacula script to the examples directory
3458   that permits Bacula to backup an AFS filesystem. Thanks to
3459   Lucas Mingarro for the submission.
3460 - Added A Sun-desktop autoloader script and Device definition to the
3461   examples/devices subdirectory.  Thanks to Lucas Mingarro for the
3462   submission.
3463 - If the WriteBootStrap fails, the job will now be marked in error.
3464 - Added a week position to the scheduler syntax that allows you to
3465   specify 1st, 2nd, 3rd, 4th, or 4th, or first, ... fifth as a week
3466   position specification in front of a day. So if you say
3467
3468     1st sun ...
3469
3470   the scheduler will start only on the first sunday of the month.  The
3471   day specification can also be a day range e.g. sun-fri.
3472   This code is untested.
3473 - Implemented bpipe.h and bpipe.c in src/lib, which defines a bi-directional
3474   pipe.  This allows executing other programs and sending them information
3475   as well as getting info from them.   
3476 - Replaced the previous pipe usage with bpipes in RunBeforeJob and   
3477   RunAfterJob.
3478 - The mail program now uses bpipes rather than pipes, which means that any
3479   error output will appear in the job output (truly bi-directional).
3480 - Modified BSR to handle counts and to stop when no more matches are possible.
3481   This is untested.
3482 - Improved error messages in smtp.
3483
3484 =============================================================================
3485 2002-12-12 Version 1.27d
3486 - This is a minor update that fixes a segmentation fault in btape
3487   as well as reduces non-important error messages in bscan.
3488
3489 2002-11-29 Version 1.27c
3490 - Yet another silly error duplicating a column name in the SQLite
3491   make tables.  No code change, just a make file.
3492
3493 2002-11-29 Version 1.27b
3494 - Set DB version to 5 in DB make files.
3495
3496 2002-11-28 Version 1.27a
3497 - Use g++ instead of gcc for testfind in tools 
3498
3499 2002-11-27 Version 1.27 (26Nov02) released 28 November 2002
3500
3501 General: from kes25Nov02
3502 - Mostly Cygwin changes
3503
3504 Changes submitted this submission:
3505 - Updated bdb_find.c to have new calling sequence for db_find_job_start_time
3506 - dird/catreq.c edit in Volume name in error messages to SD
3507 - attribs.c switch to using the cygwin API to convert from POSIX paths
3508   to Win32 paths. This now permits Win32 path specifications in Include
3509   statements (all combinations not yet tested).  It also avoids the large
3510   number of errors seen by Lutz if a Win32 path is specified in the Dir.
3511 - Update testfind help and remove set_attribsEx debug code.      
3512 - Build testfind as default.
3513 - Turn off debug message in stored/askdir.c
3514
3515 General: from kes21Nov02
3516 - Another change in the database. You MUST either re-initialize
3517   your database or use the appropriate ./alter_xxx_tables in
3518   the src/cats directory.
3519
3520 Changes submitted this submission:
3521 - Additional documentation.
3522 - Added MaxVolFiles to the database (not yet implemented in code).
3523 - Increased the database version from 3 to 4.
3524 - Change VolMaxBytes to MaxVolBytes, which is much more descriptive.
3525 - Compressed unnecessary spaces out of a lot of SQL statements.
3526 - Changed many %d to %u where unsigned integers are used.
3527 - Added the Bacula version and build date to each backup output.
3528   This will help knowing what version of Bacula was used.
3529 - Implemented VolUseDuration MaxVolBytes, MaxVolFiles, and MaxVolJobs
3530   based on maximums set in the Volume (Media) record rather than in the
3531   resource. This means the values can be individually set on a Volume basis.
3532 - Allow commas separating Include options (this was a subtle bug).
3533 - Added maximum string length argments to a number of subroutines to
3534   prevent buffer overflows. Most notably was do_prompt().
3535 - Replaced MANY occurrences of strcpy() with bstrncpy(), which guarantees
3536   both that the length is not exceeded and that the string is properly terminated.
3537   This has a risk of a certain destabilization -- as does the changes to
3538   the SQL noted above.
3539 - In cram-md5 routine use my_name if gethostname() returns an error.
3540 - Increase timeout from 2 minutes to 3 minutes in authorization code.
3541 - Check the full string including \n in authorization.
3542 - Throw away any response longer than MAXSTRING.
3543 - Added a number of additional error checks on subroutine return statuses.
3544 - Replaced as many lld's with edit_uint64 as I could find.
3545 22Nov02:
3546 - Added MaxVolBytes to Pool record - had forgotten it. Updated DB version.
3547 23Nov02
3548 - Update manual to document new Pool/Volume attributes
3549 - Correct make_sqlite_tables (typo, plus missing value in Pool)
3550 - Fix bizarre behavior in gnome-console and console when auth fails.
3551 - Add Pool attribute query
3552 - Add a few more error messages in askdir.c
3553 - More strcpy() conversions to bstrncpy().
3554
3555 General: from kes18Nov02
3556 - Did a number of cleanups of string copying to limit the length
3557   and prevent buffer overflows.
3558
3559 Changes submitted this submission:
3560 - Added a mutex arount the gethostbyname() so that multiple simultaneous
3561   jobs get the correct address.
3562 - Added the MaxVolJobs to the Media alter tables script for MySQL (forgot it).
3563 - Changed arg to db_find_job_start_time to be POOLMEM for returning the string.
3564 - Add the new VolUseDuration and MaxVolJobs to all the db_ routines.
3565 - Use bstrncpy() in most places in the db_ routines to prevent a bad 
3566   database from crashing Bacula (self protection).
3567
3568 General: from kes13Nov02
3569 - You MUST either re-initialize your databases or use the 
3570     ./alter_mysql_tables
3571   or  
3572     ./alter_sqlite_tables
3573   in the <bacula-src>/src/cats directory to modify your database tables.
3574 - Major improvements to dbcheck including an interactive mode.
3575
3576 Changes submitted this submission:
3577 - Implemented VolumeUseDuration and MaximumVolumeJobs which control
3578   when a tape can be marked Used.
3579 - New tape status "Used" means it was used and cannot be used any more.
3580 - Defined utime_t which is 64 bit epoch time in seconds.  btime_t is
3581   64 bit epoch time in microseconds.
3582 - Created alter_xxx_tables to add new columns (VolUseDuration, MaxVolJobs) to
3583   database. Incremented db version.
3584 - Changed a few subroutine names concerning dates to be more descriptive.
3585 - Fixed several places where the last filename was not stored in JCR in
3586   FD verify_vol.c and restore.c
3587 - Major update to dbcheck.  Unfortunately I used subselects, which work
3588   perfectly fine in SQLite, but not at all in MySQL.  I must now rework
3589   it for MySQL. What a pain!
3590 - Removed "Database found" from configure output. It was no longer used or valid.
3591 - Corrected doc --working-dir => --with-working-dir  Thanks to Tuck for 
3592   reporting this.
3593 - Added the database name to the error message for mismatched DB version.
3594 - Commented out GMP and CWEB from configure as they are not currently used.
3595
3596 General: from kes09Nov02
3597 - Converted the manual over to a new format written in wml. This
3598   gives navigation buttons on the top and bottom of each page
3599   as well as a standard page size.
3600 - Updated the main Web site, providing a menu bar to the left
3601   and much better organization and presentation of the information.
3602 - Added code to recognize a Volume written with a larger block
3603   size than specified. The code automatically adjusts. 
3604
3605 Changes submitted this submission:
3606 - Created a new scripts directory and moved most of the scripts
3607   previously in the main directory there. This cleans things up
3608   quite a bit.
3609 - Moved the randpass stuff into autoconf.
3610 - ensure that the generic make_bacula_tables and drop_bacula_tables
3611   are installed.
3612 - Added code to filed to allow it to be run from inetd.  Just add the
3613   -i option.  I have not tested it.
3614
3615 General: from kes30Oct02
3616 - Alex found a problem with GZIP compression -- fixed.
3617 - bacula stript fixes.
3618 - Segment fault in Director fixed.
3619 - Added openbsd to platforms
3620
3621 Changes submitted this submission:
3622 - GZIP compression was broken for large files due to a variable that
3623   is changed during the compression. This was relatively easy to fix.
3624   However, there were a number of fixes required to make GZIP and SPARSE
3625   files work together. Found one more place in bextract where SPARSE_GZIP
3626   testing was missing.
3627 - During testing of the above, I ran into the restore problem of multiple
3628   FileSet records. Fixed by including the FileSetId and the MD5 on the
3629   selection string, then always using the FileSetId. It is a bit
3630   confusing for the user, but ...
3631 - Francis found a problem with bacula.in (fixed - thanks)
3632 - I found another problem with bacula.in, so now it REALLY should work
3633   on most systems.
3634 - Added the Replace options code for restores. Not tested.
3635 - Fixed an ugly stack overrun bug in reading the config file
3636   that has been in for a long time.  I found this in testing on FreeBSD
3637   where the Director seg faulted.
3638
3639 General: from kes29Oct02
3640 - Major change to the bnet communications routines.
3641
3642 Changes submitted this submission:
3643 - Modified the bacula script to use pid files, so this script should
3644   now work on more platforms.  Updated devel_bacula as well.
3645 - Added the full GNU hostname on the configuration print output.
3646 - Added gettimeofday() to configure, and tweaked a few variables for
3647   OpenBSD.
3648 - Added a chapter to the manual on Porting Bacula to other platforms.
3649 - Documented in Tips how to use the WriteBootstrap record.
3650 - Modified bc_types.h to error if 64 bit types are not found.
3651 - Pass replace option for restore to the FD (no code to use it yet).
3652 - Modify the FD to pass back the GNU OS string as well as the DISTNAME
3653   and DISTVER. This needs to be put in the Client record in the catalog.
3654 - Major reworking of the bnet routines to eliminate the zero length which
3655   previously indicated a signal. This risks to create some subtle communications
3656   bugs.  The changes now permit blank lines to be sent from the user to the
3657   Director.
3658 - Found and corrected a few more places where the Win32 attributes were not
3659   being recognized.
3660 - Permit spaces in the Where string (restore) by bashing/unbashing them.
3661 - Handle quotes correctly in the Console program (actually Dir ua code).
3662   Previously they were not handled in the middle of a string.
3663 - Corrected two error message (error reading file), which previously stated
3664   it was a network error.
3665 - Reworked the files in the binary Windows release. Removed unused programs 
3666   and added a README with the copyright as suggested by John. Also added
3667   console.exe to the release.
3668 - Found and corrected an autoloader mount problem where the wrong tape
3669   was specified.  Previously it looped, then gave up.  Now it correctly
3670   detects the volume is not correct and zaps the Slot in the catalog.
3671
3672 General: from kes23Oct02
3673 - I have mainly worked on getting all the details of a Restore
3674   to work correctly (new tape format, support for Win32 
3675   attributes, ...)
3676 - Trademarked name Bacula.
3677 - Implement Bacula tape format 11 (1.0 Immortal). This format
3678   will be maintained forever.
3679 - Accept Any Volume is yes by default. This modifies Bacula's behavior
3680   when writing tapes.
3681
3682 Changes submitted this submission:
3683 - Corrected a bug on FreeBSD where CFLAGS would get a "yes". I was
3684   unable to reproduce this, but a user confirmed the correction.
3685   It was a problem with detection of largefile support, which FreeBSD 
3686   has by default.
3687 - Added a new "license" chapter in the manual. Re-licensed a number of
3688   library routines (bnet.c, hmac.c md5.c, cram-md5, ...) with LGPL so that they
3689   can be used in proprietary software to access Bacula if so desired.
3690 - Move Director's AutoChanger doc to correct location (in Storage      
3691   resource). 
3692 - Document why trademark (to protect compatibility).
3693 - Implement and turned on Bacula tape format 11 (also BB02). This
3694   format moves the VolSessionId and VolSessionTime from each record 
3695   header into the Block header. This is MUCH more efficient when reading
3696   records as now whole blocks can be skipped.   
3697   Also added JobStatus in End Of Session record, and added MD5 for
3698   FileSet, which is necessary to insure uniqueness.
3699 - Implement a new Bacula time format for btime_t. It is Epoch time
3700   in microseconds (i.e. base 1 Jan 1970 in microseconds).
3701   This replaces previous floating point times.
3702 - Added Win32 extended attributes. In doing so, I moved all attribute
3703   handling from src/lib into src/findlib.  Added new streams for 
3704   Win32 attributes and for GZIP Win32 attributes.
3705 - Modified "Accept Any Volume" so that it really permits any volume
3706   in the pool to be mounted.  
3707 - Removed "Mount Anonymous Volumes" from Storage daemon config.
3708 - Implemented sparse files. You must add "sparse=yes" on the include line
3709   for it to be enabled.
3710 - Print "None" in backup summary rather than 0.0% if there is no compression
3711   enabled.
3712 - Improved error checking in daemon connection/authentication code to prevent
3713   garbage data from harming a Bacula daemon.
3714 - All daemon tools MUST have a config file.
3715 - Completely strip drive specification on Win32 if a Where prefix is specified.
3716 - Corrected DB info for writing to files. Now the File Address is stored
3717   in File-Block variables in the catalog.
3718 - All Storage daemon tools now use common code for acquiring/reading
3719   Volumes.
3720 - If a device is unmounted, report it even if the device is not open. This
3721   will help inform users who have BLOCKED Bacula by unmounting a drive.
3722
3723
3724 =============================================================================
3725 2002-10-12 Version 1.26 (10Oct02)
3726 General: from kes10Oct02
3727 - Changed Job name conventions to avoid : which is an illegal
3728   character on Windows.
3729
3730 Changes submitted this submission:
3731 - Added check for inet_pton to configure.in. If it does not
3732   exist (e.g. Windows) use inet_aton
3733 - Documentation on GZIP.
3734 - Another restore doc example.
3735 - Documented btape fill command.
3736 - Set default restore directory from /tmp to /tmp/bacula-restores
3737 - Add additional no find error messages to sql_get.c
3738 - Creating a bootstrap file on Windows failed because the Job name
3739   contained colons which are illegal on Windows. Replaced the
3740   colons with periods.  This corrects the Windows restore problem.
3741 - Print number of files to be restored in "restore" command.
3742 - On Windows systems, if there is a prefix, completely eliminate
3743   any drive: at the beginning of a path.
3744 - Minor corrections to the tree routines to handle Windows
3745   files such as c:/ better. Previously it insisted on /c:/, which
3746   would then not be found in the catalog for a "dir" command.
3747 - Modified cd command in restore to try /c: if c: fails.
3748 - Add a new S_ISWIN32 bit to the st_mode word so that low level
3749   routines that create files do not print error messages.
3750 - More work must be done to restore all Windows files correctly.
3751   Currently the following bits are not handled:
3752     Archive
3753     Hidden
3754     System 
3755   Also, all the dates are not properly restored.
3756
3757 General: from kes09Oct02
3758 - More documentation.
3759 - Implemented new fill command in btape that permits filling
3760   a tape and then reading it back to ensure that it works
3761   with Bacula.
3762
3763 Changes submitted this submission:
3764 - Added ReadBytes to JCR, which contains Job bytes read by
3765   FD, JobBytes contains compressed output of FD.
3766 - Modified FD to pass back JobStatus, ReadBytes, JobBytes, ...
3767   for backup jobs.  This is upward compatible.
3768 - Modified backup termination status report to contain the
3769   compression ratio 100 * (1 - compressed-bytes/uncompressed-bytes)
3770   This will always be zero if no software compression was
3771   done, or if you are using a version 1.25 or older FD.
3772 - Pickup Job termination status of FD in backup, so now
3773   the termination status represents the state of all three
3774   daemons.
3775 - Implemented new fill command in btape that permits filling
3776   a tape and then reading it back to ensure that it works
3777   with Bacula.
3778
3779 General: From kes06Oct02
3780 - Implemented first major cut of bscan -- program to scan a tape
3781   and recreate a Bacula catalog.
3782 - Fixed lseek() relative negative seek that prevented writing multiple
3783   jobs to a File volume.
3784 - Implemented BB02 tape format -- currently turned off for writing.
3785
3786 Changes submitted this submission:
3787 - Updated README
3788 - Implemented new BB02 tape format, which moves the VolSessionId and
3789   VolSessionTime from the record headers into the Block header.  It
3790   is currently turned off.
3791 - Implemented new btime time/date format on the tape. This is currently
3792   turned off.
3793 - Added JobStatus to EOS tape label. This is currently turned off.
3794 - Changed start_block, ... to StartBlock in JCR for uniformity.
3795 - Print a message telling which tables were dropped/made with  
3796   ./drop_bacula_tables.
3797 - Return JobType and JobLevel in db_get_job_record().
3798 - Implemented get_current_btime(), which returns btime_t.
3799 - Bump debug message max size to 2000 bytes.
3800 - Add btime_t serial/unserial routines.
3801 - Rework all tape label routines to integrate btime and other
3802   label format changes (currently turned off -- for writing).
3803 - Fix lseek() to always be positive -- block.c
3804 - Consolidate record, block, and label major #defines in block.h.
3805 - Major implementation of bscan. Some more minor tweaking will be
3806   necessary.  E.g. add multiple records for multiple simultaneous
3807   Jobs.
3808 - Cleanup lseek() to always use off_t as second argument.
3809 - Add new "created" tape label (EOT_LABEL). This generates a callback
3810   to the read_records() routine when the final end of all tapes is
3811   reached allowing proper termination and updating of the media records.
3812
3813 General: From kes25Sep02
3814 - Added means to bind servers to specific address.
3815 - Documentation
3816
3817 Changes submitted this submission:
3818 - Added DirAddress, FDAddress, and SDAddress records to the corresponding
3819   resources that allow the server to bind to a specific address 
3820   rather than any address.  This security improvement was suggested by
3821   a user -- thank you.
3822 - Eliminated deprecated "Address" record from all sample Storage resources.
3823 - Made quite a lot of improvements to the bscan program. Much more
3824   to do. Aside from details, it is able to recreate a database
3825   from which you can do a restore.
3826 - The s option is not accepted on all versions of ar, so replaced it
3827   by an explicit ranlib call.
3828 - Fixed a bug that caused the Director to crash if you rudely bring
3829   down the console program in the middle of an SQL command.
3830 - Fixed a bug (missing break) that caused scheduled Admin jobs to
3831   be listed as "Unknown type".
3832 - Removed old code from Storage daemon that used a separate FD port.
3833
3834 General:  From kes14Sep02
3835 - Better key generation on non OpenSSL systems.
3836 - 64 bit file address support if available.
3837 - Implement autochanger for reading
3838 - Lots of cleanup of tape reading code.
3839 - Automatically create all Pool resources when Bacula starts.
3840 - Implement bscan.c
3841 - Implement autochanger use via the Console commands "add" and "label"
3842 - Begin implementation of a regression script 
3843 - Write bootstrap after ever job
3844
3845 Changes submitted this submission:
3846 - After noticing that the non OpenSSL random key generator was
3847   not good on Solaris, John wrote a very nice randpass generator.
3848 - Integrated John's makeSessionKey for generating the FD->SD
3849   authorization.
3850 - Statically link tools (doesn't work on Solaris).
3851 - Document how to debug Bacula (new chapter in the manual)
3852 - Remove unneeded printing of error message in sql_get.c
3853 - Free SD description config record (previous oversight)
3854 - Bash spaces when sending Director names, and unbash them when 
3855   received.
3856 - Ensure no divide by zero in rate computation in backup.c
3857 - Implement WriteBootstrap in backup.c
3858 - Allow tape reading to request volume information for any
3859   volume.
3860 - Create all Pool resources at startup.
3861 - Show only Backup jobs in Restore listing of last 20 Jobs.
3862 - Handle 64 bit stat packets in restore.
3863 - Don't do shell expansion on store_dir in config if string 
3864   starts with |.  This is used for piping the program for the
3865   WriteBootstrap.
3866 - Ignore SIGHUP -- DéjàGnu was triggering this. 
3867 - Implement autochanger for reading, many changes to 
3868   acquire_device_for_read()
3869 - Implement callback for reading Volume. Implement in bextract,
3870   bls, and bscan.
3871 - Implement bscan
3872 - Add count to bsr.
3873 - Fix Volume in bsr.
3874 - Move autochanger code to new subroutine in mount.c
3875
3876 =============================================================================
3877 2002-09-05 Version 1.25a (05Sep02) Released
3878 - Fix unitialized stack variable in bextract so it
3879   will always read the currently mounted tape.
3880
3881 =============================================================================
3882 2002-09-04 Version 1.25 (01Sep02) Released
3883   General:
3884 - Added .cvsignore files in each directory to cut down on the
3885   CVS output when scanning directories and finding Makefiles
3886   and such which are not part of the CVS tree.
3887
3888   Changes submitted this submission:
3889 - Cleaned up a lot of the error messages in Verify, including
3890   indenting.
3891 - Had to remove some of the "automatic" error message printing
3892   in the DB because they are in fact things that come up 
3893   for Verify but not really errors.
3894
3895
3896   2002-08-30 Version 1.25 (30Aug02) Beta
3897   From kes30Aug02
3898 - Fixed a bug where only the first file was restored if
3899   it is hard linked. The other links were lost.
3900 - In some cases of restoring to alternate directories, softlinks
3901   were not properly restored.
3902
3903   From kes28Aug02
3904   General:
3905 - Bacula backups now run up to 12 times faster than version 1.24
3906 - Bacula can run multiple simultaneous Jobs.
3907 - Had to turn off TRANSACTIONS in SQLite because it doesn't work
3908   with multiple simultaneous jobs (I'm working on this).
3909 - Added a better Job printout for Restore Jobs.
3910 - Added a save/restore Rate to backup and restore jobs. This
3911   does not yet subtract out operator wait time so it will be
3912   underestimated it the Job waits on the tape (mount/label).
3913 - Fixed a major bug caused by free()ing a buffer twice in
3914   the Restore code. This made the SD more or less useless after
3915   any restore Job. Arrggg!
3916 - DIR - SD protocol changed, both must be updated at the same time.
3917 - DIR - FD protocol changed in upward compatible way. Upgrade of   
3918   FD not required, but recommended.
3919
3920   Changes submitted this submission:
3921 - Added bell to "make" when errors are detected.
3922 - Changed default compile option from -g to -g -O2
3923 - Additional documentation as usual -- much based on questions or
3924   feedback from users. Thanks.
3925 - Fixed example config files to use new syntax and to have a 
3926   Restore Job.
3927 - Define ETIME to ETIMEOUT for Irix
3928 - Added JCR filed to DB structure permitting direct printing error
3929   messages from within the Database subroutines.
3930   Some error messages may be printed twice as a consequence.
3931   When I see them or someone reports them, I will remove the double.
3932 - Added JCR to the bsock structure. This allows direct printing
3933   of network errors from within the network code.
3934 - Made most "trivial" debug messages have level 100 or greater. This
3935   allows for easier debugging of new code using the range below 100.
3936 - Began replacing all Emsg() with Jmsg() using a NULL as the JCR in    
3937   Jmsg() is the same as Emsg().
3938 - Fixed several crashes in the Director because of malformed config files.
3939 - Added SpoolAttributes to Job resource.
3940 - Pass CatalogFiles to SD. If set to no, the attributes are dropped 
3941   within the SD rather than being sent to the DIR.
3942 - Cleaned up a number of information/error messages in user interface.
3943   This includes eliminating the "pretty please" response in favor of
3944   "yes/no" to delete volumes and pools.
3945 - Cleaned up quite a number of uninitialized variables reported when going
3946   to -O2, most were harmless, but a couple could cause problems.
3947 - The cd command in restore was not working correctly (it didn't allow some
3948   legal cds).
3949 - Fixed a segmentation violation in the directory tree handling code in 
3950   the restore command.
3951 - Handle a few error conditions in the restore command better.
3952 - Permit "Where" to be set to nul in modification of a run command.
3953 - Clarified the error message for Verify if an InitCatalog has not previously
3954   been done -- thanks Chuck.
3955 - Add MaximumConcurrentJobs to FD.
3956 - Added code to mem_pool to die if a buffer is released twice.
3957 - Lots of work done on SD for multiple simultaneous jobs. Split device.c
3958   into device.c, mount.c and acquire.c
3959 - Started writing new lock code for SD, but may back it out -- needs more
3960   thought. Current code works, but is too complicated. Maybe can simplify it.
3961 - Cleaned up the SD tools code quite a bit. Added bootstrap to all tools.
3962 - Ensure that tape session labels are not split across two blocks. This makes
3963   reading them back much easier.
3964 - Fixed another restore bug concerning tape labels on multi-volume saves.
3965
3966 =============================================================================
3967 2002-08-14 Version 1.24
3968   From kes12Aug02
3969 - Made a new tools directory.
3970 - Moved smtp into the tools directory.
3971 - Created a dbcheck program in the tools directory that
3972   checks for certain database errors and if requested fixes them.
3973 - Put the database link flags on DB_LIBS so that it now only is
3974   on binaries that actually need it.
3975 - Document dbcheck and testfind programs.
3976 - Move testfind to tools directory.
3977 - Check for FileSet after getting Client name in Restore command.
3978   Modify all necessary SQL commands to accept FileSetId.
3979 - Add a db_get_fileset_record in cats directory.
3980 - Correct list last 20 files concatenation to be MySQL 
3981   dependent. They aren't SQL standard. Use SQL standard || for
3982   other SQL programs.
3983 - Modify dir command in file selection to produce a long form
3984   listing of the file/directory name.
3985 - Add platforms/irix/*.in files to CVS
3986 - Make Console command scanner accept quoted value fields.
3987 - If after selecting Client to restore, there are multiple
3988   FileSets, ask user to select one.
3989 - After obtaining JobIds for restore, ensure that there is only
3990   one MediaType, and select a Storage resource to be used.
3991
3992   From kes11Aug02
3993 - Made restore actually work.
3994 - Made console and gconsole be configured (requested by Chuck)
3995 - Updated kernstodo
3996 - changed fs in Job record to fileset for clarity
3997 - The console run command was not properly picking up the command
3998   line arguments.  Fixed!
3999 - Changed add/remove/rm to mark/unmark
4000 - Volume keyword VolumeName was wrong, changed to Volume (in restore bsr).
4001 - Pass jcr to parse_bsr, and if non-NULL, it will output error messages
4002   to Job stream rather than Emsg.
4003 - Modified lexical scanner to include caller context so that jcr can
4004   be stored in lex context allowing error messages to be properly 
4005   routed.
4006 - Renamed the Job message chain to be jcr_msgs. This eliminated the      
4007   previous confusion with the default value, now named jcr->messages.
4008 - Implemented multi-volume bsr records.    
4009 - Implemented pm_strcat() and pm_strcpy() to cat/add to memory pool
4010   buffers in same way as strcat/strcpy, but expanding buffer.
4011 - Modified db_get_volume_names to handle arbitrarily long Volume list.
4012
4013   From kes07Aug02
4014 - If the Console program terminated during the printing of messages,
4015   the message file was left locked. This was corrected by using the
4016   new read-write lock code.  
4017 - Implemented Pw() and Vw() for obtaining and releasing a write lock
4018   using the rwl_xxx routines.
4019 - Deleted some old pthread_mutex code from mysql.c
4020 - In making the Irix port, I previously corrected the base64 routine so 
4021   they were not sensitive to the machine definition of char. This made
4022   them incompatible with previous versions invalidating MD5 signatures
4023   which are in base64 format. I have now corrected this, making the
4024   routines compatible with the previous version but also insensitive
4025   to the default definition of char.
4026 - Removed some unnecessary NPRT() usage in signal.c (pointed out by
4027   the Irix compiler).
4028 - Add back BNET_NONO for compatibility with older File daemons.
4029 - Implement runing a restore Job in the restore command.
4030 - Make installation of query.sql unconditional. To prevent you own file
4031   from being overwritten, give it a different name.
4032 - Made parse_command_args() in ua take command from ua->cmd, this
4033   simplifies it and allows usage in other places -- e.g. building
4034   arguments for created run command in restore.
4035 - Cleaned the naming of s_full_ctx to be s_jobids.
4036 - Write the bsr created in restore to "working-directory"/restore.bsr
4037 - Fix bugs in command line scanner in run command -- also some misplaced
4038   breaks!
4039 - Eliminate static cmd in ua_server.c
4040 - Eliminate segmentation fault when using the Run command in the
4041   Console -- forgot to init_msgs().
4042
4043   From kes06Aug02
4044 - Did a good amount of documentation.
4045 - Added sql_cmds.c to CVS, forgot, pointed out by Chuck.
4046 - Added new platforms/irix directory to CVS
4047 - Turn off transaction debug code in sql.c
4048 - Reworked the scheduler so that it handles the same Job starting
4049   twice in the same hour. Previously it took one or the other.
4050 - Tightened up the "slop" in the timings that I programmed to ensure
4051   that the same job isn't run twice or that no job was missed.
4052 - Increase the sleep time.
4053 - Used job_type_to_str() in status so that Admin jobs are correctly reported.
4054 - Add internationalization message chars to a number of routines
4055   in util.c
4056 - Make the watchdog timer clear the mutex when it exits.
4057 - Some tweaks to the Restore command. It needs fixing when a Job spans
4058   two or more volumes.
4059
4060   From kes05Aug02
4061 - Initial cut at adding Irix File daemon support.
4062 - Lots of work on the restore command.
4063 - Take a stab at eliminating the "broken pipe message"
4064   when the console program prematurely terminates.
4065 - Reimplemented transactions for SQLite by keeping
4066   them all in the same thread.
4067 - quit in the Console program now waits for Bacula to
4068   quit. To immediately quit, you must enter .quit
4069 - Eliminated BNET_EOF -- this COULD have some negative consequences
4070   on interdaemon communications.
4071 - Define Job termination status for Admin jobs.
4072 - Write new bstrncpy() function that guarantees that strcpy is
4073   properly terminated.
4074 - Fixed command input in ua_input.c to accept quoted items as a
4075   single field. 
4076
4077   From kes01Aug02
4078 - The changes that added indexes to the SQLite database were
4079   lost -- thanks to Chuck for pointing this out. Redone.
4080 - Fixed a problem quoting strings in SQLite. This showed up
4081   as database errors with files containing ' or " in the filename.
4082 - Implemente restore command -- still in progress.
4083 - Added indexes to all fields in SQLite that exist in MySQL.
4084 - Moved unused immortal files from src/lib to src/immortal.
4085   This will permit splitting depkgs.
4086 - Started work on adding embedded MySQL. Cannot get the tables
4087   to work for the moment. Please don't try to use this option.
4088 - Convert to using single quotes for enclosing all strings.
4089 - Implement correct quoting algorithm for SQLite strings.
4090   Is dequoting needed?
4091 - Started centralizing SQL statments in the Director in sql_cmds.c
4092 - Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
4093   but does not produce a dump.
4094 - Allow wild-card matches in bsr for Client name, and Job.
4095 - Change OflineOnUnmount=no as default.
4096 - Fixed improper printing of filenames containing a space in bls.c
4097   Thanks to Carlos for reporting this.
4098
4099 ===========================================================================
4100 2002-07-26 Release 1.23a
4101 - Fix segmentation fault is FD status.
4102 - Turn off TRANSACTIONs for SQLite.                        
4103
4104 ===========================================================================
4105 2002-07-23 Release 1.23
4106   From kes22Jul02
4107 - Updated Bacula to handle some minor differences in MySQL 4.0.2
4108   (still works with older MySQLs).
4109 - Updated MySQL documentation to correct some minor errors.
4110 - Added kernstodo to CVS
4111 - Fixed create_mysql_database, which I recently accidently broke.
4112 - Disallow zero length volume names in Console program.
4113 - Create alter_mysql_tables and alter_sqlite_tables for conversion
4114   from 1.22 table format to 1.23 table format.
4115
4116   From kes20Jul02
4117 - Investigation of SQLite performace problems reported by Chuck.
4118 - Updated ChangeLog
4119 - Updated README
4120 - made root@localhost the default email address because many smtp
4121   servers reject root but accept root@localhost
4122 - Added an autochangers chapter to the manual.
4123 - Documented most of the new features in 1.23
4124 - Modified the SQLite interface code to start a transaction at the
4125   beginning of a job and commit it at the end of the job. It
4126   also commits it after 10000 changes. Hopefully this will
4127   improve performance.
4128 - Set the default cache pages from 2000 to 10000 for SQLite (i.e.
4129   about 15Megs of memory) hoping to improve performance.
4130 - Terminate last filename referenced in FD prior to copy to
4131   avoid race problem with multiple threads and no locking.
4132 - Enhanced the status output to include the JobType                
4133 - Print an error message if the email program terminates in error.
4134 - If your machine has an MTUNLOCK, do it before doing an OFFLINE to
4135   ensure that the door is unlocked.
4136 - Added code to stored/append.c to spool attributes. This is in
4137   a testing stage and must be explicitly enabled.
4138 - Added a no_attributes variable to stored/append.c that prevents
4139   the attributes from being sent to the Director. As yet, no way
4140   to turn it on.
4141 - Modified SQLite code so that after 10000 updates any transaction
4142   is committed, then restarted. This keeps it from using too much
4143   memory.
4144 - Set the default cache size to 10000 pages (previously 2000).
4145 - Fixed a segmentation fault on Sun due to no default value for
4146   the JobStatus.
4147 - Added the same indexes to SQLite that I exist in MySQL. This
4148   VASTLY reduces CPU usage for lots of inserts.
4149 - Added spooling to bnet_send().
4150
4151   From kes18Jul02
4152 - The following two changes were prompted by questions/suggestions
4153   from A Morgan.
4154 - If you have "AlwaysOpen = no" in your SD Device
4155   resource, Bacula will free() the drive when it
4156   is finished with the Job.
4157 - If you have "Offline On Unmount = yes", in your
4158   SD Device resource, Bacula will offline (or eject)
4159   the tape prior to freeing it.
4160 - Added Maximum Open Wait to allow open() to wait if drive is busy.
4161 - Added RunBeforeJob and RunAfterJob records to Job records.
4162   This permits running an external program with the following editing
4163   codes:
4164     %% = %
4165     %c = Client's name
4166     %d = Director's name
4167     %i = JobId
4168     %e = Job Exit
4169     %j = Job
4170     %l = Job Level
4171     %n = Job name
4172     %t = Job type
4173
4174   From kes17Jul02
4175 - Added autochanger support to devices.c
4176 - Allow user to change Slot in the Volume record.
4177 - Implemented code in lib to run an external program
4178   (tape changer)
4179 - Implemented a changer script for mtx.
4180 - Currently the changer commands used are:  
4181     loaded -- returns number of slot loaded or 0
4182     load   -- loads a specified slot
4183     unload -- unloads the device (returns casette to slot)
4184 - Other changer commands defined but not yet used:
4185     list   -- returns list of slots containing a cassette
4186     slots  -- returns total number of slots 
4187 - Implemented ChangerCommand, specified in the SD Device
4188   resource, permits editing of:
4189       %% = %
4190       %a = archive device name
4191       %c = changer device name
4192       %f = Client's name
4193       %j = Job name
4194       %o = command
4195       %s = Slot base 0
4196       %S = Slot base 1
4197       %v = Volume name
4198 - Implemented MaximumChangerWait default 120 seconds. It is 
4199   specified in the SD Device resource.
4200
4201   From kes15Jul02
4202 - Moved techlogs from main directory to be subdirectory of doc
4203 - Added code for strerror_r, and detection of gethostbyname_r().
4204 - The protocol between the Director and the SD has changed.
4205 - Major rework of SD tape mounting to prepare for Changer commands.
4206 - Separated Update Media record and Create JobMedia record. These
4207   are done from the SD by calling the Director. Need separate Create
4208   JobMedia so that when a Job spans a volume, all other Jobs writing
4209   the same volume will also have JobMedia records created.
4210 - Added message to user indicating selection aborted if he enters .
4211   to a Console selection request.
4212 - Create a jobstatus_to_ascii() routine for use in status commands.
4213   This makes a single routine from three separate pieces of code.
4214   Updated the code to properly handle more (all) termination statuses.
4215 - Tried to fix the gnome-console to handle history a bit better. There
4216   are still some problems with focus not being properly set to the edit
4217   box after history replacement.
4218 - Removed the shutdown() from bnet_close() hoping to fix Console termination
4219   errors that are occassionally seen -- no luck.
4220 - Moved add_str() to lib/util and renamed it add_str_to_pool_mem() so that
4221   it can be used to edit Job termination codes and Changer command codes.
4222 - Reworked how the SD mounts tapes (in device.c) so that control passes through
4223   only a single routine. The logic is much simpler than previously, and now
4224   adding AutoChanger code is straight forward.
4225 - Made SD tape mounting much more fault tolerant -- more cases retry instead
4226   of terminating the Job.
4227 - Wrote code to edit_device_codes() for Changer commands. Not yet fully     
4228   implemented.
4229 - Added a ChangerDevice directive to the Device resource. Still need to add
4230   ChangerCommand.
4231
4232   From kes07Jul02
4233 - This documents what I did while on vacation. 
4234 - A fair amount of documentation.
4235 - Implemented Verify Volume to Catalog (needs renaming)
4236 - Modified the database to include new MarkId field as
4237   well as Counters. Database level is incremented from 1 to  2.
4238 - Added first cut of managing autochangers by implementing Slot in DB.
4239 - Fixed a good number of M_ERROR messages to be M_FATAL where appropriate.
4240   Also converted a number of Emsg() to Jmsg() permitting better Job error
4241   messages.
4242 - First cut at implementing a general packet passing mechanism for bsock
4243   to replace printf and sscanf for passing data.     
4244 - Made make_xxx_tables and drop_xxx_tables and create_xxx_database
4245   for bdb as well as sqlite. With this each database has the
4246   same set of scripts (with the exception that MySQL has grant_privileges).
4247 - Modified Makefile to only install the database scripts for the
4248   database that you are using.
4249 - Updated the pdf script to include all the html files.
4250 - Did quite a lot of documentation.
4251 - Made Bacula compile correctly with DEBUG turned off.
4252 - Implemented Pmsg() macros that permit using the debug print
4253   routines even with DEBUG off.
4254 - Updated job_cancelled() macro to handle JS_FatalError.
4255 - Changed db_find_last_full_verify() to db_find_last_jobid(). This
4256   permits working with Verify Volume to Catalog.
4257 - Removed TRANSACTION code from incrementing NextId for SQLite. 
4258 - Implemented quick and dirty (not fully functional code) so that
4259   console program does not die if ctl-Z is entered. 
4260 - Cleaned up backup.c a bit adding a bail_out goto to ensure proper
4261   handling of errors with minimum code.
4262 - Added passing Slot back and forth to Storage daemon with Volume info.
4263 - Implemented Slot in Media record in DB.
4264 - Implemented first cut of Counter resource in dird_conf.c. A counter
4265   resource is part of the Pool resource.
4266 - Implemented necessary database record. However, the resource doesn't
4267   yet create a DB record.
4268 - Implemented onefs (One File System) and recurse options on Include
4269   resource.
4270 - Implemented autopruning of Verify and Restore Jobs.
4271 - Did a better job of calculating thread_concurrency() for Sun systems.
4272   This permits better multi-threading allowing all the threads to run
4273   at the same time.
4274 - Implemented a wait_for_storage_daemon_termination(), which is used by
4275   backup and verify volume.
4276 - Clarified a number of UA prompts, and add feedback where certain commands
4277   completed but printed nothing. (More work to be done here).
4278 - Added a pile of new code to implement Verify Volume to Catalog. It is sort
4279   of a hybrid of "restore" and "verify" in that it actually reads the tape,
4280   then compares it to the catalog.  Need Verify Volume to Client.
4281 - Added a good number of checks for job_cancelled() this should permit
4282   quicker and more reliable cancelling of jobs.
4283 - Fixed one bug in restore where I used ofile instead of lname, which means
4284   that if the lname was too long, the memory was not properly reallocated.
4285 - Cleaned up find_one.c in findlib quite a bit.
4286 - Link smtp static so that it works even if the libraries are messed up.
4287 - If mail host is not found, retry with local host in smtp.
4288 - Added slot and stream to the bootstrap record processing.
4289 - Do offline on tape cartrige for unmount command. This can be turned off
4290   by the user in the config file. OffLineOnUnmount in Device resource.
4291 - Implemented AutoChanger = yes/no in Device resource.
4292
4293 ===========================================================================
4294 2002-07-07 Release 1.22
4295 - All the basic Restore code to handle the boostrap file is
4296   now implemented with the exception of the Console Restore command.
4297 - Retained compatibility with previous Restore providing no 
4298   bootstrap file is specified. However, the old code (JobId based)
4299   will go away in a future release.
4300 - Fixed a number of segmentation faults in the Console program due
4301   to printing of NULL pointers -- thanks to Chuck and his Sun for
4302   finding and reporting them -- mostly in ua_output.c.
4303
4304   From kes25Jun02
4305 - Null pointers now are printed as *None* if NPRT() is used.
4306 - At the request of Phil, all resources are now chained in in the
4307   order they appear in the config file.
4308 - Implement Bootstrap record in the Director's config file, which
4309   allows you to specify a predefined bootstrap file for Restore Jobs.
4310 - Allow Bootstrap on the Restore record. This is deprecated.
4311 - Implemented code to pass the Bootstrap file, if defined, to the
4312   File daemon, then from the File daemon to the Storage daemon.
4313 - Added ability to set Bootstrap file in the Console when running a Restore.
4314 - Allow scan_error() routine to be passed to lex_open_file(). This permits
4315   using lex in the Storage daemon without worrying that it will ABORT on
4316   a syntax error.  More work is needed to direct the error messages correctly.
4317 - Improved error messages a bit when config syntax errors are found.
4318 - Tested and corrected some errors in match_bsr.c
4319 - Removed askdir.c from bls and bextract by defining dummy entry points.
4320 - bextract now has bootstrap pretty well integrated.
4321 - Changed bextract ABORTs into FATAL and exit(1) or ERROR_TERMINATE.
4322   More user friendly.
4323 - Eliminated at least one lld and replaced it by edit_uint64() 
4324 - Eliminated a few more _PROTO()s.
4325 - Corrected a problem with the SQL for in query.sql for 
4326   Listing Volumes to Restore All Files
4327
4328   From kes22Jun02
4329 - Additional documentation.
4330 - Reduce the time the jcr mutex is locked in lib/jcr.c
4331 - More null pointer printing fixes in lib/parse_conf.c (debug output only).
4332 - Added daemon filename to Kaboom message so I know what daemon died.
4333 - Fix big bad bug introduced in watchdog.c last update that caused
4334   a segmentation violation (forgot to check for NULL pointer).
4335 - Add a bit more info to bad returns from Stored when starting
4336   a job fails.
4337
4338   From kes21Jun02
4339 - Fixed scan_to_eol
4340 - Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
4341 - changed all rwlock_t to brwlock_t to avoid conflicts with
4342   Solaris library.
4343 - Added NPRT() macro to allow printing of NULL pointers, which
4344   segment fault on Solaris.
4345 - Cast printing of pid_t to int for Solaris compiler.
4346
4347   From kes20Jun02
4348 - Added expect argment to lex_get_token().
4349 - Added tree.c and tree.h to lib directory.
4350
4351   From kes19Jun02
4352 - Improvements to the bootstrap compiler
4353 - Implemented first cut of bootstrap code in the Storage daemon
4354 - Modified the authentication code to be more explicit during 
4355   failures.
4356 - Added a few more debug message numbers with more arguments (Dmsg10, ...)
4357 - Added more and more precise error messages when authentication fails.
4358 - Implemented new "expect" codes in the lexical scanner that allows
4359   the caller to specify what he wants.                   
4360 - Added integer, positive integer, 64 bit integer, and integer ranges,
4361   and name scanning to lex.
4362 - Implemented new lex code in parse_conf.c, this reduces significantly
4363   the code.
4364 - Hopefully fixed a watchdog race bug that caused the watchdog to time
4365   out a line after 1 hour rather than 6 days.
4366
4367   From kes15Jun02
4368 - Implemented a Bootstrap file parser and matcher.
4369 - Implemented first cut of bootstrap code in bextract  
4370 - Started clarifying different termination codes.
4371 - Added M_ERROR_TERM to immediately terminate the daemon -- no dump.
4372   Also changed a few termination codes as appropriate.
4373 - Fixed create_jobmedia_record() to include all the fields such as
4374   StartFile/EndFile, StartBlock/EndBlock.
4375 - Print user friendly message when query mode ends.
4376 - Fixed ls style print routines (bextract, bls, restore) to check
4377   buffer size, to print the link if any, and to used edit_uint64()
4378   instead of %lld.
4379 - Moved scan_to_eol() and s_err() to lex.c to avoid dragging in 
4380   parse_conf.c for new bsr scanning code.
4381 - New files: bsr.h, parse_bsr.c and match_bsr.c. parse_bsr.c parses
4382   a Bootstrap file, and match_bsr.c matches a bsr against a tape.
4383 - use strcasecmp() in several places instead of lcase().
4384 - Add first cut of bootstrap to bextract.
4385 - Added File Size limit -- writes EOF after limit exeeded.
4386
4387 ===========================================================================
4388 2002-06-12 Release 1.21
4389 - Fixed several problems with filenames being truncated if
4390   they contain spaces. Thanks to the user that reported this.
4391 - N.B. To get the new queries, after the "make" and 
4392   "make install" you must explicitly replace the
4393   existing query.sql by query.sql.new.  query.sql is a
4394   user configuration file, so it is not overwritten.
4395 - Added GZIP compression of Included files.  
4396 - Added additional fields to tape SOS record permitting better
4397   recovery with no database.
4398 - Be sure to remove any !terminate statements you may have
4399   in your config files.
4400 - MUST UPDATE ALL DAEMONS due to protocol change to handle new
4401   tape format.
4402
4403   From kes11Jun02:
4404 - Updated examples directory with my most recent config files.
4405 - Modified the M_TERM meaning to mean that Bacula has
4406   terminated in error without producing a dump. Previously,
4407   it meant that Bacula terminate (with or without error).
4408   You should remove any !terminate from your messages
4409   resources.
4410 - Changed the order of the libraries in the link so that
4411   tcp wrappers link properly. Thanks Phil for reporting this.
4412 - A user reported that filenames containing spaces were truncated
4413   in bextract. This was indeed the case. They were also truncated
4414   in Restore as well as in Verify. They are, hopefully, all fixed
4415   now.
4416 - Made a few error conditions in Verify non-fatal.
4417 - Modified the Console "query" command to permit multiple SQL
4418   statements per command. 
4419 - Implemented three new "query" options: 
4420     List last 10 Full Backups for a Client
4421     List Volumes used by selected JobId
4422     List Volumes to Restore All Files
4423   To use them, simply type "query" to the Console program, and
4424   select the one you want.
4425 - Modified bextract to default to extracting all files (i.e. /).
4426 - Cleaned up the code in bextract a bit.
4427
4428   From kes03Jun02:
4429 - Improve Verify command to include files examined.
4430 - Eliminate fcntl() locking of the console file and replaced
4431   it with a pthreads mutex.
4432 - Note Director - SD protocol is changed to handle new tape
4433   information (Fileset, JobType, JobLevel).
4434 - Create config.out that contains a summary of ./configure
4435   to see what you previously configured: "cat config.out"
4436 - Implemented GZIP compression.  Added addition syntax to
4437   Include { } resource to permit setting of any GZIP compression
4438   level:
4439      compression=GZIP
4440      compression=GZIP1
4441      ...
4442      compression=GZIP9
4443
4444   Level 1 is minimum compression and level 9 is maximum. Using just
4445   GZIP gives the default (level 6).
4446 - Enhanced the tape format to include the unique Job name, FileSetName,
4447   JobType, and JobLevel in the Start/End of Session records. The code
4448   detects that tape level difference and acts accordingly. You can 
4449   add data in the new format to old tapes.
4450 - Fixed an incorrect display message in the prune command.
4451 - Began implementation of Verify Volume and Verify Data.
4452 - Cleaned up File daemon restore.c a bit ensuring that termination 
4453   cleanup is done and all possible Emsgs are converted to Jmsgs.
4454 - Modify bls.c to use common setup routines. This reduced the big
4455   code duplication that creeped in when I added different listing
4456   options. Also, changing tapes is now handled uniformily in a subroutine.
4457
4458 ===========================================================================
4459 2002-05-27 Release 1.20
4460 - Started documenting Catalog Pruning and Recycling.
4461   Added catmaintenance.html and recycling.html
4462 - Fixed the query command bug.
4463 - Implemented PID files to prevent two copies of Bacula
4464   from running at the same time. Be sure you --with-pid-dir
4465   points to a working directory.
4466 - Modified ASSERT() to cause a segmentation violation. This
4467   permits a core dump.
4468 - Worked on gnome-console. It paints better, it tells you if it
4469   is ready to accept a command or processing one, and it is
4470   almost entirely GTK+ (rather than GNOME, I'm removing GNOME
4471   a bit at a time).
4472 - Limit to 100 the number of tape labeling errors in a single Job.
4473 - Add some additional ASSERT()s to the database routines. I don't
4474   like ASSERTs but they do catch bugs.
4475 - Tested and debugged recycling of Volumes.  Needed to change
4476   the Director-SD protocol slightly.
4477 - Removed the experimental SIGHUP in the Director as it is a
4478   potential source of errors.
4479 - Added Level, Pool, Messages, and Storage keyword/value scanning
4480   to the Schedule Run record.
4481 - Improved printing of Schedule resources with "show schedules"
4482 - Do not autoprune Jobs/Files if the Job errs.
4483 - Updated newvol() to pass back the updated Media record.   
4484 - Fixed the "update pool" command, which was broken during a much
4485   earlier code reorganization.
4486 - Improved a few of the pruning messages.
4487 - Removed readline inclusions from gnome-console (hang over from console).
4488 - Make Jmsg use daemon message handler if no message handler is defined.
4489   This is always the case in the SD and FD.
4490 - Started removing __PROTO(). With C++ prototypes are manditory, so why
4491   keep around legacy code.
4492 - Added a good deal of message internationalization -- more to be done.
4493 - Move cached Path into mdb structure and use POOLMEM.
4494 - Fix verify bug introduced last update causing incorrect diffs 
4495   by turning off autopruning.
4496 - Started adding code to distinguish Errors from Fatal Errors.
4497 - Errors are now counted in message.c for a Job.
4498 - More POOLMEM cleanups.
4499 - Implemented Automatic pruning.
4500 - Implemented Automatic recycling of Volumes.
4501 - Added PruneJobs/Files/Volumes=yes or no to Job resource. If set,
4502   it forces the specified pruning.
4503 - Modified rwlock to accept multiple nested write lock
4504   requests.
4505 - Modified the cats directory to use the new rwlock mechanism
4506   in place of P() and V(). 
4507 - Defined db_lock(mdb) and db_unlock(mdb). They are in effect
4508   transaction locks. 
4509 - Add CVS Id's to most files.
4510 - Made first cut at AutoPrune
4511 - Added new autoprune file that is called at the end of
4512   each Job. It then decides when and what to prune and
4513   calls the UA prune routines.
4514 - Modified Run (in Schedule resource) to permit overrides of
4515   Level, Pool, Storage, and Messages. (not tested).
4516 - Added more POOLMEM in place of char.
4517 - Implemented daemon pid files. This prevents multiple 
4518   daemons from running simultaneously. You can run multiple
4519   daemons if they listen on different ports.
4520 - Documented the Schedule resource a bit better.
4521 - Began gently adding a POOLMEM type (perviously void).
4522   For the moment it is a #define to char, but long term
4523   it should be its own typedef.
4524 - Corrected a bit of spacing on the status bar of gnome-console
4525 - Added Admin and Archive Job types.
4526 - Implemented multiple Messages resources. Each daemon has
4527   its own message resource, which defaults if not defined.
4528   Jobs may now have different message handlers.
4529 - Cleaned up a bit of duplicate code in backup, verify, and
4530   restore by creating appropriate subroutines in job.c
4531 - Added Type, Client, FileSet, and Level resource record
4532   definitions to the Director. These can be used in place
4533   of the Backup = ..., Verify = ..., ... commands.  This needs
4534   documenting.
4535 - Corrected an incorrect message in the prune code and added
4536   the number of Files pruned in the message.
4537 - Corrected several paint problems with gnome-console.
4538 - Added a bit of printout in signal handler during traceback.
4539 - Cleaned up most of sm_check() to be turned on/off by define
4540   in version.h
4541
4542 ===========================================================================
4543 2002-05-10 Release 1.19
4544 - Allow the user to select a new period for pruning.
4545 - Lots of additions to the manual -- prune and purge
4546   commands documented.
4547 - Applied Phil's configure.in fix for --prefix, ...
4548 - Fixed bug found by Phil (patch supplied) in updating
4549   MD5 signatures (revert to 32 bit FileId, move "static"
4550   variables into JCR) (catreq.c fd-cmds.c).
4551 - Reverted to using INTEGER for FileId in make_sql_tables
4552   due to a bug in MySQL.
4553 - Change editing code to %d for FileId.
4554 - Remove sqlite in make distclean in cats directory.
4555 - Remove console.conf in console during make distclean.
4556 - Remove gnome-console.conf during make distclean.
4557 - Remove bacula-dir.conf during make distclean.
4558 - Set default level when using Console if none specified.
4559   Bug reported by Phil.
4560 - A simple . command from Console is ignored.   
4561 - Change program named from filed to bacual-fd in winmain.cpp
4562 - Change default config file for Win32 in winmain.cpp
4563 - Free namebuf on early return from find_one.c. Bug reported by Phil.
4564 - Modify testfind.c to dump orphaned buffers.
4565 - Removed terabytes from parse_conf.c because of problems with
4566   older gcc compilers.
4567 - Turn off gnome options in gnome-console by constructing empty argv.
4568 - Fixes to Verify when only MD5 differs.
4569 - Insert 0 for MD5 as default rather than space.
4570 - Allow .messages "transparent" command while reading input
4571   in UserAgent server.
4572 - In dird/verify.c ensure that correct filename is printed if only
4573   the MD5 differs. Minor reindenting caused large diff.
4574 - Delete unused code from backup.c
4575 - In filed/verify.c ensure that same algorithm as backup.c is used
4576   to pass back MD5 signatures -- especially for directories and files
4577   that cannot be read. Change dummy filename from X to *MD5-id*.
4578   This dummy value should never be printed.
4579 - Make gnome-console poll Director every 5 seconds for output.
4580   This means that queued up messages are displayed at reasonable
4581   intervals. Delete some unused code hanging around from the tty
4582   console program.
4583 - Begin implementation of prune commands.
4584 - Add command line history to gnome-console. Not yet saved across sessions.
4585 - Fixed some broken URLs in the manual.
4586 - Added JobId type.
4587 - Wrote first cut of "prune files" and "prune jobs".
4588 - Added command line history to gnome-console 2500 lines max.
4589 - Widened store_time() and associated variables to 64 bits using
4590   new btime_t definition.
4591 - Removed GNOME about box and replaced it with 
4592   a somewhat crude Gtk+ about box in the gnome-console.
4593 - Widened StartDay in the Job DB record to be 64 bits.
4594 - Changed edit_uint_ to edit_uint64_ everywhere. Much more
4595   descriptive of what is done.
4596 - Removed most llds and replaced them with %s and edit_uint64.
4597   This makes the code a bit easier to read for beginners.
4598 - Added a btime_t typedef which is 64 bits wide.
4599 - Added most of the code needed to do Purge and Prune of
4600   database. Not yet tested. Please do not use.
4601 - Additional config options for Console.
4602 - Started adding code for Automatic Recycling of Volumes.
4603 - Allow arbitrary length filenames in Verify code.
4604 - Fix incorrect filename in Verify code.
4605 - Significant enhancement to number scanning in config parser.
4606 - Requires initializing MySQL tables, or applying cats/alter.sql
4607   to modify Media table.
4608 - Modified Makefile to printer a much more visible
4609   message if the make ends in error.
4610 - Added the Purge value to the VolStatus in the Media table.
4611   This value is set if the Volume is purged.
4612 - Enhanced the db_delete_media_record() routine to delete
4613   all associated records in the database.
4614 - Modified Console to always write to the variable "output"       
4615   rather than stdout. This will permit directing output to a file.
4616 - Enhanced the Console configuration file to have a Console 
4617   resource. This will allow us to add an rcfile and history file.
4618 - Modified Find_next_vol in catreq.c to search for "Recycle"
4619   volumes if there are none marked Append. Also made Get_Vol_info
4620   return the VolStatus to the Storage daemon.
4621 - Allow upper/lower case match on job level names.
4622 - Added another warning message to the Console "delete media" command.
4623 - Corrected a number of FileId types from uint64_t to FileId_t in
4624   ua_retention.c.
4625 - In ua server close database before freeing JCR (because pointer is
4626   kept in ua and jcr structures).
4627 - parse all numbers as doubles. Do lots of checking for valid number
4628   formats. Allow numbers in scientific form (e.g. 1.5e+10).
4629 - Remove terabyte modifier as it doesn't work in some compilers.
4630 - Fix bug in handling some modifiers.
4631 - Added all necessary code for Recycle to Storage daemon. A Volume
4632   marked Recycle will now be overwritten.
4633 - Filled out the prune command a bit and did some testing.
4634 - Make console accept redirected input.
4635 - Altered the Table definitions to include Recycle,
4636   FileRetention, JobRetention, and AutoPrune.
4637 - Widened StartDay to 64 bits.
4638 - Use JobId_t in more places. 
4639 - Added the new table fields to the database record definitions.
4640 - Changed Recycle from string to a binary quantity.
4641 - Added a Version table with a VersionId to detect.
4642   future changes in the database. This should prevent
4643   a Bacula from working with a database that is not in sync.
4644 - Modify Console to accept input from a file. This will permit
4645   the .read command and allow reading a .rc file.
4646 - Added new retention and recycle variables to the Director's configuration.
4647 - The UA subroutines or commands can now be called from core
4648   code because the output routines detect the absence of a 
4649   UA socket and direct output to the Job.
4650 - Added a verbose flage to the ua packet to permit reduction of
4651   output while running a UA command (prune) from a Job.
4652 - Did a fair amount of work on the prune command. Prune Volume now works.
4653 - Purge Volume now works.
4654 - Made last changes for integrating prune and purge commands.
4655 - Add -ltermcap to CONS_LIBS when readline is configured.
4656   More work to be done to search for termcap.
4657 - Added cats/drop_sqlite_tables.in, which will delete the SQLite database.
4658 - Got CWEB working so that we can compile filesys.w and immortal.w
4659 - Modified depkgs to include cweb.             
4660 - Note, CWEB is not yet used by the core Bacula code.
4661 - Made cats/alter.sql, which alters an old database to bring it
4662   up to the new format. This only works with MySQL since SQLite does
4663   not have the ALTER SQL command.
4664 - Changed the old StartDay field in the db to be JobTDate, which is
4665   the latest time/date in widened Unix time format that the Job ran.
4666   This value is used when doing pruning.
4667 - Added code in cats/sql.c to verify that the database internal version
4668   corresponds to the db version compiled in Bacula. It is set to 1 currently.
4669 - Lots of changes to cats to bring the SQL up to date with the new 
4670   retention period changes.
4671 - Added Console command code to permit changing a Volume's retention period.
4672 - Removed old code that used date_encode() and replaced it with widened
4673   Unix time().
4674 - Started modifying Message resource scanner so that we can have multiple
4675   message resources. Much more work to be done.
4676 - Moved scanning for time into new library routine string_to_btime().
4677
4678 ===========================================================================
4679 2002-04-22 Release 1.18
4680 - Applied Phil's configure.in fix for --prefix, ...
4681 - Fixed bug found by Phil (patch supplied) in updating
4682   MD5 signatures (revert to 32 bit FileId, move "static"
4683   variables into JCR) (catreq.c fd-cmds.c).
4684 - Reverted to using INTEGER for FileId in make_sql_tables
4685   due to a bug in MySQL.
4686 - Change editing code to %d for FileId.
4687 - Remove sqlite in make distclean in cats directory.
4688 - Remove console.conf in console during make distclean
4689 - Remove gnome-console.conf during make distclean
4690 - Remove bacula-dir.conf during make distclean
4691 - Set default level when using Console if none specified.
4692   Bug reported by Phil.
4693 - A simple . command from Console is ignored.   
4694 - Change program named from filed to bacual-fd in winmain.cpp
4695 - Change default config file for Win32 in winmain.cpp
4696 - Free namebuf on early return from find_one.c. Bug reported by
4697   Phil.
4698 - Modify testfind.c to dump orphaned buffers.
4699 - Removed terabytes from parse_conf.c because of problems with
4700   older gcc compilers.
4701 - Turn off gnome options in gnome-console by constructing empty
4702   argv.
4703
4704 ===========================================================================
4705 2002-04-18 Release 1.17 Kern Sibbald
4706 - Ensure that platforms Makefiles are called for clean  
4707   and distclean.
4708 - Hide a lot of Makefile messages with @
4709 - Applied Phil's configure.in patch. Thanks.
4710 - Doc updates, many to clarify points brought up by Phil.
4711 - Applied Phil's make_mysql_tables.in patch. Thanks.
4712 - Made authenticate.c in dird test bnet_send status.
4713 - Make label a bit more friendly with extra info message.
4714 - Add level 200 to debug info in run command.
4715 - Remove old code from findlib/testfind.c so that it compiles.
4716 - Add two minute max wait to cram-md5 authentication. Hopefully,
4717   this will catch non-responding WinNT daemons.
4718 - Allow time and size modifiers to be upper or lower case.
4719 - Turn off old CYGWIN patch for pthread_cond_timedwait() bug that
4720   now causes File daemon hangs on WinNT.
4721 - Fix mount messages for restore. Previous updates to save
4722   broke the restore code.
4723 - By default write fixed block sizes rather than variable block
4724   sizes.  My Sony DAT simply does not work (reread failures) with
4725   variable block sizes.
4726 - Data split across tapes was not being correctly restored
4727   (at least on DAT tapes). 
4728 - Implement MaximumBlockSize and MinumBlockSize statements in
4729   Storage daemon so user can specify variable block sizes if
4730   desired.
4731 - Return error if block checksum error on read (previously 
4732   ignored).
4733 - Fixed some error messages in bls, and in some cases exit(1)
4734   rather than ABORT. There remain ABORTs to be examined.
4735 - Made a local copy of tcpd.h and corrected the function 
4736   prototype problem for C++.
4737
4738 ===========================================================================
4739 2002-04-14 First public release 1.16 Kern Sibbald
4740  - Many intervening changes/updates.
4741
4742 2001-09-29 Release 1.0 Kern Sibbald
4743  - Fixes to problems found at John's installation.
4744  - See techlogs/kes25Sep01 for details
4745
4746 2001-09-25 Release 1.0 Kern Sibbald
4747  - Helped John install at his site.
4748    He is backing up one Linux machine and
4749    one Win2000 machine.
4750
4751 2001-mm-dd Many releases
4752  - Released internally.
4753   
4754 2000-04-09 Release 0.4 Kern Sibbald
4755  - Added a lot of Director configuration code. In      
4756    part (a small part), the Director now uses the
4757    bacula.conf file to know what to do. There still
4758    remains a lot to do.
4759  - The file search code is now integrated into the
4760    MySQL database routines, and Bacula is now hooked
4761    into the MySQL database (if so configured). Thus
4762    all the database records are being created, though
4763    there still remains some work in getting all the
4764    details into the records (such as the Storage 
4765    coordinates).
4766  - I've defined how Volume pools work (see manual).
4767  - I've defined error message handling though no code
4768    is yet written.
4769  - The following resources and records are implemented
4770    in the Director configuration file (bacula.conf):
4771     
4772    Director
4773      Name (passed to Storage daemon)
4774    Client
4775      Name, Address, Port
4776      Password (not yet used)
4777    Storage    
4778      Name, Address, Port, Password, MediaType
4779    Job
4780      Name    
4781      Type (not yet used)
4782      Backup (only one permitted) 
4783        Client, FileSet
4784      Storage
4785      Schedule, Messages, Pool (not used)
4786    FileSet
4787      Name  
4788      Include (options ignored)
4789      Exclude (no options)
4790    Schedule (not used)
4791      Name
4792    Messages (not used)
4793      Name       
4794      Debug, syslog, mail, append (not used)
4795    Catalog
4796      Name
4797      Address, Port, Password (not used)
4798    Pool (not used)
4799      Name
4800      PoolType, MediaType (not used)
4801
4802  - Added Storage configuration routines.
4803    Director
4804      Name, password (verified against those sent by Director)
4805    Storage
4806      Name, Address, Port (address, port must correspond to Director's values)
4807      Password, MediaType
4808    Device
4809      Name, MediaType (must correspond to those sent by Director)
4810      Archive Device (defines device name)
4811
4812
4813 2000-03-10 Release 0.3 Kern Sibbald
4814  - Implemented new base64 encoding for attributes.
4815    This eliminates some of the error messages in the
4816    sprintfs on the Solaris due to different stat() sizes.
4817  - Implemented  the first cut of the file search routines for
4818    the File daemon.  The exclusion lists work including wild
4819    cards.   There is a lot of work to be done, but the basic
4820    structure is now in place (wild cards do not yet work for
4821    the include).
4822  - Completed writing the memory pool code.  Now I must
4823    implement it in the daemons.
4824  - Modified the bacula start/stop script so that it has a
4825    better chance of working on SGI and Solaris.
4826  - The catalog code has not been converted to the new file
4827    search code.
4828
4829 2000-03-06 Release 0.2 Kern Sibbald
4830  - Integrated John's fixes.
4831  - Made Makefiles self configuring when Makefile.in is changed.
4832  - Added a runit script in the top level that runs bacula
4833  - Added a "bacula" script in the top level directory that
4834    starts and stops the File daemon and the Storage daemon.
4835
4836 2000-03-03 Release 0.1 Kern Sibbald
4837  - Basic Director, File, and Storage daemons.
4838    Standalone Catalog services using MySQL
4839
4840 2000-01-22 Kern Sibbald
4841    * Setup basic file structure with ./configure