]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
Fix editing of PostgreSQL port
[bacula/bacula] / bacula / ChangeLog
1
2 21Feb04
3 - Add Volker's bacula script to the SuSE directory and convert it
4   to bacula.in
5 - Make LockRes() and UnlockRes() use read/write locks and have
6   debug info to trace locking and unlocking.
7 - Begin work of implementing SIGHUP. It is now enabled for
8   the Director and works only if there are no jobs running,
9   in addition, if the new conf file is incorrect, it will
10   terminate Bacula. Much more work to be done.  I've figured
11   out a scheme to implement it with running jobs without
12   adding individual semaphores or use counts.  
13 - Sort "list jobs" by StartTime rather than JobId, which can
14   be random.
15 16Feb04
16 - Add a lot of "const" to char * arguments to keep the native
17   Sun compiler happy.
18 - Added first cut of message queuing to prevent recursion in
19   low level routines. This code is not yet working.
20 - Spent a *huge* amount of time looking at the tape driver
21   code in the wake of several reports of tape labels getting
22   trashed. The code looks fine.
23 - Created a tape with an error (by writing a block at the
24   beginning of a tape that had valid data), and found that
25   Under Linux there is no way to read past an I/O error.
26   I tried mt; I tried my own program (btape); and I tried
27   using scsitape, which talks directly to the scsi driver.
28   This is *VERY BAD* news.
29 - I spent an *enormous* amount of time enhancing the btape
30   test program as well as making the fill command work with
31   both one and two tapes and the autochanger if configured.
32   The multiple tape fill test is now quite comprehensive.
33   It checks the last block on the first tape, the first block
34   on the second tape, and the last block (11) on the second
35   tape.
36 - Teaked the tape driver for several functions to use the 
37   OS driver's notion of mt_file if there is an error.
38 13Feb04
39 - Add DB update scripts retrieved by Scott to a new updatedb
40   directory at the top level.
41 - Add -p option to bcopy to allow ignoring errors on input.
42 - COALESCE(xx,0) does not work on PostgreSQL because the 0 is not a 
43   correct time. Replaced by adding LastWritten IS NULL to the sort
44   line as was first suggested by JML.
45 12Feb04
46 - Use COALESCE(LastWritten, 0) in sql_find.c to get NULLs to sort last.
47   See note above.
48 - Add write/read and positioning test to btape "test" program.
49 10Feb04
50 - Fix bad printf of InChanger flag reported by Pascal Pederiva.
51 - Fix bad indexing off stack in authenticate.c reported by
52   Pascal Pederiva.
53 09Feb04
54 - Add \n to hosts.access reject message.
55 - Implement security message class and make hosts.access message use
56   that class.
57 08Feb04
58 - Fix check_memory bug in ua_query.c, which gives a bus error on Solaris.
59   This affected only the query command.
60 07Feb04
61 - Added backup to cdwriter script to examples provided by Johan Decock.
62 - Fixed a bug where ls really did lsmark (just invert command table
63   entries).
64 - Fix bug where a soft linked file and a directory had the same name
65   by treating the soft link as a directory and putting the entries under
66   it. This fixes the bug reported by Alexander Mueller.
67 - Fix a deadlock situation in the new watchdog code where the 
68   watchdog locks its semaphore, and attempts to lock the jcr_chain,
69   but another thread has locked the jcr_chain and wants to free a
70   watchdog, which tries to lock the watchdog semaphore -- deadlock!
71   Used read/write locks to solve the problem. 
72 - Improved the error messages when I/O errors or buffer id errors
73   are detected, and prevent non-sense errors from being printed.
74 - Fix some incorrect messages in restore if no name is supplied
75   on the command line (e.g. pool= ).
76 - Add the third digit to the release version number.
77 04Feb04
78 - Add -l option to bls that causes it to ignore tape label errors.
79 03Feb04
80 - Correct problems with jobs scheduled at a later time by hand.
81   Missing unlock(), backward test on pthread_create status.
82 - Fix setip crash reported by Alan Brown.
83 - Create bacula.spec.in in SuSE directory from Scott.
84 - Fix missing unlock() in ua_status on access denial.
85 - Lots of little cleanups, improving jcr use_count debug printing.
86 - Add EMSG to mem_pool utilization statistics.
87 01Feb04
88 - New bacula.spec.in file from Scott
89 - Add Scott's spec file to the platforms/suse directory
90 - Modify configure.in to make platforms/suse/bacula.spec
91 - Do not allow a resource name to be specified twice.
92
93 2004-01-30 Version 1.33-30Jan04 Release
94 30Jan04
95 - Apply Jess Guardiani's second fix to list autochanger volumes without
96   opening the drive (necessary on FreeBSD if no tape is in the drive).
97 - Added Postgresql configure search libraries recommended by Alan Brown.
98 29Jan04
99 - Reworked the command line handler in restore to walk through the
100   arguments one at a time. This makes the file= entries work correctly.
101   Also reworked the code that takes the MediaType and finds a 
102   storage device.
103 26Jan04
104 - I've noticed that the backups of Rufus, my development machine, can be
105   "stuck" for about 12 hours, then suddenly they run. In running the 
106   debugger, I see that it was stuck on the select() statement waiting
107   for the Hello.  Why this happens I am not sure. I re-organized the code
108   a bit because it didn't seem to be as robust as it could, but I cannot
109   explain the problem. 
110 - As a consequence of the above, I have implemented a new bsock timer that
111   can be started and stopped. This is based on Nic Bellamy's new watchdog 
112   code. The timer is set with start_bsock_timer(bsock, timeout); If the
113   timeout expires, the bsock will be marked as timed_out and interrupted
114   with a pthread_kill() on the current thread.
115 - Added 5 minute bsock timers to all the opening Hello/authentication 
116   exchanges between the various daemons.               
117 24Jan04
118 - New spec file from Scott.
119 - New patch file from Scott for create_sqlite_database
120 - Fix crash in run command if invalid pool specified on the command line
121   and then the user cancels the Pool prompt.
122 - Separate Console and ConsoleFont resources in gnome2 conf files.
123 - Remove possibly bad ASSERTs from bnet.c
124 - Remove open() of device in dircmd.c, which fails on FreeBSD with
125   an autoloader -- thanks to Jesse Guardiani for this fix.
126 20Jan04
127 - Remove all "hostname -s" from configure except for RedHat. Use uname -n instead.
128 - Implement SetIP command.
129 - Implement Close On Poll in Device resource on SD.
130 - Implement Full, Inc, and Diff Pools.
131 - Implement Access control lists for Consoles.
132 18Jan04
133 - Define default working_dir as /var/bacula/working.
134 - Implement setip console command to set new IP address for a Client.
135 17Jan04
136 - Implement maximum network buffer size directives.
137 - Good first cut at access control lists for the console.
138 - Optimize restore to select only latest Differential backup after
139   the Full, and then all following Incremental backups. Previously
140   everything after Full was selected.
141 16Jan04
142 - Organize kernstodo a bit (more to be done).
143 - Add client IP address to BSOCK structure.
144 - Use bit fields where appropriate in BSOCK structure.
145 - Pass UAContext to ua authenticate in Director, and make it
146   set the appropriate console (or NULL for none).
147 - Tweak restore "run" argument handling and add "files" keyword.
148 - Add device name or Volume name to some SD messages.
149 15Jan04
150 - First cut multiple consoles.
151 14Jan04
152 - Update kernstodo
153 - Add quit command to restore tree handler.
154 - Make restore tree handler remember if a hard link is present, and
155   in doing a mark, only get database entry if there is a hard link.
156   mark commands thus run at least 2 orders of magnitude faster.
157 - Add files=xxx field to run command submitted for restore.   
158 - Add yes to restore run command if either yes or run is command line
159   argument.
160 - Make "yes" on command line argument skip prompt for modification of
161   run job.
162 - Add markdir and unmarkdir -- both affect only the directory in
163   question and do not do a recursive descent.
164 - Make tree command automatically mark all higher level directories to
165   be restored when a directory or a file is selected.  Such directories
166   are indicated by preceding the name with a + to indicate that only
167   the directory entry is selected and not the whole directory tree.
168 - Modify a few tree commands to walk through all arguments rather than
169   just taking the first one.
170 13Jan04
171 - Update copyright date on changed files.
172 - Make mark command in restore tree run *much* faster by accessing database only
173   if the file actually is hard linked -- determined at time tree it built by
174   keeping a has_link bit in the tree entry.
175 12Jan04 
176 - Modify findlib/makepath.c to create all parent directories with full permissions.
177   This should solve the access problems on restoring files on Win32 systems.
178 - Modify restore to report **** Restore Error **** if any error are found.
179   I.e. a file could not be created.
180 - Change a few errors into warnings -- e.g. if permissions could not be set, but
181   the file is actually restored.
182 11Jan04
183 - Replace bsd_queue with dlist in lib/watchdog.c
184 - Add Date: header to bsmtp.  Thanks to Meno Abels (abels) on SourceForge
185   for reporting this.
186 - Remove ap==NULL check in src/lib/var.c as suggested by Christoph Barbian
187   because ap (va_list) is a struct on the Alpha, so the code does not
188   compile.
189 10Jan04
190 - Implement first cut of polling for a Volume.  New Device directive
191    "Volume Poll Interval = xxx" where xxx is a time specification      
192    (e.g. 5min). Default is off.
193 - Call pthread_cancel on SD msgchan only if the threadid is non-zero.
194 07Jan04
195 - Change RH autostart scripts to start in Dan's order.
196
197 2004-01-06 Version 1.33-06Jan04 Release
198 06Jan04
199 - Correct calculation of week of month in scheduler and in scheduled
200   listing.
201 04Jan04
202 - Fix cancel of job waiting on mount to be a bit cleaner.
203 03Jan04
204 - Fix seg fault -- don't close db in db_open_database(). It must explicitly
205   be called.
206 - Doc updates
207 - Allow purge of a single JobId from a Volume (code untested)
208 - Implement fix to keep SD from looping complaining about the wrong volume
209   at the end of a tape -- reported by Phil, and fix confirmed by him. I cannot
210   seem to reproduce the bug here.
211 - Clean up a few more strcpy()s.
212 01Jan04
213 - Fix configure.in FD User print per Lars.
214 - Doc update.
215 - New bacula.spec.in from Scott. Nice!
216 - Make RunAfterJob non-fatal if it errs since the Job has really  
217   already completed the save.
218 - Replace sprintf with bsnprintf in message.c
219 31Dec03
220 - Note, this change affects only the Win32 FD.
221 - Fixed Win32 FD crash due to missing argument in status command. It
222   always crashed if there was a job that had previously run.  Thanks to
223   Christopher Hull for finding and diagnosing this problem.
224 29Dec03
225 - Fix SELECT as indicated by Dan in sql_get.c for returning Volume names.
226 - Fix last_jobs list crash for utility programs (btape, ...).
227 - Correct editing of FileSet name into SQL command.
228 - Allow calling watchdog stop without initialization for utility programs.
229 - Enhance btape test by attempting to forward space past the end of the tape.
230 - Detect CAP_FASTFSF in btape test as possible reason for failure.
231 - Attempt to prevent infinite loops in fsf_dev() if device not properly
232   configured.
233 - Attempt to get correct file number on tape after backspacing at EOM. The    
234   correction should resolve differences in OS tape driver implementations.
235 - Add ctl-c detection to bconsole. When reading from tty, interrupts any
236   output from Bacula, when reading from a file, it terminates the reading
237   and returns possibly exiting if it is a batch job.
238 - Create devel_bacula.in script and make it configure itself. Very similar
239   to the new bacula.in.  
240 - Modify bacula.in to have separate file locations for each daemon -- makes
241   it easier to make a new devel_bacula.in when there are changes.
242 - Remove old config files when rebuilding configure to avoid error msgs.
243 - Fix btape "test" to respect TWO EOF.
244 - Fix fsf_dev() to use system notion of file if it is valid after bsf_dev().
245 - Move btraceback.gdb to scripts directory on installl.
246 - Add new mandrake bacula.spec.in
247 28Dec03
248 - Find commonset of c_iflags that work with FreeBSD tcsetattr on terminals.
249 - Remove comments from string concatenation -- doesn't work on FreeBSD
250   compiler.
251 - Moderately improve bpipe_close() errors. Must rethink status return.
252 - Eliminate some Emsgs in favor of Jmsgs.
253 27Dec03
254 - Add optional Pool keyword on restore command line. If specified, the pool
255   used will be restricted to the specified pool.
256 - "Finish" implementation of JobDefs.
257 - Fix directory for chmod of cats scripts.
258 26Dec03
259 - Implement foreach_res() #define and start replacing old code.
260 - Work some more on jobdefs -- more to be done.
261 - Implement bstrftime_nc() bstrftime with no century.
262 - Fix static console problem in gnome2 and gnome directories reported by Alan 
263   Brown.
264 - Add code to test for valid Resource Names. Permitted characters are now
265   alpha, numeric, colon, period, minus, underscore, space.
266 - Turnoff some unused code in timers.c
267 - Start adding code to dev.c to prevent infinite loops if fast forward space
268   file (MTFSF) is configured on but not properly supported by OS.
269 24Nov03
270 - Sort FileSet selection list by CreateTime.
271 - Add "lsmark", and "estimate" to tree routines.
272 - Doing a mark or unmark now prints how many entries were changed.
273 - Add command argument parsing to btape.c
274 - Enhance EOT to print file:block on message.
275 - Add repeat counts on btape bsf, fsf, bsr, fsr, and weof commands.
276 - Enhance btape's fill command to be much clearer and more reliable.
277 - Add state file to btape so that unfill command can be done any time
278   after a fill command.
279 - Use reposition_dev() to position for read back of last block.
280 22Nov03
281 - Zap InChanger flag only if setting Slot to non-zero.
282 - Added new SD directive TwoEOF, default off, that tells Bacula whether
283   to write one or two EOFs for EOM.  For the OnStream driver it must
284   be off, otherwise an empty file will be created.
285 - Cleaned up the btape "fill" command to compare the last block written
286   and read rather than just printing them.
287 21Nov03
288 - Implement btape test for autochanger.
289 - Implement btape test for Fast Forward Space File.
290 - Moved up to cygwin 1.5.5-1
291 - Implemented Fast Forward Space File
292 20Nov03
293 - Add support for selecting volumes from InChanger list first, then
294   selecting from all available volumes.
295 - Ensure that Volumes are selected from oldest LastWritten data/time.
296 - A couple of bug fixes ensuring the proper ordering of volumes.
297 19Nov03
298 - Return oldest LastWritten for find_next_volume.
299 - Remove ASSERT from stored/acquire.c that could trip when it shouldn't.
300 - Enhance SD status if debug_level > 1 to show details of dev status.
301 18Nov03
302 - Create update_bacula_tables, ... scripts and modify configure and Makefiles
303 - Eliminate is_num() and use is_an_integer().
304 - Add user slot selection code "slots=1,2-3,5,10, ..."
305 - Start daemons at level 90 rather than 20 so that MySQL will already
306   be started.
307 - Write alter_mysql_tables.in and alter_sqlite_tables.in
308 - Add Drive and InChanger to Media record.
309 - Update database level to 7.
310 - Add db_make_inchanger_unique() and call it when creating and updating
311   the Media record.
312 - Add Drive and InChanger to database code for Media record.
313 - Allow changing InChanger flag in update command.
314 - First cut at allowing the user to specify slots for updating autochanger.
315 - Add scan to "update slots scan".
316 - Add command in SD to readlabel.
317 15Nov03
318 - In the bacula start/stop script, ordered the stop: FD SD Dir to
319   give the SD the best chances of updating the catalog before dying.
320 - Add Drive and InChanger to MEDIA_DBR record and to Volume update
321   from the SD.
322 - Reorganize the Volume info update from SD so that the Dir sends back the
323   current information in case the Volume status has changed by expiring.
324   The DIR-SD protocol is not backward compatible (must update).
325 - Fixed the signal handler to pass the signal to the exit_handler() 
326   previously it passed 1.
327 - Modified SD so that on normal shutdown, it walks through all jcrs and
328   cancels them so that the Volume status will be updated in the catalog.
329 - Found and fixed a bug where ST_LABEL was not set in append mode
330   (when a different tape was accepted other than the original one
331   proposed by the DIR.
332 - Update the catalog Volume info after dev->file is incremented rather
333   than waiting for end of job.
334 12Nov03
335 - Change getdomainname() prototype for Darwin.
336 - Add gethost_strerror() to create correct error message for
337   gethostbyname().
338 - After doing a kill() of a stalled connection in watchdog, turn off
339   the timer to prevent an infinite loop.
340 - Allow Bacula to rewrite the label on a disk volume.
341 - Correct usage report printed by bsmtp.
342 11Nov03
343 - Complete changing references to bsmtp from smtp.
344 - Add L_NONE for Admin and Restore jobs and update level_to_str()
345 - Fix segfault from double free of RestoreBootstrap in job.c
346 10Nov03
347 - Change console to bconsole
348 - Change console.conf to bconsole.conf
349 - Change smtp to bsmtp
350 - Implement .bconsolerc
351 - Check if volume has expired when doing an update media for the SD
352 09Nov03
353 - Implement new code that assures that a non-zero Slot is unique within
354   a given Pool. When setting a non-zero Slot, the Slot of all other
355   Volumes with the same Slot is set to zero.  Redone later to add
356   InChanger flag
357 07Nov03
358 - Fix bug reported by Lars where an incorrect Volume name was printed
359   by the "status dir" command.
360 06Nov03
361 - Pretty up a few error messages printed by smtp.
362 - Make btime_t int64_t so that one can do arithmetic.
363 - Implement since as utime (64 bit UTC). 
364 - Compute clock diff between Dir and FD, and adjust since time.
365 - Apply SQL fix from Nic Bellamy (thanks).
366 - Apply John's zlib #ifdefing fix.
367 05Nov03
368 - Add Dan's with-sd-user, ... to configure.in.
369 - Add Dan's userid and group modifications to bacula.in
370 - Lots of documentation updates.
371 - Make console print "Enter a period to cancel a command" when starting.
372 - Fix the "list nextvol" command so that it doesn't try to close the
373   database twice, giving a segfault.
374 - Fix (hopefully) to dircmd.c so that a mount request does a pthread_cond_signal.
375   There was one path were the signal was not sent. This should fix the bug
376   that requires you to do two "mount" commands to free a job waiting on a mount.
377 - Make dir_ask_sysop_to_mount_next_volume() return immediately if a slot is
378   specified.
379 - Correct some of the messages in testfind.c (pointed out by Dan -- thanks).
380 - Alias fd to client, sd to storage.
381 - Changed order of Console commands so that short commands such as q (quit) 
382   are more logical.
383
384 2003-11-03 Version 1.32d 02Nov03 Release
385 02Nov03
386 - Mainly a bug fix release.
387 - Do a clean of both Gnome directories.
388 - Require that FileSet id match when finding an Incremental
389   previous job. This was already the case for a Full.
390 - Print message if no status returned from FD.
391 - Correct "Do not forget to mount the drive" message. Test was
392   backward.
393 - "status dir" stopped scanning the run records on the first
394   one that matched giving an incomplete listing.
395 - Edit commas in Bytes on "estimate" command output.
396
397 2003-10-30 Version 1.32c 30Oct03 Release
398 29Oct03
399 - Add %v to job edit codes. It edits in the VolumeName(s).
400 - Add code to ensure that fds 0,1, and 2 are defined by dup'ing them
401   to /dev/null if necessary.  Mostly for Windows that does not have them.
402 - Error check dir_create_jobmedia_record() 2 places in acquire.c
403 26Oct03
404 - More doc fixes.
405 - Make message buffer longer for a status message that was    
406   truncated.        
407 - Put termination on varargs calls in gnome2-console.
408 - Scroll only if text sent and not for status update.
409 - Add all possible Status codes the jobstatus_to_ascii()
410 25Oct03
411 - Add new spec file and cats patch from Scott.
412 - Optimize tree.c a bit -- turn off debug code, keep node fname
413   length for fast rejection, add some statistics, allocate
414   in 100K and 1Meg chunks, use bool, uint16_t and uint8_t to
415   reduce node packet size.
416 24Oct03
417 - Eliminate ua_retention.c that was not used.
418 - Improve error message when closing brace missing in conf file.
419 - More doc updates.
420 - Eliminate Don't forget to mount if it is a disk file.
421 - Fix Gnome2 scrolling and blank screen problems.
422 - Eliminate multiple JobIds in restore selection list.
423 - Fix non-portable varargs code in var.c
424 - Make doc fixes/changes suggested by Dan Languille
425 23Oct03
426 - Document new features.
427 - Implement mod of Verify Job at the run prompt.
428 - Correct SQL table definitions so that MySQL and SQLite
429   have all the values in the same position.
430 - Correct a typo in configure.in when configuring GNOME.
431 - In doing a "status dir" make it loop over all the run
432   commands in the Schedule rather than doing on the first one.
433 - Close all unused file descriptors in bpipe.c otherwise if
434   a daemon is started, it will keep our TCP/IP port open.
435 22Oct03
436 - Print block read error (checksum, I/O, BB01, ...) once then
437   the number found at the end of the reading.
438 - Implement RunAfterFailedJob
439 - Change db_find_job_start_time() to require a Full save before
440   running an Incremental or Differential job.
441 - Remove has_volume_expired from code that updates vol info
442 21Oct03
443 - Implement "delete job"
444 20Oct03
445 - More documentation, add Marc Brueckner's tips to manual.
446 - Tweak gnome2-console scroll window.
447 - Turn off some debug info.
448 18Oct03
449 - Modify Verify to accept VerifyJob = xx, where the last backup job
450   of job xxx will be verified.
451 - Add changing the Pool name for a Volume to "update volume"
452 - Write most of the code for Verify Disk to Catalog.
453 - Recreate the src/gnome2-console directory.
454 - Change all the text handling code to the Gnome 2.0 way.
455 - Correct the way verify filenames are returned to the Director so
456   that directories are in canonical form (i.e. trailing /).
457 - Handle casting bug in glade-2 by sed'ing support.c in gnome2-console.
458
459 2003-10-15 Version 1.32b 14Oct03 Release
460 14Oct03
461 - Modify configure so that if threaded MySQL client library
462   is not present, Bacula will link with the non-threaded 
463   version.
464 - Updates to the Web pages and to the manual.
465 - Remove trademark symbol from title. Phil pointed out that it
466   does not display correctly in a title.
467 11Oct03
468 - Implement restore by file before date. 
469 - Change restore arguments a bit so that you can feed it
470   multiple jobid= specifications or multiple file= specifications.
471 - Pass restore with run option on to run_cmd.
472 - Make run-cmd not prompt if it has a "run" on the command line.
473 10Oct03
474 - When pruning, select only old orphanned jobs to delete so that
475   the current job is not pruned too.
476 09Oct03
477 - Corrected return status for bsf_dev and bsr_dev in block.c and btape.c
478 - dev.c used incorrect ruturn status for bsf_dev in the BSF at EOM
479   code. This caused all appends on FreeBSD to fail.
480 - Turn on fast block rejection code.
481 08Oct03
482 - Optimize file index searches by adding a count to the bootstrap.
483 - Write single files/blocks to bootstrap without the second part.
484 - Add current Volume status to the cannot use this Volume message.
485 - Zero the rx->bsr in ua_restore when freeing so it doesn't get
486   freed twice.
487 - Lots of testing on the restore
488 - I noticed that SD and FD bootstrap files were not always
489   deleted, so delete them as soon as possible.
490 - Restore by file (or by selecting files) created some
491   horrible looking bsr files that defeated the forward
492   spacing code, so fix write_findex to work right.
493 - Add zlib_strerror() routine in filed/restore in case
494   of zlib errors.
495 - In filed/restore.c make sure all error returns cleanup
496   and close the open file descriptor.
497 - Make sure to set *non* over filename in attr packet
498   after file is found, so error messages that print the
499   filename don't print an old, incorrect name.
500 - Allow bclose() to be called after closing the file.
501 - Fix a number of unclear help messages, ... reported by
502   Phil in btape.
503 - Retweak stored/read_record.c so that it does forward
504   spacing at the beginning of every tape, not just the
505   first one.
506 - Print repositioning message if verbose is set.
507
508 2003-10-01 Version 1.32a 03Oct03 Release
509 04Oct03
510 - Combine the code in ua_output and ua_status that searches
511   the run records.
512 03Oct03
513 - Fixed "list nextvol" to search for the correct pool in the
514   Schedule Run records.
515 - Correct an error in is_block_zero. It found a false
516   match if the first 1016 bytes of a 32K buffer and     
517   the last 248 bytes are zero.  Broke the sparse option.
518 01Oct03
519 - More documentation.
520 - Test if multiple mail addresses works. Yes.
521 - Add debug Jmsg() to trigger if the file I/O packet is
522   not closed in the FD, i.e file descriptor leaks.
523 - When error occurs reading label in mount.c, start from
524   the very top so that the retry count is in effect.
525 - Zap the mode in soft links in testls.c for regression
526   testing.
527
528 2003-10-01 Version 1.32 30Sep03 Release
529 28Sep03
530 - Enhance manual faq, regression ...
531 - Make FreeBSD read sizes always be a multiple of 512. Needed
532   to read raw disks.
533 - Make FreeBSD accept block AND character devices for raw
534   disk reads.  On FreeBSD there are no block devices.
535 27Sep03
536 - Fix printing of EndTime on job report after rescheduling.
537 - Fix jobq.c error returns to clean up before returning.
538 - Make Cleaning tape aware of "unlabeled" volumes.
539 - If a job is rescheduled, ensure that old job is
540   removed from SD's jcr queue -- i.e. it is still waiting
541   for FD connection.
542 - Test rescheduling code.
543 - Change ./configure to detect Cygwin enviornments.
544
545 2003-09-26 Version 1.32 26Sep03 Beta
546 - Add regression and GUI-interface chapters to the manual.
547 - Fix "label" of a volume that is already in the catalog,
548   but not yet labeled.
549 - Correct the test for spooling attributes which was backward.
550   This caused the creation of a spool file in the working
551   directory for every job run.
552 - Print to the job output stream when block checksum errors
553   occur, but continue processing. If more than one occurs,
554   print number at end of job.
555 - Remove a few unneeded tests from configure.in
556 - Modify configure to use -pthread on FreeBSD 4.8,
557   but nothing on FreeBSD 5.1
558 - Clarify that bmicrosleep() takes sec and microsecs
559 - Apply Franc Carter's code to specify a DB host in 
560   bscan.
561 - Fix sanity login length test in stored/dircmd.c
562 - remove old code fro stored/job.c
563 - Lots of work on regress so that it works on FreeBSD
564   and Solaris.
565 - Make the default gnome-console wider (console.c)
566 - Add \r to the items that terminate a token.
567
568 2003-09-20 Version 1.32 20Sep03 Beta
569 - Replace a number strcpy() calls with bstrncpy().
570 - Added code to ensure that the names for each resource
571   type are unique. Two resources of different types can
572   have the same name.
573 - More documentation
574 - Added new full length modifiers for time intervals.
575   Compatible with previous method EXCEPT a modifier is now
576   manditory.
577 - Completely restructured recycling. It should work now, but
578   in any case, the logic is much cleaner. A lot of new
579   code in next_vol.c
580 - Added a few pthread_xx_destroy() for items inited.
581 - Nic Bellamy pointed out that it wasn't necessary to do 
582   destroy() of static initialized pthread variables -- fixed
583   watchdog.
584 - update VolStatus asked for the media and volume twice.
585 - Changed a few more strcpy() to bstrncpy().
586 - Made VolBytes=1 as indicator that the Volume is labeled.
587 - Modified creation of Media record to include VolBytes,
588   same for sql_update - also set LabelDate if VolBytes = 1.
589 - Copy any statically linked programs to install directory.
590 - Change relabel flag to label in Update_media protocol Dir<->SD.
591 - Change a few strcpy to bstrncpy ...
592 - Update Media record after an automatic tape label.  
593 - Added more debug code to bnet_server and bnet.c to attempt to
594   track down Alex's SD segfault (BSOCK==0)
595 - Add additional debug cod for authentication errors in cram-md5.     
596 - Implement "list nextvol job=xx" and add Volume to Dir status.
597 - Retry waitpid if interrupted -- needed for FreeBSD!
598 - Move lex.c debug level to 900
599 - Add new aliases SDAddress, ...
600 - Final changes for variable expansion
601 - Possible fix to Alex's SD crashes
602 - Correct incrementing counters not in catalog -- reported by
603   Chris Allen.
604 - Correct memory leak in core var.c code -- reported by 
605   Chris Allen.
606 - Make documentation of variable substitution a bit clearer.
607 - Apply Nic Bellamy's patch to dbcheck.c to fix SQL to work
608   on both MySQL and SQLite.
609 - Finally fixed the .messages that was sent during prompts
610   in the console with no readline.
611 - Implement new Include/Exclude semantics.
612 - Fix a good number of segfaults reported by Chris Allen in
613   the variable expansion code. 
614 - Print warning message if a job is blocked by user unmount.
615 - Fix additional variable expansion problem reported by Chris Allen.
616 - Fix pathconf() error status bug that caused a segfault on
617   a FreeBSD system -- reported by Gernot Hueber.
618 - Make sure the console sends ".messages" only when at the
619   command line prompt.
620 - Apply a patch from Nic Bellamy that corrects a file descriptor
621   leak in the Storage deamon when a job is canceled. (Thanks)
622 - Implement < and | in File daemon.
623 - Implement ClientRunBeforeJob and ClientRunAfterJob.
624 - Corrected BSRatEOF to be BSFatEOF in btape --
625   reported by Lars Koller.
626 - Documented BSFatEof
627 - Eliminated save_level in FD replaced by JobLevel.
628 - Increased MAX_RES_ITEMS from 35 to 50 to handle
629   new ClientRunBeforeJob ...
630 - Add line number in error message for restore from file.
631 - Correct editing of jobids (misplaced comma).
632 - Implement restore files.
633 - Quickie patch to allow Purged Volumes to be mounted.   
634   Must review algorithm.
635 - Eliminate a duplicated query from query.sql
636 - Restructure ua_restore.c so that I can add restore files.
637 - Correct positioning problem at beginning of a second volume 
638   introduced with the new forward spacing code.
639 - Eliminated a sprintf() in the tree routines.
640 - Doc updates
641 - Added HOST_OS, DISTNAME, and DISTVER to the status output.
642 - Eliminated a few stray Dmsgn(000, messages making them either
643   debug_level 100, or Pmsg().
644 - Made the default "Maximum File Size" 1Gbyte in SD.
645 - Cache path in tree.c to reduce calls to make_tree_path 
646 - Documentation updates
647 - Implement forward space file and block when reading a bsr.
648 - Fixed a bug in db_find_next_volume() where the VolStatus was
649   not being returned.
650 - Rework some of the query.sql records that were incomplete.
651 - Fixed an ambigous SQL statement in restore.
652 - Fix proper sorting order in restore display last 20 jobs.
653 - Remove duplicate JobId's in feeding the directory tree.
654 - Fix an orphaned ua buffer due to a return that should have been 
655   break so that cleanup code executed.
656 - Changed some strcats and sprintfs int bstrncat() ... to prevent
657   possible buffer overflows.
658 - Fix max file size code on tape so that after writing EOF, 
659   an appropriate jobmedia record is created.
660 - Fix error messages in dev.c, which were copied into lots of
661   different subroutines without updating the text.
662 - Add reposition_dev(), and make more of the return statuses of
663   dev routine standard.
664 - Eliminate old semaphore and workq code. Keep only new jobq code.
665 - Try to get a better default size for the gnome-console
666 - Add code to avoid race conditions in starting/stoping the
667   heartbeat thread.
668 - Correct potential race condition in heartbeat_stop().
669 - Correct segmentation fault in mysql.c if no password given.
670 - make pm_strcat and pm_strcpy return the string length
671 - Use Phil's code to get the unadorned job name.
672 - Move the MTIOCERRSTAT from just after a write() failure to
673   after writing the EOF marks on FreeBSD systems.
674 - Enhance packet too big error in bnet.c and add some
675   ASSERTs in the send code.
676 - Set heartbeat interval to zero by default.
677 - Add Recycle to list of Update Volume parameters.
678 - Use bget_dirmsg() wherever possible in Director.
679 - Split next_volume code from catreq.c to next_vol.c
680 - Consolidate editing job codes into a single routine.
681 - Add Job resource name
682 - Remove check for Win32 attributes in bls.  It doesn't
683   need to read them, only print ls -l.
684 - Add SDConnectTimeout in FD.
685 - Add Scott's perlgui directory
686 - Upgrade from RH7.3 to RH9.  New autoconf.
687 - Eliminate gnome2-console directory.
688 - Correct English in status command.
689 - Eliminate old shell expansion code and use BPIPE to call shell      
690   with echo command.
691 - Documentation as usual.
692 - Add a new bacula.spec for Mandrake
693 - Add ownership to alist items. Default the list owns the items.
694 - Make record_cb return a status (preparation for internal use).
695 - Remove all clearing of remainder in read_record.c -- not necessary
696 - Write a tapetest program for FreeBSD end of tape testing.
697 - Modify read.c in Bacula to use read_record.c
698 - Implement multiple records in read_record.c. One for each session that
699   is open.  Free the record with the EOS_LABEL is found (or at the
700   end of the scan).
701
702 2003-08-02 Version 1.31a 02Aug03 Released
703 - Yifang Dai reported a case where he stress tested Bacula and
704   backed up to four volumes, but only two were selected for the
705   restore. This is because I forgot that the selection could
706   span a volume entirely.
707 - Added a missing CLIENT_FOUND_ROWS to the second attempt to open
708   the MySQL database -- this prevents UPDATE errors if nothing
709   actually changed.
710 - Applied corrections to the manual supplied by Bob Collins.  Many thanks!
711
712 2003-07-30 Version 1.31 Beta 30Jul03
713 - Integrated Robert Mathews improved description of Priorities into
714   the manual.
715 - Chased down the "The data is not valid" bug on WinMe/98/95.
716 - Found an orphaned buffer in the set_attributs part of WinMe/98/95.
717 - Add sleep(1) to console when it gets a SIGTSTP signal 
718   to prevent it from using 100% of the CPU.
719 - Improve description of Priorities.
720 - Add a bit more documentation to jobq.c
721 - Complete hash table routine htable.c htable.h
722 - Change M_INFO to M_ERROR in attribs.c for Windows errors.
723
724 2003-07-23 Version 1.31 Beta 22Jul03
725 - Apply a patch from Nic Bellamy that clarifies the error messages 
726   during recycling volumes.
727 - Documentation.
728 - Clear VolCatInfo in askdir.c so that readbytes is zeroed.
729 - Add SD statistics to backup report.
730 - Removed old workq code.
731 - Fixed rescheduling after error.
732 - Fixed delayed starts which were not working.
733 - Added priority to values that can change when starting
734   a job.
735 - Complete implementation of new job scheduler. jobq.h jobq.c
736   This code is turned off unless specifically enabled in src/version.h
737 - Integrate code from Nic Bellamy to check for recycled volume in
738   mount.c in SD.
739 - Fix a couple of bugs in dlist.c
740 - Begin implementation of new job scheduler.
741 - Take serial.h provided by David Craigon, which corrects differences in 
742   prototypes between serial.h and serial.c.
743 - Make db_get_media_ids() return Media Ids only for the current pool.
744 - Add new jobq.h and jobq.c drived from workq.
745 - Add JobPriority to jcr, and Priority to Job resource as well as
746   to the run line in a Schedule.
747 - Remove unused pool record from autoprune.c.
748 - Implement Nic Bellamy's RecycleCurrentVolume.     
749 - Implement RecycleOldestVolume.
750 - Begin adding new JOB_QUEUE code to the Director.
751 - Create a single routine recycle_volume().
752 - Retry accept(), bind() and socket() if EINTR occurs.
753 - Implement insert_before(), insert_after(), and empty() for dlist class.
754   Also require offset to be given by giving item and link address.
755 - Make error some messages in smtp.c a bit more explicit.
756
757 2003-07-12 Version 1.31 Beta 14Jul03
758 - Marc Brueckner reported a crash during restore (a missing tree->)
759 - Moved host.h.in file from filed to src.
760 - Update btraceback to include host os, distname, distver in output.
761 - Split list (in lib) into alist and dlist both with .h and .c.
762 - Update home page to include Project status page.
763
764 2003-07-12 Version 1.31 Beta 10Jul03
765 - Manual updates.
766 - Clean up some unused variables detected by the IRIX compiler.
767 - Test two directories on Win32 -- caused a crash. I forgot
768   to NULL the uid cache pointer after releasing it.
769 - Use bstrncpy() instead of strcpy() in find_files.
770 - Clear a few linked lists in the temp directory packed in find_one.c
771 - Eliminate an unnecessary variable in attr.c
772 - Clear the cache pointer after release in idcache.c
773 - Implement a new C++ doubly linked list class.
774
775 2003-07-08 Version 1.31 Beta 08Jul03
776 - Update document for Win32 stuff.
777 - Ensure VolStatus value for update is permitted.
778 - Fix cached_path so that it is local to the jcr, otherwise, there
779   are problems from job to job.
780 - Fixed idcache.c which was not thread safe and didn't release memory,
781   and didn't always edit the userid correctly.
782 - Correct missing pool memory allocation in update voluseduration.
783 - Release mutex in pool_mem.c before triggering ASSERT.
784 - Lock database while recycling.
785 - Fix a bug in editing since where I forgot to update to the new size.  
786 - Implement all the command line update arguments.
787 - Modify label to use volume=xxx for the new volume and oldvolume=yyy
788   if doing a relable.
789 - Added yes to run command line arguments.
790 - Clear errno in editing a string to utime.
791 - In restore print only volumes that will actually be used.
792 - Fix bextract -- add appropriate breaks in new case code.
793 - Add a new test -- bsr-opt-test for testing bsr optimization. As usual,
794   it pointed out a bug where the directory tree handling code destroyed
795   the restore arg list.
796 - Many updates to the manual.
797 - Pass prefix links flag to FD.
798 - Sort list of commands for Console
799 - Set default FD and SD concurrent jobs to 10.
800 - Rework the find next volume code in catreq.c to correct some minor
801   but subtle logic errors and to eliminate a goto.
802 - Did spell check on manual.
803 - Removed bindtextdomain() as it conflicted with RH8.0 headers
804 - Fixed parse_args to pass address of POOLMEM struct.
805 - Constrain FileIndexes written to BSR to be within range of Volume.
806 - Suppress writing volumes to BSR if they are not actually referenced.
807 - Make FOPTS use alist for match and base entries.
808 - Pass prefix_links to SD.
809 - Add command line interface to most items in "update volume=xxx"
810 - Add command line interface to restore "jobid", "current", "before", "all".
811 - Add command line "yes" to run command to supress prompt.
812 - In new alist code, free only if allocated.
813 - Overload [] with get() code for alist.
814 - Fixed the code that wrote FirstIndex and LastIndex to the database. It
815   was not correct at the end of a volume (basically included indexes in
816   the second volume).
817 - Fixed bscan to work with the new code and to properly build JobMedia
818   records.
819 - Added code to the read end of block.c to properly track Volume bytes,
820   blocks, and files. I thought this was not necessary, but it is critical
821   for bscan to work correctly.
822 - Modified read_record to properly track First/LastIndex -- needed by
823   bscan.
824 - Eliminated some old Volume write code.
825 - Changed RecycleOldestVolume to PurgeOldestVolume
826 - Added what I hope are the "final" touches for Win32 stuff.  There
827   are still a lot of annoying little problems.
828 - Added the "portable=yes/no" option to Include. If set, it disables
829   use of BackupRead/Write for Win32, so in principle, the data should
830   be portable.
831 - Pulled in more recent config.sub and config.guess from /usr/share/libtool
832 - Replaced the system fgets() by a Bacula version that ignores
833   interrupts (i.e. signals).  This truncated output from child processes.
834 - Make file_index int32_t everywhere.
835 - Moved LinkFI into ATTR structure.  Also integrated data_stream there too.
836 - Moved code that sets the stream for writing into create_file.
837 - Removed a signal(SIG_IGN, SIGCHLD) from dird.c that prevented getting
838   the status of child processes.  This allowed removing the FreeBSD 
839   kludge to bpipe.c -- the status is now obtained correctly.
840 - Hand scan the stream header that arrives in append.c to avoid machine
841   dependencies of sscanf().
842 - Implemented code to put Data stream in Attributes record. 
843 - Check if data stream is supported, if not, ignore.
844 - Fix crash when multiple Includes are given (missing parens).
845 - Clear WroteVol in askdir.c when JobMedia record is created.
846 - Implement simple array list class for use in Bacula.  New files
847   are lib/list.c lib/list.h. Probably will not use until version 1.32.
848
849 2003-06-24 Version 1.31 Beta 22Jun03
850 - Change Purging Oldest Volume message to Recycling Oldest Volume.
851 - Limit results from find_oldest_volume to one.
852 - Fix possible buffer overrun in the restore tree handling routines.
853 - Fixed a crash in VerifyToVolume because I moved the close_db()
854   down into the free_ua_context() and should not have done so.
855 - At a "var" command in the Console that does variable expansion and
856   prints it.
857 - Implement first cut of estimate command.
858 - Change find_next_volume() for oldest to use LastWritten instead of
859   FirstWritten -- also add Append to volumes slected.
860 - Do normal recycling before checking for RecycleOldestVolume.
861 - Implemented block rejection on read. This should make restores run
862   much faster. Next release will have block positioning -- even faster.
863 - Very preliminary support for Gnome-2.0.  Text does not yet work.
864 - Correct buffer corruption in find_one.c with long directory names (Win32).
865 - Make setting owner on directories M_ERROR rather than M_WARNING.
866 - Fix printing of JobId in run listing for restore job.
867 - Reduce heartbeat read check interval to every 10 seconds on Cygwin because
868   there is no working pthread_kill().
869 - I finally designed a test for multiple simultaneous jobs,
870   and sure enough it broke when the jobs are split over multiple
871   volumes.  Now fixed and working!
872 - Eliminated a few "duplicate" error messages by testing for canceled.
873 - Add ASSERT for device use count going negative.
874 - Fix BlockNumber checking in stored/read.c (got first one wrong).
875 - If socket is timed out, do a shutdown(fd,2) instead of close().
876 - Fixed return status from SD to FD by setting JobStatus in append_end() 
877 - Add arrays to Environment variables. Elements separated by |.
878 - Implement Reschedule On Error, Reschedule Interval, Reschedule Times.
879 - Add a new pool PM_NAME -- gets a name length buffer.
880 - Implement fast cancel of FD blocked on writing to SD by using
881   pthread_cancel(). Turned off on Cygwin due to bug.
882 - Add code to handle EAGAIN in writing (probably not necessary). Use
883   select().
884 - Eliminate size_t from pool control buffers.
885 - Complete Counter resource.
886 - Complete LabelFormat (except for WrapCounter) plus counter
887   inrementation.
888 - This needs a database change to eliminate PoolId from counters.
889 - Made a more compact format for the document index.
890 - Add Phil's checkhost to examples directory (thanks Phil).
891 - Implement generalized LabelFormat (documentation to come).
892 - Implement Counter resource.
893 - Cleanup examples/kernsconfig
894 - Implement restore to a specific date.
895 - Fixed a but in automatic labeling (and use durations expiring) analysed
896   and reported by Rob Proffitt (thanks!).
897 - Cleaned up a few Cygwin compile problems.
898 - Made a 10Jun03 release (it is in production here)
899 - Finally took the big plunge and fixed restoration of links and other
900   files that have been changed between the backup and restore. Basically
901   if the file exists, it is deleted, then re-created.
902 - Purge only Volumes marked Append, Full, Used, or Error.
903 - Allow pruning of volumes marked Append, in addition to Full and Used.
904
905
906 2003-06-10 Version 1.31 Beta 10Jun03
907 - Eliminated all plain email addresses and replaced them with " at " in
908   place of @ to reduce havesting by spammers.  Doc + Web Site.
909 - Started working on making POOLMEM a struct rather than a char. Lots of
910   work to do.
911 - Fixed bscan to handle -V option.
912 - Fixed bscan to handle two File volumes.
913 - Corrected a misplaced comma it get_fileset() in cats pointed out by bscan.
914 - Added two Volume bscan test to regression scripts -- write two volumes,
915   purge and delete everything, bscan the tapes, and do a restore. It works!
916 - Reorganized the backup/restore code to move the attribute information into
917   an ATTR packet, which is passed in place of tons of arguments.  Moved some
918   code into lib/attr.c and lib/attr.h.  Then eliminated all the duplicate
919   attribute code.
920 - Moved FT_ types into baconfig.h.
921 - Defined FT_ types to use only 16 bits. The upper half of the word is
922   reserved for adding optional fields in the attributes packet.
923 - Moved jcr->where into common part of jcr and have it deleted in lib/jcr.c
924 - Put all attribute reading code on switch() with cases instead of a big
925   if (restore.c, bls.c, bextract.c, bscan.c, ...)
926 - set_attributes() now takes ATTR packet, and thus has much fewer args.
927 - moved print_ls_output() into lib/attr.c  
928 - implemented is_stream_supported().
929 - create_file() now takes ATTR packet so has many fewer args.
930 - add mtime_only code.
931 - Rewrote bnet.c read and write routines to quit if bsock->terminated is
932   set.  This will allow setting non-blocking writes and then receiving
933   a termination message and terminating the Job immediately rather than
934   waiting 2 hours for the line to timeout.
935 - Put catalog db name in some error messages.
936 - Code for restore is now much cleaner, with much of it in lib/attr.c,
937   and it is now common for all readers.
938 - Add first cut of proper support for Win32 Backup code.
939 - Fix bug in restore Win95/98/Me.
940 - Pass mtime_only flag to FD. Needs config record.
941
942 2003-06-04 Version 1.31 Beta 04Jun03
943 - Fix block.c to check errno only in case of return status -1 as 
944   suggested by Justin Gibbs (FreeBSD).
945 - Implemented qfill command in btape for quick testing write/read of a tape.
946 - Discovered that FreeBSD pthreads re-use the same thread id, which causes
947   the SD to fail when a user leaves a device unmounted (old pid is reused
948   and lock_device() thinks the same thread is calling again leading to
949   inconsistent state). Set id to zero after blocking the device during
950   unmount.
951 - A lot of clean up, moving subroutines around for TermCode.
952 - Free ua->prompt when Job terminates.
953 - Add AutoPrune and Recycle to values copied from Pool resource
954   into Pool record on create/updated.
955 - Implemented bsr for Verify VolumeToCatalog. 
956 - Improved the Verify Job report using SD and FD term codes.
957 - Split tree handling routines from ua_restore.c to ua_tree.c
958 - Split bsr routines from ua_restore.c to bsr.c and bsr.h 
959 - Fixed clash between FD and SD returned job values. Report now contains
960   values from FD.  Maybe I should change? or give both.
961 - Attempt to fix negative use_count for dev packet in SD by adding
962   a couple of open_dev().   This may be cause of Dan's crash.
963 - Clear no_wait_id when device is unblocked. This may be cause of Dan's crash.
964 - Eliminate old "new lock code".
965 - Add configure of mtx-changer for mtx path.
966 - Always rewind tape before releasing it (for FreeBSD).
967 - StartBlock was one too large for second volume.
968 - Fixed restore to display status from both SD and FD.
969 - Unified return status message for backup and restore.
970 - Corrected segmentation fault reported by Dan when doing "label barcodes"
971   on a File.
972 - Corrected a segmentation fault when attempting to send a JobMedia record
973   to the Console -- reported by Dan.
974 - Added MySQL documentation for using the threaded libraries.
975 - Added new columns and tables to Catalog database.
976 - Wrote alter scripts and tested them (thanks to Dan for the help) on
977   MySQL and SQLite.
978 - Started using enums where ever possible when passing flags to 
979   subroutines. This helps make the source much more readable.
980 - Corrected a bug where a vertical database listing was being used in
981   the query command.
982 - Added new argument to parse_args() to prevent command arg overflow.
983 - Renamed ua_db_query.c ua_query.c.
984 - Split scan.c out of lib/util.c
985 - Perhaps I have *finally* fixed the command line history in gnome-console.
986 - Added support for smartalloc for any global new or delete command
987   by overloading the global operators.
988 - Made the default time with no qualifier day rather than seconds.
989 - Fixed a bug in the store_size() routine that improperly converted from
990   double to uint32_t.
991 - Started using "bool" where possible.
992 - Zap SD session key once it is used.
993 - Added *lots* more checking for strcpy -- bstrncpy(), ... 
994 - Added CreateTime field to FileSet record and print it to distinguish
995   FileSets. 
996 - Print an information message when a new FileSet is created.
997 - Include the FileSet date/time in the Job report.
998 - Indicate if a Job is upgraded in the Job report and from what previous level.
999 - Incremented the database version.
1000 - Ensure that any DB error message is printed if the start_time of a previous
1001   save is not found.
1002 - Free orphaned buffer in ua_restore.c in case of database error.
1003 - Implement enum for response DISPLAY_ERROR and NO_DISPLAY
1004 - Implement enum for create_pool (POOL_OP_CREATE, POOL_OP_UPDATE).
1005 - Make sure FileSets printed in restore are in order.
1006 - Add a number of bstrncat, and other protected string operations.
1007 - Clean up old structs in dird_conf.h
1008 - Remove all Slot invalidation code.
1009 - Add Automatic choice message to all do_prompt() calls.
1010 - Eliminate JobId from restore if not used.
1011 - Clean up a few error messages.
1012 - Make fill/unfill commands work correctly in btape.
1013 - Enhance btape fill and unfill commands.
1014 - Implement real Pmsg() code so that negative levels work in Dmsg()
1015 - Implement block number check -- had to turn it off because it doesn't
1016   work.  Need to verify that it is the correct block and that block
1017   numbers are properly written.
1018 - Moved readline from depkgs1 to depkgs.
1019 - Reworked the configure code to handle readline correctly. This was broken
1020   mostly due to the fact that the readline routines are nested down one
1021   directory.  Also, I missed one header file that was needed (possibly added
1022   in a later version).
1023 - Put correct include on the dependencies make for Console readline.
1024 - Remove JobMediaId from VOL_PARAMS (no longer needed).
1025 - Sort VOL_PARAMS by JobMediaId using SQL in cats.
1026 - Add jcr as argument to block.c read_block... routines so that error
1027   messages are immediately displayed.
1028 - Make bsr_dev() edit an error message if it is turned off and return 0.
1029 - Add checking for the BlockNumber in the read routines -- lots of
1030   false matches are found -- much check writing end.
1031 - Now sort bsr volumes by JobMediaId -- produces better results.
1032 - It turns out that under certain circumstances, when doing a restore, the
1033   Volumes will not be written to the BSR in the correct order.  I don't
1034   know exactly why, but many thanks to Dan Langille for reporting this.
1035   The solution is to sort the Vol_Params within each bsr (done), and to
1036   sort the bsr chain (not yet implemented). Note, the bsr chain should
1037   always be in order unless the user explicitly specifies the JobIds in
1038   a different order.          
1039 - Began implementing C++ structs rather than typedef structs as in C.
1040 - Added volatile to a lot of variables that are used in two threads at
1041   the same time. This should prevent improper optimization.   
1042 - Fixed a missing space in the "run job=xxx where=" the where was
1043   glued to the end of the previous stuff (bootstrap filename). 
1044 - I *finally* found the cause of the mysterious failure of shell expansion.
1045   It was due to the read() getting interrupted!  That's what opening up
1046   SIGCHLD will do!
1047 - Remove unused default tape drive names.
1048 - Create a new status.c file in stored and split the status code out of dircmd.c
1049
1050 2003-05-22 Version 1.31 Beta 22May03
1051 - I discovered that C++ permits "prototyping" structures e.g. struct A; is
1052   a valid statement. This permitted me to eliminate all the void *jcr, in
1053   favor of JCR *jcr, which pointed out a number of bugs in block.c.
1054 - Change lib/bmisc.c to bsys.c (system routines).
1055 - Add set_working_directory() to lib/util.c
1056 - Remove some unneeded setjcr_job_status() since Jmsg(jcr, M_FATAL,...)
1057   already sets it.  
1058 - Do not increment jcr->Errors for Fatal errors -- they represent non-fatal
1059   errors.
1060 - Fix a few more places in FD where Errors was not incremented.
1061 - Print unexpected (or incorrect) termination message returned from FD.
1062 - Use switch() instead of giant if statement in verify_vol.c
1063 - Protect overrun from do_shell_expansion() by passing max length.
1064
1065 2003-05-20 Version 1.31 Beta 20May03
1066 - Add mandrake to platforms
1067 - Suppress error messages if no bytes written to tape.
1068 - Suck up bootstrap file even on error so that Dir sees our error message.
1069 - Pretty much finish off the Win32 backup code.
1070 - Add DESTDIR code to autostart for creating non-root rpms
1071 - Echo input read from a script in Console.
1072 - Clarify error message for VerifyToCatalog
1073 - Add error counts in restore for M_NOTSAVED.
1074 - Adapt bfile.c to handle both Win95 files as well as WinXP files.
1075 - Add MTIOCERRSTAT for FreeBSD (clear error status).
1076 - Correct double jobmedia record when cancel at EOM reported by Phil.
1077 - Correct possible write at beginning of tape during cancel at EOM
1078   as reported by Phil.
1079 - Document in detail how Incremental and Differential jobs work.
1080 - Add non-fatal error count on backup and restore Job reports.
1081 - Remove a couple uses of lld -- now prefer to edit and use %s.
1082 - Fix directory could not be accessed on Win32.
1083 - Improve message indicating that last Full backup not found. 
1084 - Fix free() too early in directory traversal code.
1085 - Prune Jobs with no JobFiles or that have JobStatus!='T'
1086 - Add a few more command line scans for prune/purge.
1087 - Restrict valid characters in a Volume name, and document it.
1088 - Make new Win32 save/restore work. Still a bit more to do.
1089 - Use reentrant version of mysqlclient library.
1090 - Use more machine independent way of finding gcc version.
1091 - Fix race condition in sql_list where messages edited before locking.
1092 - Lots of testing saving/restoring 6GB files.
1093 - Add where to restore where=/tmp
1094 - Complete implementation of Win32 streams in FD. Must test. Also,
1095   must implement new streams in SD.
1096 - Make termination of daemons more "error" tolerant.  
1097 - Make default "duration" days rather than seconds if there is no modifier.
1098 - Install bcopy.
1099 - Add detection of available Win API's so that a single binary will
1100   work on all Windows systems.  Reference those APIs through a pointer.
1101 - Remove use_win_backup_api and enable it in bfile.c if system supports it.
1102 - Modify dev.c so that it works if MTEOM is not defined (BSDI).
1103 - Change MT_xxx to BMT_xxx to prevent conflicts with BSDI.
1104 - Detect strtoll() in configure.
1105 - Implement replacement for strtoll() for BSDI.
1106 - Add platform files for BSDI.
1107 - Use Jmsg() instead of Jmsg1() in acquire because File:line prefixed in dev.c
1108 - Use Jmsg() in write_block_to_dev() so that no messages are lost.
1109 - Rework autochanger code in restore to handle case of cassette not in magazine.
1110 - Implement Windows BackupRead/Write(). I now have permissions right!!!!
1111 - Additions to the manual (Purging, Autopruning).
1112 - Add doc to code in autoprune.
1113 - Begin adding Level = Base.
1114 - Make Jmsg recognize console and direct messages directly back to it.
1115 - Hopefully fix mess in mount.c when a tape expires.  
1116 - Fix restore bug recently introduced due to Unix backwards status convention.
1117 - New bacula.spec from Scott
1118 - Add globals for database name and version and print them in traceback.
1119 - Eliminate SubSysDirectory in each daemon conf file.
1120 - Implement get_yesno() and get_pint() in UA.
1121 - Make Jmsg aware of console. Messages now sent directly to Console.
1122 - Created a single bacula.spec.in for by the MySQL and SQLite builds.
1123 - Added proper configuration to console.in and gconsole.in
1124 - Start adding textdomain() code for translating.
1125 - A number of minor code cleanups.
1126 - Rework shell expansion just a bit.
1127 - Add rewind() when releasing a tape before acquiring the next one.
1128 - Implement addition of Description in Service entry for Win32.
1129 - Update manual to eliminate unclear autochanger points as mentioned
1130   by Dan Langille.
1131 - Implement DESTDIR everywhere.
1132 - Rework spec files for 1.31 and combine the main spec and the client
1133   only spec making a client package. At the same time, rename the packages
1134   so it is a bit clearer to the user. Also fix the build to work
1135   as non-root (scriptdir was not prefixed with $RPM_BUILD_ROOT).
1136 - Correct Auto Changers and all other forms to Autochangers in the
1137   manual.
1138 - John reported needing to do two "mount" requests, and indeed that
1139   was the case. It turns out that pthread_cond_timedwait() does not
1140   always return zero when awaken by a pthread_cond_signal().
1141 - Include RunBeforeJob and RunAfterJob output in job output report.
1142 - Implement a "real" Admin job that prints a mini-job report.
1143 - Clean up a few error messages in findlib and filed.
1144 - Recent changes to gnome-console caused initial output to be
1145   lost -- now fixed.
1146 - The Win32 version crashed after each job. After hours, it turns out
1147   that when running with LocalSystem privilege (and not as a user), when
1148   Cygwin does pthread_kill(id, SIGUSR2), it gets a memory fault.
1149 - Moved stored/fdmsg.c to lib/bget_msg.c, and moved SD messages to
1150   stored.c.  So now bget_msg() can be used by both the SD and FD.
1151 - Changed Director's bget_msg() to be called bget_dirmsg() to avoid
1152   any possible confusion.
1153 - Implemented bget_msg() in general everywhere in the FD except for
1154   job.c where the Dir and FD are communicating.
1155 - Implemented a Director only heartbeat in the FD for the cases where
1156   there is either no connection to the SD or the FD is already reading
1157   from the SD.  start_dir_heartbeat() ...
1158 - Add heartbeat to restore and verify volume.
1159 - Add "Heartbeat Interval" to Storage resource, which sets interval the
1160   SD sends heartbeats to the FD and DIR, 0 disables heartbeats.
1161 - Add "Heartbeat Interval" to FileDaemon resource, which sets the interval
1162   the FD sends heartbeats to the DIR, 0 disables heartbeats. 
1163 - Added heartbeat from FD to Dir every HB_TIME rather than forwarding
1164   SD heartbeats.
1165 - First cut label dialog.
1166 - Turn on new semaphore code for simultaneous Jobs.
1167 - Fix cancel trying to release semaphore's not acquired.
1168 - Implement get_pint() and get_yesno() for UA.
1169 - Implement find_arg_with_value() for UA.
1170 - All command line "slot" to be specified for label command.
1171 - Rework heartbeat code in FD to correctly terminate.
1172 - Fix btraceback to use smtp and to eliminate double //
1173 - Fix "storage" command to include ssl for verify and restores.
1174 - Add Heartbeat code when SD is waiting on a tape -- heartbeat every 20 mins
1175   to keep stateful firewalls from timing out the connections.
1176 - Fix src/stored/Makefile.in typo causing problems in statically linking
1177   btape.  Thanks to Lutz for reporting this.
1178 - Create an is_client_alive script for checking if a client is alive.
1179   Using this script prevents generating error messages.
1180 - Added corrections and updates to manual provided by Phil -- thanks.
1181 - Added RequireSSL to each program/daemon configuration.
1182 - Added EnableSSL to each correspondent for each program.
1183 - Added the Console resource to the Director (need to
1184   implement individual Console authorization).
1185
1186 2003-04-28 Version 1.30 released
1187 - Fix command history for gnome-console (must malloc).
1188 - Add two cancel points in acquire_resources(). The job will not
1189   be immediately terminated in all cases.
1190 - The new AutoMount code broke File archives -- fixed.
1191 - Correct watchdog mutex race introduced yesterday.
1192 - Add JobLevel to Admin run started by UA.
1193 - Add -v to daemon startup scripts
1194 - Implement bmicrosleep(sec, msec);
1195 - Implement When for "run" command.
1196 - Remove unsigned from socklen_t definition in hopes it will work better
1197   with older systems.
1198 - Remove code that attempts to set PID dir and SUBSYS dir if they
1199   do not exist because it set them to sbindir!
1200 - Modify mount to initially attempt to read the volume if Bacula
1201   wants a tape, none is mounted, and "Automatic Mount = yes" is set.
1202 - Prohibit setting --sbindir and --with-subsys-dir the same.
1203 - Fix missing argument that cause Kaboom in update slots.
1204 - Fix orphaned bsock when UA gets error contacting FD or SD
1205 - Nearly full implementation of Win Backup API, but it does not
1206   work due to lack of permission! Arggg!
1207 - Implemented restoring directory permissions as they should be.
1208 - Implemented reasonable regression script.  It found a number of
1209   restore errors.
1210 - Implemented the following @ commands in the console that work directly
1211   in the console rather than in the Director.
1212     input - read input from a file
1213     output - write output to file
1214     tee    - tee output to file and terminal
1215     time   - print current time
1216     version - print current version
1217     exit    - quit
1218     quit    - quit
1219 - Implemented new bfile io routines that will permit implementation of
1220   Windows native APIs for reading/writing files.
1221 - By default always update hard links with the prefix, but do
1222   not update soft links.  It seems inconsistent, but it is what
1223   cp does.
1224 - Implement wait command in Console that waits until no jobs are running. 
1225 - Fixed the < code in Include/Excludes, which forgot to skip over the <.
1226 - Do NOT attempt to chmod() a soft link as it will change the file behind
1227   the link!
1228 - OOPS! Lutz ran into a problem. In attempting to prevent string overflows,
1229   I used bstrncpy() on a variable that was malloc'ed thus truncating 
1230   Volume names!  Arrrggggg!
1231 - Lots of documentation of new features.
1232 - Rework Volume name scanning in console, made much more logical
1233   and corrected a bug (confusion in calling sequence).
1234 - Cleaned up a few error messages in cats adding more info.
1235 - Add the IP address to error messages due to bad connects to servers.
1236 - Implement default File output in config files so user can start
1237   saving right away without a tape drive.
1238 - Protect inet_ntoa() with mutex in case it is not thread safe.
1239 - Eliminate termcap from use in gnome console.
1240 - Remove unused SD maximum volume files and maximum volume jobs. They
1241   are implemented in the Director.
1242 - Make the default for Incremental and Differential saves to compare
1243   against both st_mtime and st_ctime rather than just st_mtime.
1244   This includes files moved or copied.
1245   Thanks to Matthias Wamser for bringing this fix to our attention.
1246 - On Win32 clients, make a pass through the include/exclude patterns
1247   and change any back slashes to foward slashes. Prevents creating
1248   unusable directory names containing both conventions.
1249 - Move ls -l output on restored files to M_RESTORED class.
1250 - Make gnome-console compile correctly on RH8.0
1251 - label barcodes now works.
1252 - Implemented "update slots".
1253 - Tweak btape "test" to always print suggestion for re-read last block.
1254 - Implemented "Cleaning Prefix"
1255 - Update alter_mysql_tables.in
1256 - More work on barcodes.
1257 - Zap VolHdr in SD when attempting to label a tape that is not
1258   there.  Prevents false tape names the next label command.
1259 - First cut of bar code reading is implemented. It doesn't do
1260   anything but return the list to the Director.
1261 - Implemented relabel command that relabels "Purged" Volumes.
1262 - Check exit code in RunBeforeJob and err the job if it is non-zero.
1263 - Remove old testsuite -- too complicated
1264 - Print length when Authorization fails because of bad length.
1265 - Fix problem of NumVols in Pool getting reset on startup.
1266 - Implement full listing of DB records by listing them vertically
1267   instead of horizontally.
1268 - Make changes to mysql scripts as suggested by Lutz Kittler
1269 - Fixed code to write Uname to Client record.
1270 - Fixed a problem (in btape) where Pmsg() was not printing.
1271 - Moved re-read last block test to last in "test" command of btape.
1272 - Lots of new documentation.
1273 - Fixed newvol.c to handle retrying 10 times if the volume name already exists.
1274 - Removed int_least16_t from sha1.h because it does not exist on some systems.
1275 - Release job in SD if canceled and waiting on a mount (better cancellation).
1276 - Prompt for Client in restore if not specified.
1277 - Print "Selection is empty!" if no selection list found.
1278 - Add new spec files and bacula.desktop from Scott.
1279 - Update client every time a job is run.
1280 - Add verbose option to daemons for printing more user error info.
1281 - Test if console works with readline 4.3 (yes, it is OK).
1282 - Release new depkgs
1283 - Release new winbacula.
1284 - Add Uname info to Client DB record.
1285 - Improve error messages and make them more consistent when a non-existent
1286   Device is requested.
1287 - Separated the -mwindows option so that only Windows programs
1288   are built with it (bacula-fd, ...) the tty tools such as console
1289   dbcheck, smtp, testfind, ... are now able to be run in a standard
1290   Windows DOS box.
1291 - Add | and < options to Exclude the same as in Include.  
1292 - Add typed in input to the text window in the gnome-console.
1293 - Change function that gets the entry text (previously had orphaned buffer).
1294 - Fix multiple Director problem in gnome-console (thanks to Lutz Kittler).
1295 - Thanks to Renato, I was able to test Bacula on a FreeBSD tape drive.
1296   There are a number of significant differences: 1. reading less than
1297   the number of bytes in a record returns an I/O error.  2. ioctl(MTEOM)
1298   looses the file position. 3. Reading two two EOF marks (or ioctl(MTEOM))
1299   leave you positioned after the second EOF, so you must backspace file
1300   to be able to append.
1301 - Added BSF at EOM = yes/no to Device resource to allow proper positioning
1302   at the end of a FreeBSD tape.
1303 - Made btape "test" do much better testing of error conditions (i.e.
1304   it now ensures that the append went well). It will automatically
1305   detect problems and apply fixes and then retry the test, if it
1306   finally succeeds, it clearly says what directives need changing.
1307 - Add Scott Barninger's rpm changes to the build environment
1308 - Add changes to mtx-changer so users can add eject and sleep for
1309   certain autochangers.
1310 - Implemented FreeBSD chflags (user defined flags).
1311 - Turn restore errors during setting of owner and modes into
1312   warning messages -- for restoring files as non-root.
1313 - Fix how prefixes are handled in restoring soft links.
1314 - Modified btape "test" command to do only those things that
1315   Bacula actually does. There is much more explanation, ...
1316 - Update manual.
1317 - Finally had to back up to gcc version 2 from version 3 to avoid version
1318   3 nightmares.   
1319 - Final cygwin tweaks.
1320 - Move start time to *after* the resource locks are acquired.
1321 - Unable to duplicate Phil's disabling of Bacula with nmap, but
1322   did make the authentication code a bit more conservative for
1323   dealing with bad input.
1324 - Added code to the query command to escape all strings input
1325   before substitution and sending to the SQL engine.
1326 - Escape user entered filenames for restore command.              
1327 - Cleaned up the waiting code a bit -- using broadcast instead
1328   of signal and counting the waiters.
1329 - Implement new pthreads semaphore code.
1330 - #define new semaphore code rather than workq on USE_SEMAPHORE.
1331 - Lots of improvements to the document to address recent support requests.
1332 - Implement cycle through a set of tapes suggested by Eugeny
1333   Fisher with the "RecycleOldestVolume=yes" record in the
1334   Pool resource.  Basically this record causes Bacula to purge
1335   to oldest tape when no more tapes are found.
1336 - Correct a number of small incorrect interactions between limit
1337   variables during recycling.
1338 - Corrected a bug in db_create_media_record() where VolMaxFiles and
1339   VolMaxJobs was not written to the database.
1340 - When the Director starts, the Pool record is updated in the
1341   database with the current contents of the Pool resource.
1342 - Corrected bnet_connect() to immediately stop (rather than looping
1343   for the timeout period) if there is a fatal error (socket, or
1344   hostname to ip).
1345 - Reworked "purge" code to make purging Volumes easier.
1346 - Made "list volumes" list the volumes in all pools -- also
1347   "list volumes pool=Default" does not produce and error message.
1348 - List Pool record after doing "update pool".
1349 - Remove pid file code from Win32 -- not really necessary.
1350 - Make bnet handle null jcr during cancel rather than crash.
1351 - Add CygwinInstall.bat and CygwinUnInstall.bat
1352 - Add db_lock() around newvol.c code to prevent race condition if multiple
1353   callers want a new Volume name.
1354 - Lots of cleanup to Win32 code, with additional error messages.
1355 - Make Bacula work on Win95 (test for GetAttributesEx).
1356 - Add better error messages when end of media is reached or volume
1357   capacity execed.
1358 - Turned off signal catching in readline(), necessary to keep console
1359   from crashing on ctl-Z with RedHat 8.0.  Thanks to David Craigon for
1360   testing this.
1361 - Make the 3rd and hopefully final change to the Finclude structures.
1362   This new version permits multiple sets of options (more code to be
1363   written) to be applied against the same set of files. Thus one can
1364   have options that with match of *.gz and a different set of options
1365   for *.c, ...
1366 - Integrated GNOME Console font resource code supplied by Phil Stracchino.
1367 - Check for job_cancelled() in bnet_connect() code to stop wait loop if
1368   client not available.
1369 - Fix early end of file scanning conf file in lex.c, which previously
1370   caused ABORT -- now reports error.  This could happen with an unterminated
1371   string for example.
1372 - Move Maximum File Size code before write and detect error on writing EOF.
1373 - Additional fix for Solaris 2.6 and a bdb.c fix submitted by Armin Buehler.
1374 - Added detection for Solaris 2.6, which uses older setsockopt() calls.
1375 - Defined sockopt_val_t for setsockopt() calls.
1376 - Added fixes sent by Bevan Anderson that fix multiple connects to FD
1377   (I zap keys for security, so must put back dummy key).  Also a fix
1378   to the Internal database that wrote garbage after the filename in
1379   the database.
1380 - Back out the __SVR4 changes.
1381 - Add automatic configuration of socklen_t
1382 - Attempt to fix problems reported by Lutz with multiple simultaneous
1383   open file Volumes (experimental code). Serialized acquire. This may
1384   fix the problem, but more thought and testing is necessary.
1385 - Add table of "supported" autochanger models.
1386 - Add Solaris 2.6 (__SRV4) changes sent by Peter Schmitz.
1387 - Correct tape selection code in SD (|| => &&). Thanks to Chuck Hemker
1388   for the patch.
1389 - Eliminate FileOptions. Implement new Finclude and Fexclude that
1390   have file options contained in it.  New structure must be transmitted
1391   to FD.
1392 - Split Include/Exclude into new inc_conf.c file.
1393 - Cleanup new Include/Exclude and FileOptions.  Structures in Director
1394   now correct.  Must transmit FileOptions to FD.
1395 - WARNING:  With the adddress and port code in the Catalog you MUST
1396   remove old address= and dport= records!!!!!
1397 - Added code to remove cancelled jobs from the workq -- needs testing.
1398 - Added first cut AIX from output James MacLean sent me.
1399 - Second cut of FileOptions.
1400 - First cut of parsing FileOptions and Counters.
1401 - Added address:port for MySQL as well as socket for local access.
1402 - Fixed job.c in filed to properly handle excluded files. Apparently
1403   I changed the daemon protocol but forgot to update the code.
1404 - Enhance testfind to handle include and exclude files
1405 - Fix getdomainname() prototype for Darwin
1406 - Added new -u and -g options for specifying userid and groupid to
1407   use when running, so that Bacula can reduce its privileges.
1408 - When Bacula was hanging due to an NFS volume being down, I 
1409   fixed a few places in the File daemon where is should have immediately
1410   terminated the connection instead of waiting for the Director to do so.
1411 - Added first cut support for Darwin.
1412 - Temporarily comment out the O_NOFOLLOW to avoid possible subtle problems.
1413 - Implemented O_NOFOLLOW in creating files in create_file.c to prevent
1414   creating a file at the end of a symbolic link.
1415 - Use chown() if lchown() does not exist (e.g. Darwin).
1416 - Always close stdin on startup to avoid having /dev/console attached.
1417 - Change all DATE occurrences to BDATE because it is used by Cygwin headers.
1418 - Add printing of Volume names in SD status output.
1419 - Display all open devices in device chain in SD status output.
1420 - All changing Pool in console run command.
1421 - Thanks to Eric Bollengier for pointing out that the run_program()
1422   return status was not correctly generated. Now fixed (I hope).
1423 - Corrected crash in Internal Database getting Volumes.
1424 - Flush all daemon messages at the end of every job.
1425 - Fix Install.bat script so that Bacula restarts after reboot on WinNT/2K systems.
1426 - Minor changes in the gnome-console directory.
1427 - Integrated in my old Tcl/Tk code into src/tconsole and moved it up
1428   from C to C++.  Pretty crude, but it is a beginning.
1429 - Close syslog() %n exploit in message.c
1430 - Edit space before each line in gconsole.
1431 - Added INCEXE structure so we can have FileOptions.
1432 - Added support for multiple simultaneous open file volumes.
1433 - Fix hard linked files so that the one saved is always restored.
1434 - Add * to restore "dir" listing to indicate marked files.
1435 - Add ability to make md5sum and sha1sum in lib directory.
1436 - Work a bit more on the new daemon protocol.
1437 - Use unmask of 022 or more restive
1438 - Create File volumes with 0640 permissions
1439 - Added support for SHA1 signature. Need to modify DB to have type.
1440 - Document SHA1.
1441 - Work a bit on getting proper child status from bpipe calls.
1442 - Added Ludwig's mtx-changer to the examples/devices directory.
1443 - Added a Warning not to use the Internal Database when it is initialized.
1444 - Compiled and tested SHA1, and added it to the library.
1445 - Added code to print the "load slot" status after autoloading.
1446
1447 =============================================================================
1448 2003-01-24 Version 1.29 released
1449 23Jan03
1450 - Tightened up permissions on all .conf files to be 640 so they are not
1451   world readable.
1452 22Jan03
1453 - Added prefixlinks=yes/no Job record to specify applying the Where
1454   prefix to absolute soft links.  Code is not yet passed to FD, because
1455   FD would then be incompatible with version 1.28.
1456 - Added skeleton of installation for Gentoo release for Patrick Naubert.
1457 - Add timer on open() for reading or writing a FIFO file.
1458 - Put btraceback and btraceback.gdb in sysbin dir (a bit of polution,
1459   but at least dumps will work).
1460 20Jan03
1461 - Added "append" all messages to a log to default bacula-dir.conf
1462 - Added WriteBootstrap to default bacula-dir.conf
1463 - Made smartall.c print "Out of memory" if malloc() fails.
1464 - Added pthread btimer routines.
1465 - Added timer to FIFO open statement
1466 - George was still having problems with VolUseDuration failing.
1467   On looking into it, one line of code subtracting 1900 was
1468   mysteriously missing from the source -- bizarre.
1469 18Jan03
1470 - Yesterday's version corrects all the problems I was
1471   previously having, and my production jobs are now completing
1472   properly.
1473 - Added a #define dev_cap() to test the capabilities bits. I just
1474   makes the code a bit shorter and a bit simpler.
1475 - Added phase 1 support for an output fifo device. The big 
1476   difference here is that it is a STREAM device, which means that
1477   Bacula will only write to it and not read. Thus, Bacula assumes
1478   that the correct "Volume" is mounted and will construct a valid
1479   label (without needing the Volume to be prelabeled), and write
1480   to the device.
1481 - Added phase 1 support for input from fifo device (suppress re-read,
1482   add empty buffer flag).
1483 17Jan03
1484 - Improve printout of dbcheck with # files/path fixing.
1485 - Zap SD authorization code after use.
1486 - Added <> back to smtp (think about this some)
1487 - Doc
1488 16Jan03
1489 - Massive change to add jcr as the first argument to nearly
1490   every db_ call. This is because I was storing the jcr in the
1491   db structure, which will not work because everyone shares
1492   exactly the same structure.
1493 - More cleanups of error termination status in filed.
1494 - Found another bug in message.c where %s was missing in JmsgN. A lot
1495   of cleanup in message.c
1496 - Found places where filename listing was made (restore, verify
1497   vol) where the buffer could possibly overrun.
1498 - Chain include files on the end of the list so that the
1499   order will be correct.
1500 - Rewrote mtx-changer to output one slot per line terminated by
1501   a colon followed by an optional Volume Tag for the "list" command.
1502   Preparation for handling Volume Tags.
1503 - My production crash remains elusive. Adding debug code or running
1504   under the debugger eliminates the problem. I found a case in
1505   message.c where I was extending the message string by two 
1506   characters to send it to the console. VERY BAD. Rewritten.
1507 - Started implementing fifo and program handlers (i.e. streams)
1508   in the Storage daemon. Lots to do.
1509 - Added a trace capability where trace statements are written
1510   to a file. Tmsg(). Hopefully this won't be used much.
1511 - Running lots of "production" saved by scheduling a few minutes
1512   after the current time -- slow process ...
1513 15Jan03
1514 - Removed <> on From and To in smtp.c as suggested by James MacLean.
1515 - Added code to suppress spurious error messages during cancel,
1516   but I was unable to eliminate all errors -- to be worked
1517   on later.
1518 - Up size of print buffer from 2000 to 5000.
1519 - My production run failed again. I'm beginnig to suspect 
1520   hardware problems because running by hand or under the
1521   debugger always works -- we will see.
1522 - Added Update Volume VolFiles to reset correct tape files 
1523   a bit dangerous.
1524 - Use the mysql_escape_string() rather than internal version.
1525 14Jan03
1526 - Cleanup handling of JobStatus by creating a subroutine.
1527 - Fix a number of minor things with JobStatus.
1528 - Print FD and SD JobStatus on backup report.
1529 - Add JCR to findlib -- so now FD stops normally when cancelled.
1530 - My production Director segment faulted during the second Job.
1531   I haven't been able to track it down. After rebuilding, all
1532   jobs finished correctly.
1533 - In investigating the duplicated Paths, I found that there
1534   were 10,552 of them -- only Path records. After checking the
1535   code, I do not see the reason, but I've enhanced the code to
1536   print the full path name.
1537 - I made a few improvements to tools/dbcheck. Mostly it provides
1538   a bit more feedback with verbose mode on when eliminating
1539   duplicate filenames or paths.
1540 13Jan03
1541 - During four simultaneous backups, the File daemon started
1542   detecting buffer corruptions. It turns out to be due to the
1543   fact that the smartall.c routines were not thread safe. They
1544   are now.
1545 - Based on input from James MacLean and team, I eliminated a number
1546   of places where printf could be recursively called by using "%s".
1547 - It turns out that because of an error of my understanding of
1548   mysql_escape_string(), the last argument was taken as the length
1549   of the string to be escaped rather than the maximum length.  I've
1550   now corrected all my code -- Thanks James.
1551 12Jan03
1552 - George Motter reported problems with UseDurations, and it seems 
1553   that there were a number of inconsistencies and problems with
1554   FirstWritten and LastWritten.  Hopefully for the most part they
1555   are now corrected.  Also fixed LabelDate if done through Console.
1556 - Try to chase down reasons why there would be buffer overruns.
1557   Added P & V around referencing last_fname for status.
1558   Rewrote find_one.c with MEMPOOL, but not yet tested enough
1559   to commit.
1560 10Jan03
1561 - Give extra margin to converting filenames from Unix to Windows
1562   in attribs.c of findlib -- dumb cygwin API doesn't provide for
1563   a length.
1564 - Added file:line traceback to size_of_pool_memory, check... and 
1565   realloc  in an attept to get closer to the memory overrun reported
1566   by James MacLean.
1567 09Jan03
1568 - Made yet another fix to quoted string -- paths!  Thanks to
1569   Scott Medlock for reporting this.
1570 - Made | and < work.
1571 - Implemented FIFO reading/writing. To do so, simply explicitly mention
1572   the fifo file (named pipe) in the Include AND add the new option
1573   readfifo=yes
1574 08Jan03
1575 - Started implementing | and < on Include names.
1576 - Changed source to . in cats directory as requested by Andrew Kokarev.
1577
1578 =============================================================================
1579 2003-01-05 Version 1.28b released
1580 - Corrected a typo of working_directory in bacula-dir.conf
1581   reported by James MacLean.
1582 - Fixed the fact that path and filenames in some cases were not
1583   being quoted before going into the database. Many thanks to
1584   James MacLean for reporting this.
1585
1586 =============================================================================
1587 2003-01-05 Version 1.28a released
1588 - Corrected a missing quote in bacula-dir.conf reported by James MacLean
1589
1590 =============================================================================
1591 2003-01-05 Version 1.28 released
1592 General:
1593 - Implemented Bare Metal Recovery for Linux and manual procedures for Solaris
1594 - Now using only a single technotes file kes-1.28 and will add to
1595   it as the development goes on.
1596 - Wrote a general purpose bi-directional pipe command. This replaces
1597   previous use of pipes as well as the run_program previously used.
1598 - Make BSRs stop if no more matches are possible.
1599 - Allow unliminted number of devices in Storage daemon.
1600 - Allow connections to Storage daemon before all devices are initialized.
1601 - Better documentation (and btape test command) on using fixed block
1602   tape drivers.
1603
1604 Changes submitted this submission:
1605 04Jan03
1606 - Add cygreadline5.dll to Win32 release -- needed for console
1607 03Jan03
1608 - Add scripts make_catalog_backup and delete_catalog_backup that makes and
1609   deletes an ASCII copy of the catalog for backup. An example of how
1610   to use it is in the <bacula-src/src/dird/bacula-dir.conf file.
1611 - Made a nicer column oriented listing of scheduled jobs for "status dir".
1612 02Jan03
1613 - Added backup/restore of raw partitions.
1614 - Corrected restoration of files in root directory (problem with
1615   splitting path from file).
1616 01Jan03
1617 - Finally decided to cleanup handling of splitting path and filenames
1618   in the cats directory. Now the code is in one place sql.c and it
1619   is done using Pool memory, so there are no length restrictions.
1620 31Dec02
1621 - Add start of Solaris bare metal recovery
1622 - Add Site Visit usage statistics to Web page
1623 - Got Bacula listed on www.backupcentral.com
1624 30Dec02
1625 - Retest bare metal recovery on Linux 2 times with verify
1626 - Cleanup printout of verify differences using proper casting to
1627   handle shorts and long longs.
1628 29Dec02
1629 - Added --enable-client-only to ./configure
1630 - Modified --enable-static-sd to work better and documented it.
1631 - Fixed Restore options (never,ifnewer, ...). They now work.
1632 - Moved the stored.c Resource lock into the allocation thread so
1633   that the same thread sets/clears it. This created a problem on
1634   FreeBSD.
1635 28Dec02
1636 - Added more rescue documentation.
1637 - Did a spell check of the Bacula doc.
1638 - Modified bscan to use the working directory as specified in the
1639   configuration file as the default.
1640 25Dec02
1641 - Fixed an important bug reported by George Motter that caused only
1642   the last option on an Include record to be used (all previous options
1643   were lost).
1644 24Dec02
1645 - Chase down some inconsistencies in creating Media records from
1646   the Pool defaults, and in updating/creating the Pool from the
1647   resource. Also fixed the cats DB routines to include all
1648   fileds (VolUseDuration was missing for example).
1649 21Dec02
1650 - Added building static versions of daemon static-bacula-dir, ...
1651 - Fine tuned the rescue (bare metal) code including support for grub.
1652 - Added skeleton freebsd rescue
1653 - Corrected SQL syntax error in autoprune code (JobType => Type).
1654 - Added error messages for SQL errors in autopruning.
1655 19Dec02
1656 - Documented Bare Metal Recovery
1657 - Create new "rescue" directory containg the Bare Metal Recovery code.
1658 - Fiddle with SQL a bit for pruning as apparently the last InitCatalog
1659   was pruned after the expiration date eventhough it was the ONLY copy!
1660   I'm not sure this is fixed yet.
1661 18Dec02
1662 - Allow Director to pass a NUL where string to FD (fix in FD).
1663 - Fix installation mv of query.sql.
1664 - Make sure btraceback.gdb is not wiped on "make distclean"
1665 - Corrected a bug in mod of replace options pointed out by Dave Anderson.
1666 16Dec02
1667 - Started adding FileOptions ...
1668 - Fixed  and incorrect print out of the number of files restored (Jarif).
1669 - Finally fixed EndBlock (and file address for Files) in catalog!
1670 - Added hostname to tape header as always planned.
1671 - Removed Level code (will not implement unless strong demand exists).
1672 - Tweaked bscan to print number of errors ignored before first SOS.
1673 - Enhanced btape "fill" to permit using one tape and to dump last
1674   block before writing and upon read back.
1675 - Make fsf_dev() return 0 on fail and 1 on success.
1676 - Use new db_get_job_volume_parameters() to enhance Write Bootstrap to
1677   contain more info (start/end file/block, file indexes).
1678 - Added --enable-static-fd, sd, and dir to configuration to enable making
1679   static versions of the daemons.
1680 13Dec02
1681 - The btape test program was indicating errors on Adrian's machine
1682   using the ATAPI (ide-scsi) tape drive. It turns out that this
1683   is a fixed block driver as a consequence, Bacula must be setup
1684   to write fixed blocks. btape was not always using the fixed
1685   blocks defined in the Bacula config, so that has been updated.
1686   It now works fine. A lot of tips added to the Bacula test command 
1687   to help guide the user.
1688 - Documentation of the above significantly improved in the manual.
1689 12Dec02
1690 - Added code in watchdog to permit setting and clearing child timers. If
1691   the timer expires, the child process is killed.
1692 - Modified restore to handle differential jobs.
1693 - Added a new test to the btape "test" command
1694 09Dec02
1695 - More documentation of new features (week position in scheduler, bsr).
1696 - Re-read last block written on full tape to verify it.
1697 - Fix segmentation fault with btape fill command due to missing FileSet MD5.
1698 07Dec02
1699 - Created better SQL input editing routines str_to_int64 and str_to_uint64()
1700 - Pull Client from database in Console restore command.
1701 - Create a Unique list of Volumes to be mounted (previously had repeats).
1702 - Made many of the SQL searches better by using the ClientId rather than the name 
1703   in the restore Console command.
1704 - Modified reading of a tape to include the VolFile info. Once the
1705   tape is past the specified file, reading stops.  The BSR now includes
1706   both the VolFile and VolBlock. Currently VolBlock is not used.  
1707 - Handle multiple volumes better by creating a real volume list with all
1708   parameters in it.
1709 - Display "At prompt waiting for input" in gnome console when at subcommand   
1710   prompt.
1711 - Broke ascii to internal and internal to string editing routines out into
1712   new lib/edit.c file.
1713 02Dec02
1714 - Added a readme and an afs-bacula script to the examples directory
1715   that permits Bacula to backup an AFS filesystem. Thanks to
1716   Lucas Mingarro for the submission.
1717 - Added A Sun-desktop autoloader script and Device definition to the
1718   examples/devices subdirectory.  Thanks to Lucas Mingarro for the
1719   submission.
1720 - If the WriteBootStrap fails, the job will now be marked in error.
1721 - Added a week position to the scheduler syntax that allows you to
1722   specify 1st, 2nd, 3rd, 4th, or 4th, or first, ... fifth as a week
1723   position specification in front of a day. So if you say
1724
1725     1st sun ...
1726
1727   the scheduler will start only on the first sunday of the month.  The
1728   day specification can also be a day range e.g. sun-fri.
1729   This code is untested.
1730 - Implemented bpipe.h and bpipe.c in src/lib, which defines a bi-directional
1731   pipe.  This allows executing other programs and sending them information
1732   as well as getting info from them.   
1733 - Replaced the previous pipe usage with bpipes in RunBeforeJob and   
1734   RunAfterJob.
1735 - The mail program now uses bpipes rather than pipes, which means that any
1736   error output will appear in the job output (truly bi-directional).
1737 - Modified BSR to handle counts and to stop when no more matches are possible.
1738   This is untested.
1739 - Improved error messages in smtp.
1740
1741 =============================================================================
1742 2002-12-12 Version 1.27d
1743 - This is a minor update that fixes a segmentation fault in btape
1744   as well as reduces non-important error messages in bscan.
1745
1746 2002-11-29 Version 1.27c
1747 - Yet another silly error duplicating a column name in the SQLite
1748   make tables.  No code change, just a make file.
1749
1750 2002-11-29 Version 1.27b
1751 - Set DB version to 5 in DB make files.
1752
1753 2002-11-28 Version 1.27a
1754 - Use g++ instead of gcc for testfind in tools 
1755
1756 2002-11-27 Version 1.27 (26Nov02) released 28 November 2002
1757
1758 General: from kes25Nov02
1759 - Mostly Cygwin changes
1760
1761 Changes submitted this submission:
1762 - Updated bdb_find.c to have new calling sequence for db_find_job_start_time
1763 - dird/catreq.c edit in Volume name in error messages to SD
1764 - attribs.c switch to using the cygwin API to convert from POSIX paths
1765   to Win32 paths. This now permits Win32 path specifications in Include
1766   statements (all combinations not yet tested).  It also avoids the large
1767   number of errors seen by Lutz if a Win32 path is specified in the Dir.
1768 - Update testfind help and remove set_attribsEx debug code.      
1769 - Build testfind as default.
1770 - Turn off debug message in stored/askdir.c
1771
1772 General: from kes21Nov02
1773 - Another change in the database. You MUST either re-initialize
1774   your database or use the appropriate ./alter_xxx_tables in
1775   the src/cats directory.
1776
1777 Changes submitted this submission:
1778 - Additional documentation.
1779 - Added MaxVolFiles to the database (not yet implemented in code).
1780 - Increased the database version from 3 to 4.
1781 - Change VolMaxBytes to MaxVolBytes, which is much more descriptive.
1782 - Compressed unnecessary spaces out of a lot of SQL statements.
1783 - Changed many %d to %u where unsigned integers are used.
1784 - Added the Bacula version and build date to each backup output.
1785   This will help knowing what version of Bacula was used.
1786 - Implemented VolUseDuration MaxVolBytes, MaxVolFiles, and MaxVolJobs
1787   based on maximums set in the Volume (Media) record rather than in the
1788   resource. This means the values can be individually set on a Volume basis.
1789 - Allow commas separating Include options (this was a subtle bug).
1790 - Added maximum string length argments to a number of subroutines to
1791   prevent buffer overflows. Most notably was do_prompt().
1792 - Replaced MANY occurrences of strcpy() with bstrncpy(), which guarantees
1793   both that the length is not exceeded and that the string is properly terminated.
1794   This has a risk of a certain destabilization -- as does the changes to
1795   the SQL noted above.
1796 - In cram-md5 routine use my_name if gethostname() returns an error.
1797 - Increase timeout from 2 minutes to 3 minutes in authorization code.
1798 - Check the full string including \n in authorization.
1799 - Throw away any response longer than MAXSTRING.
1800 - Added a number of additional error checks on subroutine return statuses.
1801 - Replaced as many lld's with edit_uint64 as I could find.
1802 22Nov02:
1803 - Added MaxVolBytes to Pool record - had forgotten it. Updated DB version.
1804 23Nov02
1805 - Update manual to document new Pool/Volume attributes
1806 - Correct make_sqlite_tables (typo, plus missing value in Pool)
1807 - Fix bizarre behavior in gnome-console and console when auth fails.
1808 - Add Pool attribute query
1809 - Add a few more error messages in askdir.c
1810 - More strcpy() conversions to bstrncpy().
1811
1812 General: from kes18Nov02
1813 - Did a number of cleanups of string copying to limit the length
1814   and prevent buffer overflows.
1815
1816 Changes submitted this submission:
1817 - Added a mutex arount the gethostbyname() so that multiple simultaneous
1818   jobs get the correct address.
1819 - Added the MaxVolJobs to the Media alter tables script for MySQL (forgot it).
1820 - Changed arg to db_find_job_start_time to be POOLMEM for returning the string.
1821 - Add the new VolUseDuration and MaxVolJobs to all the db_ routines.
1822 - Use bstrncpy() in most places in the db_ routines to prevent a bad 
1823   database from crashing Bacula (self protection).
1824
1825 General: from kes13Nov02
1826 - You MUST either re-initialize your databases or use the 
1827     ./alter_mysql_tables
1828   or  
1829     ./alter_sqlite_tables
1830   in the <bacula-src>/src/cats directory to modify your database tables.
1831 - Major improvements to dbcheck including an interactive mode.
1832
1833 Changes submitted this submission:
1834 - Implemented VolumeUseDuration and MaximumVolumeJobs which control
1835   when a tape can be marked Used.
1836 - New tape status "Used" means it was used and cannot be used any more.
1837 - Defined utime_t which is 64 bit epoch time in seconds.  btime_t is
1838   64 bit epoch time in microseconds.
1839 - Created alter_xxx_tables to add new columns (VolUseDuration, MaxVolJobs) to
1840   database. Incremented db version.
1841 - Changed a few subroutine names concerning dates to be more descriptive.
1842 - Fixed several places where the last filename was not stored in JCR in
1843   FD verify_vol.c and restore.c
1844 - Major update to dbcheck.  Unfortunately I used subselects, which work
1845   perfectly fine in SQLite, but not at all in MySQL.  I must now rework
1846   it for MySQL. What a pain!
1847 - Removed "Database found" from configure output. It was no longer used or valid.
1848 - Corrected doc --working-dir => --with-working-dir  Thanks to Tuck for 
1849   reporting this.
1850 - Added the database name to the error message for mismatched DB version.
1851 - Commented out GMP and CWEB from configure as they are not currently used.
1852
1853 General: from kes09Nov02
1854 - Converted the manual over to a new format written in wml. This
1855   gives navigation buttons on the top and bottom of each page
1856   as well as a standard page size.
1857 - Updated the main Web site, providing a menu bar to the left
1858   and much better organization and presentation of the information.
1859 - Added code to recognize a Volume written with a larger block
1860   size than specified. The code automatically adjusts. 
1861
1862 Changes submitted this submission:
1863 - Created a new scripts directory and moved most of the scripts
1864   previously in the main directory there. This cleans things up
1865   quite a bit.
1866 - Moved the randpass stuff into autoconf.
1867 - ensure that the generic make_bacula_tables and drop_bacula_tables
1868   are installed.
1869 - Added code to filed to allow it to be run from inetd.  Just add the
1870   -i option.  I have not tested it.
1871
1872 General: from kes30Oct02
1873 - Alex found a problem with GZIP compression -- fixed.
1874 - bacula stript fixes.
1875 - Segment fault in Director fixed.
1876 - Added openbsd to platforms
1877
1878 Changes submitted this submission:
1879 - GZIP compression was broken for large files due to a variable that
1880   is changed during the compression. This was relatively easy to fix.
1881   However, there were a number of fixes required to make GZIP and SPARSE
1882   files work together. Found one more place in bextract where SPARSE_GZIP
1883   testing was missing.
1884 - During testing of the above, I ran into the restore problem of multiple
1885   FileSet records. Fixed by including the FileSetId and the MD5 on the
1886   selection string, then always using the FileSetId. It is a bit
1887   confusing for the user, but ...
1888 - Francis found a problem with bacula.in (fixed - thanks)
1889 - I found another problem with bacula.in, so now it REALLY should work
1890   on most systems.
1891 - Added the Replace options code for restores. Not tested.
1892 - Fixed an ugly stack overrun bug in reading the config file
1893   that has been in for a long time.  I found this in testing on FreeBSD
1894   where the Director seg faulted.
1895
1896 General: from kes29Oct02
1897 - Major change to the bnet communications routines.
1898
1899 Changes submitted this submission:
1900 - Modified the bacula script to use pid files, so this script should
1901   now work on more platforms.  Updated devel_bacula as well.
1902 - Added the full GNU hostname on the configuration print output.
1903 - Added gettimeofday() to configure, and tweaked a few variables for
1904   OpenBSD.
1905 - Added a chapter to the manual on Porting Bacula to other platforms.
1906 - Documented in Tips how to use the WriteBootstrap record.
1907 - Modified bc_types.h to error if 64 bit types are not found.
1908 - Pass replace option for restore to the FD (no code to use it yet).
1909 - Modify the FD to pass back the GNU OS string as well as the DISTNAME
1910   and DISTVER. This needs to be put in the Client record in the catalog.
1911 - Major reworking of the bnet routines to eliminate the zero length which
1912   previously indicated a signal. This risks to create some subtle communications
1913   bugs.  The changes now permit blank lines to be sent from the user to the
1914   Director.
1915 - Found and corrected a few more places where the Win32 attributes were not
1916   being recognized.
1917 - Permit spaces in the Where string (restore) by bashing/unbashing them.
1918 - Handle quotes correctly in the Console program (actually Dir ua code).
1919   Previously they were not handled in the middle of a string.
1920 - Corrected two error message (error reading file), which previously stated
1921   it was a network error.
1922 - Reworked the files in the binary Windows release. Removed unused programs 
1923   and added a README with the copyright as suggested by John. Also added
1924   console.exe to the release.
1925 - Found and corrected an autoloader mount problem where the wrong tape
1926   was specified.  Previously it looped, then gave up.  Now it correctly
1927   detects the volume is not correct and zaps the Slot in the catalog.
1928
1929 General: from kes23Oct02
1930 - I have mainly worked on getting all the details of a Restore
1931   to work correctly (new tape format, support for Win32 
1932   attributes, ...)
1933 - Trademarked name Bacula.
1934 - Implement Bacula tape format 11 (1.0 Immortal). This format
1935   will be maintained forever.
1936 - Accept Any Volume is yes by default. This modifies Bacula's behavior
1937   when writing tapes.
1938
1939 Changes submitted this submission:
1940 - Corrected a bug on FreeBSD where CFLAGS would get a "yes". I was
1941   unable to reproduce this, but a user confirmed the correction.
1942   It was a problem with detection of largefile support, which FreeBSD 
1943   has by default.
1944 - Added a new "license" chapter in the manual. Re-licensed a number of
1945   library routines (bnet.c, hmac.c md5.c, cram-md5, ...) with LGPL so that they
1946   can be used in proprietary software to access Bacula if so desired.
1947 - Move Director's AutoChanger doc to correct location (in Storage      
1948   resource). 
1949 - Document why trademark (to protect compatibility).
1950 - Implement and turned on Bacula tape format 11 (also BB02). This
1951   format moves the VolSessionId and VolSessionTime from each record 
1952   header into the Block header. This is MUCH more efficient when reading
1953   records as now whole blocks can be skipped.   
1954   Also added JobStatus in End Of Session record, and added MD5 for
1955   FileSet, which is necessary to insure uniqueness.
1956 - Implement a new Bacula time format for btime_t. It is Epoch time
1957   in microseconds (i.e. base 1 Jan 1970 in microseconds).
1958   This replaces previous floating point times.
1959 - Added Win32 extended attributes. In doing so, I moved all attribute
1960   handling from src/lib into src/findlib.  Added new streams for 
1961   Win32 attributes and for GZIP Win32 attributes.
1962 - Modified "Accept Any Volume" so that it really permits any volume
1963   in the pool to be mounted.  
1964 - Removed "Mount Anonymous Volumes" from Storage daemon config.
1965 - Implemented sparse files. You must add "sparse=yes" on the include line
1966   for it to be enabled.
1967 - Print "None" in backup summary rather than 0.0% if there is no compression
1968   enabled.
1969 - Improved error checking in daemon connection/authentication code to prevent
1970   garbage data from harming a Bacula daemon.
1971 - All daemon tools MUST have a config file.
1972 - Completely strip drive specification on Win32 if a Where prefix is specified.
1973 - Corrected DB info for writing to files. Now the File Address is stored
1974   in File-Block variables in the catalog.
1975 - All Storage daemon tools now use common code for acquiring/reading
1976   Volumes.
1977 - If a device is unmounted, report it even if the device is not open. This
1978   will help inform users who have BLOCKED Bacula by unmounting a drive.
1979
1980
1981 =============================================================================
1982 2002-10-12 Version 1.26 (10Oct02)
1983 General: from kes10Oct02
1984 - Changed Job name conventions to avoid : which is an illegal
1985   character on Windows.
1986
1987 Changes submitted this submission:
1988 - Added check for inet_pton to configure.in. If it does not
1989   exist (e.g. Windows) use inet_aton
1990 - Documentation on GZIP.
1991 - Another restore doc example.
1992 - Documented btape fill command.
1993 - Set default restore directory from /tmp to /tmp/bacula-restores
1994 - Add additional no find error messages to sql_get.c
1995 - Creating a bootstrap file on Windows failed because the Job name
1996   contained colons which are illegal on Windows. Replaced the
1997   colons with periods.  This corrects the Windows restore problem.
1998 - Print number of files to be restored in "restore" command.
1999 - On Windows systems, if there is a prefix, completely eliminate
2000   any drive: at the beginning of a path.
2001 - Minor corrections to the tree routines to handle Windows
2002   files such as c:/ better. Previously it insisted on /c:/, which
2003   would then not be found in the catalog for a "dir" command.
2004 - Modified cd command in restore to try /c: if c: fails.
2005 - Add a new S_ISWIN32 bit to the st_mode word so that low level
2006   routines that create files do not print error messages.
2007 - More work must be done to restore all Windows files correctly.
2008   Currently the following bits are not handled:
2009     Archive
2010     Hidden
2011     System 
2012   Also, all the dates are not properly restored.
2013
2014 General: from kes09Oct02
2015 - More documentation.
2016 - Implemented new fill command in btape that permits filling
2017   a tape and then reading it back to ensure that it works
2018   with Bacula.
2019
2020 Changes submitted this submission:
2021 - Added ReadBytes to JCR, which contains Job bytes read by
2022   FD, JobBytes contains compressed output of FD.
2023 - Modified FD to pass back JobStatus, ReadBytes, JobBytes, ...
2024   for backup jobs.  This is upward compatible.
2025 - Modified backup termination status report to contain the
2026   compression ratio 100 * (1 - compressed-bytes/uncompressed-bytes)
2027   This will always be zero if no software compression was
2028   done, or if you are using a version 1.25 or older FD.
2029 - Pickup Job termination status of FD in backup, so now
2030   the termination status represents the state of all three
2031   daemons.
2032 - Implemented new fill command in btape that permits filling
2033   a tape and then reading it back to ensure that it works
2034   with Bacula.
2035
2036 General: From kes06Oct02
2037 - Implemented first major cut of bscan -- program to scan a tape
2038   and recreate a Bacula catalog.
2039 - Fixed lseek() relative negative seek that prevented writing multiple
2040   jobs to a File volume.
2041 - Implemented BB02 tape format -- currently turned off for writing.
2042
2043 Changes submitted this submission:
2044 - Updated README
2045 - Implemented new BB02 tape format, which moves the VolSessionId and
2046   VolSessionTime from the record headers into the Block header.  It
2047   is currently turned off.
2048 - Implemented new btime time/date format on the tape. This is currently
2049   turned off.
2050 - Added JobStatus to EOS tape label. This is currently turned off.
2051 - Changed start_block, ... to StartBlock in JCR for uniformity.
2052 - Print a message telling which tables were dropped/made with  
2053   ./drop_bacula_tables.
2054 - Return JobType and JobLevel in db_get_job_record().
2055 - Implemented get_current_btime(), which returns btime_t.
2056 - Bump debug message max size to 2000 bytes.
2057 - Add btime_t serial/unserial routines.
2058 - Rework all tape label routines to integrate btime and other
2059   label format changes (currently turned off -- for writing).
2060 - Fix lseek() to always be positive -- block.c
2061 - Consolidate record, block, and label major #defines in block.h.
2062 - Major implementation of bscan. Some more minor tweaking will be
2063   necessary.  E.g. add multiple records for multiple simultaneous
2064   Jobs.
2065 - Cleanup lseek() to always use off_t as second argument.
2066 - Add new "created" tape label (EOT_LABEL). This generates a callback
2067   to the read_records() routine when the final end of all tapes is
2068   reached allowing proper termination and updating of the media records.
2069
2070 General: From kes25Sep02
2071 - Added means to bind servers to specific address.
2072 - Documentation
2073
2074 Changes submitted this submission:
2075 - Added DirAddress, FDAddress, and SDAddress records to the corresponding
2076   resources that allow the server to bind to a specific address 
2077   rather than any address.  This security improvement was suggested by
2078   a user -- thank you.
2079 - Eliminated deprecated "Address" record from all sample Storage resources.
2080 - Made quite a lot of improvements to the bscan program. Much more
2081   to do. Aside from details, it is able to recreate a database
2082   from which you can do a restore.
2083 - The s option is not accepted on all versions of ar, so replaced it
2084   by an explicit ranlib call.
2085 - Fixed a bug that caused the Director to crash if you rudely bring
2086   down the console program in the middle of an SQL command.
2087 - Fixed a bug (missing break) that caused scheduled Admin jobs to
2088   be listed as "Unknown type".
2089 - Removed old code from Storage daemon that used a separate FD port.
2090
2091 General:  From kes14Sep02
2092 - Better key generation on non OpenSSL systems.
2093 - 64 bit file address support if available.
2094 - Implement autochanger for reading
2095 - Lots of cleanup of tape reading code.
2096 - Automatically create all Pool resources when Bacula starts.
2097 - Implement bscan.c
2098 - Implement autochanger use via the Console commands "add" and "label"
2099 - Begin implementation of a regression script 
2100 - Write bootstrap after ever job
2101
2102 Changes submitted this submission:
2103 - After noticing that the non OpenSSL random key generator was
2104   not good on Solaris, John wrote a very nice randpass generator.
2105 - Integrated John's makeSessionKey for generating the FD->SD
2106   authorization.
2107 - Statically link tools (doesn't work on Solaris).
2108 - Document how to debug Bacula (new chapter in the manual)
2109 - Remove unneeded printing of error message in sql_get.c
2110 - Free SD description config record (previous oversight)
2111 - Bash spaces when sending Director names, and unbash them when 
2112   received.
2113 - Ensure no divide by zero in rate computation in backup.c
2114 - Implement WriteBootstrap in backup.c
2115 - Allow tape reading to request volume information for any
2116   volume.
2117 - Create all Pool resources at startup.
2118 - Show only Backup jobs in Restore listing of last 20 Jobs.
2119 - Handle 64 bit stat packets in restore.
2120 - Don't do shell expansion on store_dir in config if string 
2121   starts with |.  This is used for piping the program for the
2122   WriteBootstrap.
2123 - Ignore SIGHUP -- DéjàGnu was triggering this. 
2124 - Implement autochanger for reading, many changes to 
2125   acquire_device_for_read()
2126 - Implement callback for reading Volume. Implement in bextract,
2127   bls, and bscan.
2128 - Implement bscan
2129 - Add count to bsr.
2130 - Fix Volume in bsr.
2131 - Move autochanger code to new subroutine in mount.c
2132
2133 =============================================================================
2134 2002-09-05 Version 1.25a (05Sep02) Released
2135 - Fix unitialized stack variable in bextract so it
2136   will always read the currently mounted tape.
2137
2138 =============================================================================
2139 2002-09-04 Version 1.25 (01Sep02) Released
2140   General:
2141 - Added .cvsignore files in each directory to cut down on the
2142   CVS output when scanning directories and finding Makefiles
2143   and such which are not part of the CVS tree.
2144
2145   Changes submitted this submission:
2146 - Cleaned up a lot of the error messages in Verify, including
2147   indenting.
2148 - Had to remove some of the "automatic" error message printing
2149   in the DB because they are in fact things that come up 
2150   for Verify but not really errors.
2151
2152
2153   2002-08-30 Version 1.25 (30Aug02) Beta
2154   From kes30Aug02
2155 - Fixed a bug where only the first file was restored if
2156   it is hard linked. The other links were lost.
2157 - In some cases of restoring to alternate directories, softlinks
2158   were not properly restored.
2159
2160   From kes28Aug02
2161   General:
2162 - Bacula backups now run up to 12 times faster than version 1.24
2163 - Bacula can run multiple simultaneous Jobs.
2164 - Had to turn off TRANSACTIONS in SQLite because it doesn't work
2165   with multiple simultaneous jobs (I'm working on this).
2166 - Added a better Job printout for Restore Jobs.
2167 - Added a save/restore Rate to backup and restore jobs. This
2168   does not yet subtract out operator wait time so it will be
2169   underestimated it the Job waits on the tape (mount/label).
2170 - Fixed a major bug caused by free()ing a buffer twice in
2171   the Restore code. This made the SD more or less useless after
2172   any restore Job. Arrggg!
2173 - DIR - SD protocol changed, both must be updated at the same time.
2174 - DIR - FD protocol changed in upward compatible way. Upgrade of   
2175   FD not required, but recommended.
2176
2177   Changes submitted this submission:
2178 - Added bell to "make" when errors are detected.
2179 - Changed default compile option from -g to -g -O2
2180 - Additional documentation as usual -- much based on questions or
2181   feedback from users. Thanks.
2182 - Fixed example config files to use new syntax and to have a 
2183   Restore Job.
2184 - Define ETIME to ETIMEOUT for Irix
2185 - Added JCR filed to DB structure permitting direct printing error
2186   messages from within the Database subroutines.
2187   Some error messages may be printed twice as a consequence.
2188   When I see them or someone reports them, I will remove the double.
2189 - Added JCR to the bsock structure. This allows direct printing
2190   of network errors from within the network code.
2191 - Made most "trivial" debug messages have level 100 or greater. This
2192   allows for easier debugging of new code using the range below 100.
2193 - Began replacing all Emsg() with Jmsg() using a NULL as the JCR in    
2194   Jmsg() is the same as Emsg().
2195 - Fixed several crashes in the Director because of malformed config files.
2196 - Added SpoolAttributes to Job resource.
2197 - Pass CatalogFiles to SD. If set to no, the attributes are dropped 
2198   within the SD rather than being sent to the DIR.
2199 - Cleaned up a number of information/error messages in user interface.
2200   This includes eliminating the "pretty please" response in favor of
2201   "yes/no" to delete volumes and pools.
2202 - Cleaned up quite a number of uninitialized variables reported when going
2203   to -O2, most were harmless, but a couple could cause problems.
2204 - The cd command in restore was not working correctly (it didn't allow some
2205   legal cds).
2206 - Fixed a segmentation violation in the directory tree handling code in 
2207   the restore command.
2208 - Handle a few error conditions in the restore command better.
2209 - Permit "Where" to be set to nul in modification of a run command.
2210 - Clarified the error message for Verify if an InitCatalog has not previously
2211   been done -- thanks Chuck.
2212 - Add MaximumConcurrentJobs to FD.
2213 - Added code to mem_pool to die if a buffer is released twice.
2214 - Lots of work done on SD for multiple simultaneous jobs. Split device.c
2215   into device.c, mount.c and acquire.c
2216 - Started writing new lock code for SD, but may back it out -- needs more
2217   thought. Current code works, but is too complicated. Maybe can simplify it.
2218 - Cleaned up the SD tools code quite a bit. Added bootstrap to all tools.
2219 - Ensure that tape session labels are not split across two blocks. This makes
2220   reading them back much easier.
2221 - Fixed another restore bug concerning tape labels on multi-volume saves.
2222
2223 =============================================================================
2224 2002-08-14 Version 1.24
2225   From kes12Aug02
2226 - Made a new tools directory.
2227 - Moved smtp into the tools directory.
2228 - Created a dbcheck program in the tools directory that
2229   checks for certain database errors and if requested fixes them.
2230 - Put the database link flags on DB_LIBS so that it now only is
2231   on binaries that actually need it.
2232 - Document dbcheck and testfind programs.
2233 - Move testfind to tools directory.
2234 - Check for FileSet after getting Client name in Restore command.
2235   Modify all necessary SQL commands to accept FileSetId.
2236 - Add a db_get_fileset_record in cats directory.
2237 - Correct list last 20 files concatenation to be MySQL 
2238   dependent. They aren't SQL standard. Use SQL standard || for
2239   other SQL programs.
2240 - Modify dir command in file selection to produce a long form
2241   listing of the file/directory name.
2242 - Add platforms/irix/*.in files to CVS
2243 - Make Console command scanner accept quoted value fields.
2244 - If after selecting Client to restore, there are multiple
2245   FileSets, ask user to select one.
2246 - After obtaining JobIds for restore, ensure that there is only
2247   one MediaType, and select a Storage resource to be used.
2248
2249   From kes11Aug02
2250 - Made restore actually work.
2251 - Made console and gconsole be configured (requested by Chuck)
2252 - Updated kernstodo
2253 - changed fs in Job record to fileset for clarity
2254 - The console run command was not properly picking up the command
2255   line arguments.  Fixed!
2256 - Changed add/remove/rm to mark/unmark
2257 - Volume keyword VolumeName was wrong, changed to Volume (in restore bsr).
2258 - Pass jcr to parse_bsr, and if non-NULL, it will output error messages
2259   to Job stream rather than Emsg.
2260 - Modified lexical scanner to include caller context so that jcr can
2261   be stored in lex context allowing error messages to be properly 
2262   routed.
2263 - Renamed the Job message chain to be jcr_msgs. This eliminated the      
2264   previous confusion with the default value, now named jcr->messages.
2265 - Implemented multi-volume bsr records.    
2266 - Implemented pm_strcat() and pm_strcpy() to cat/add to memory pool
2267   buffers in same way as strcat/strcpy, but expanding buffer.
2268 - Modified db_get_volume_names to handle arbitrarily long Volume list.
2269
2270   From kes07Aug02
2271 - If the Console program terminated during the printing of messages,
2272   the message file was left locked. This was corrected by using the
2273   new read-write lock code.  
2274 - Implemented Pw() and Vw() for obtaining and releasing a write lock
2275   using the rwl_xxx routines.
2276 - Deleted some old pthread_mutex code from mysql.c
2277 - In making the Irix port, I previously corrected the base64 routine so 
2278   they were not sensitive to the machine definition of char. This made
2279   them incompatible with previous versions invalidating MD5 signatures
2280   which are in base64 format. I have now corrected this, making the
2281   routines compatible with the previous version but also insensitive
2282   to the default definition of char.
2283 - Removed some unnecessary NPRT() usage in signal.c (pointed out by
2284   the Irix compiler).
2285 - Add back BNET_NONO for compatibility with older File daemons.
2286 - Implement runing a restore Job in the restore command.
2287 - Make installation of query.sql unconditional. To prevent you own file
2288   from being overwritten, give it a different name.
2289 - Made parse_command_args() in ua take command from ua->cmd, this
2290   simplifies it and allows usage in other places -- e.g. building
2291   arguments for created run command in restore.
2292 - Cleaned the naming of s_full_ctx to be s_jobids.
2293 - Write the bsr created in restore to "working-directory"/restore.bsr
2294 - Fix bugs in command line scanner in run command -- also some misplaced
2295   breaks!
2296 - Eliminate static cmd in ua_server.c
2297 - Eliminate segmentation fault when using the Run command in the
2298   Console -- forgot to init_msgs().
2299
2300   From kes06Aug02
2301 - Did a good amount of documentation.
2302 - Added sql_cmds.c to CVS, forgot, pointed out by Chuck.
2303 - Added new platforms/irix directory to CVS
2304 - Turn off transaction debug code in sql.c
2305 - Reworked the scheduler so that it handles the same Job starting
2306   twice in the same hour. Previously it took one or the other.
2307 - Tightened up the "slop" in the timings that I programmed to ensure
2308   that the same job isn't run twice or that no job was missed.
2309 - Increase the sleep time.
2310 - Used job_type_to_str() in status so that Admin jobs are correctly reported.
2311 - Add internationalization message chars to a number of routines
2312   in util.c
2313 - Make the watchdog timer clear the mutex when it exits.
2314 - Some tweaks to the Restore command. It needs fixing when a Job spans
2315   two or more volumes.
2316
2317   From kes05Aug02
2318 - Initial cut at adding Irix File daemon support.
2319 - Lots of work on the restore command.
2320 - Take a stab at eliminating the "broken pipe message"
2321   when the console program prematurely terminates.
2322 - Reimplemented transactions for SQLite by keeping
2323   them all in the same thread.
2324 - quit in the Console program now waits for Bacula to
2325   quit. To immediately quit, you must enter .quit
2326 - Eliminated BNET_EOF -- this COULD have some negative consequences
2327   on interdaemon communications.
2328 - Define Job termination status for Admin jobs.
2329 - Write new bstrncpy() function that guarantees that strcpy is
2330   properly terminated.
2331 - Fixed command input in ua_input.c to accept quoted items as a
2332   single field. 
2333
2334   From kes01Aug02
2335 - The changes that added indexes to the SQLite database were
2336   lost -- thanks to Chuck for pointing this out. Redone.
2337 - Fixed a problem quoting strings in SQLite. This showed up
2338   as database errors with files containing ' or " in the filename.
2339 - Implemente restore command -- still in progress.
2340 - Added indexes to all fields in SQLite that exist in MySQL.
2341 - Moved unused immortal files from src/lib to src/immortal.
2342   This will permit splitting depkgs.
2343 - Started work on adding embedded MySQL. Cannot get the tables
2344   to work for the moment. Please don't try to use this option.
2345 - Convert to using single quotes for enclosing all strings.
2346 - Implement correct quoting algorithm for SQLite strings.
2347   Is dequoting needed?
2348 - Started centralizing SQL statments in the Director in sql_cmds.c
2349 - Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
2350   but does not produce a dump.
2351 - Allow wild-card matches in bsr for Client name, and Job.
2352 - Change OflineOnUnmount=no as default.
2353 - Fixed improper printing of filenames containing a space in bls.c
2354   Thanks to Carlos for reporting this.
2355
2356 ===========================================================================
2357 2002-07-26 Release 1.23a
2358 - Fix segmentation fault is FD status.
2359 - Turn off TRANSACTIONs for SQLite.                        
2360
2361 ===========================================================================
2362 2002-07-23 Release 1.23
2363   From kes22Jul02
2364 - Updated Bacula to handle some minor differences in MySQL 4.0.2
2365   (still works with older MySQLs).
2366 - Updated MySQL documentation to correct some minor errors.
2367 - Added kernstodo to CVS
2368 - Fixed create_mysql_database, which I recently accidently broke.
2369 - Disallow zero length volume names in Console program.
2370 - Create alter_mysql_tables and alter_sqlite_tables for conversion
2371   from 1.22 table format to 1.23 table format.
2372
2373   From kes20Jul02
2374 - Investigation of SQLite performace problems reported by Chuck.
2375 - Updated ChangeLog
2376 - Updated README
2377 - made root@localhost the default email address because many smtp
2378   servers reject root but accept root@localhost
2379 - Added an autochangers chapter to the manual.
2380 - Documented most of the new features in 1.23
2381 - Modified the SQLite interface code to start a transaction at the
2382   beginning of a job and commit it at the end of the job. It
2383   also commits it after 10000 changes. Hopefully this will
2384   improve performance.
2385 - Set the default cache pages from 2000 to 10000 for SQLite (i.e.
2386   about 15Megs of memory) hoping to improve performance.
2387 - Terminate last filename referenced in FD prior to copy to
2388   avoid race problem with multiple threads and no locking.
2389 - Enhanced the status output to include the JobType                
2390 - Print an error message if the email program terminates in error.
2391 - If your machine has an MTUNLOCK, do it before doing an OFFLINE to
2392   ensure that the door is unlocked.
2393 - Added code to stored/append.c to spool attributes. This is in
2394   a testing stage and must be explicitly enabled.
2395 - Added a no_attributes variable to stored/append.c that prevents
2396   the attributes from being sent to the Director. As yet, no way
2397   to turn it on.
2398 - Modified SQLite code so that after 10000 updates any transaction
2399   is committed, then restarted. This keeps it from using too much
2400   memory.
2401 - Set the default cache size to 10000 pages (previously 2000).
2402 - Fixed a segmentation fault on Sun due to no default value for
2403   the JobStatus.
2404 - Added the same indexes to SQLite that I exist in MySQL. This
2405   VASTLY reduces CPU usage for lots of inserts.
2406 - Added spooling to bnet_send().
2407
2408   From kes18Jul02
2409 - The following two changes were prompted by questions/suggestions
2410   from A Morgan.
2411 - If you have "AlwaysOpen = no" in your SD Device
2412   resource, Bacula will free() the drive when it
2413   is finished with the Job.
2414 - If you have "Offline On Unmount = yes", in your
2415   SD Device resource, Bacula will offline (or eject)
2416   the tape prior to freeing it.
2417 - Added Maximum Open Wait to allow open() to wait if drive is busy.
2418 - Added RunBeforeJob and RunAfterJob records to Job records.
2419   This permits running an external program with the following editing
2420   codes:
2421     %% = %
2422     %c = Client's name
2423     %d = Director's name
2424     %i = JobId
2425     %e = Job Exit
2426     %j = Job
2427     %l = Job Level
2428     %n = Job name
2429     %t = Job type
2430
2431   From kes17Jul02
2432 - Added autochanger support to devices.c
2433 - Allow user to change Slot in the Volume record.
2434 - Implemented code in lib to run an external program
2435   (tape changer)
2436 - Implemented a changer script for mtx.
2437 - Currently the changer commands used are:  
2438     loaded -- returns number of slot loaded or 0
2439     load   -- loads a specified slot
2440     unload -- unloads the device (returns casette to slot)
2441 - Other changer commands defined but not yet used:
2442     list   -- returns list of slots containing a cassette
2443     slots  -- returns total number of slots 
2444 - Implemented ChangerCommand, specified in the SD Device
2445   resource, permits editing of:
2446       %% = %
2447       %a = archive device name
2448       %c = changer device name
2449       %f = Client's name
2450       %j = Job name
2451       %o = command
2452       %s = Slot base 0
2453       %S = Slot base 1
2454       %v = Volume name
2455 - Implemented MaximumChangerWait default 120 seconds. It is 
2456   specified in the SD Device resource.
2457
2458   From kes15Jul02
2459 - Moved techlogs from main directory to be subdirectory of doc
2460 - Added code for strerror_r, and detection of gethostbyname_r().
2461 - The protocol between the Director and the SD has changed.
2462 - Major rework of SD tape mounting to prepare for Changer commands.
2463 - Separated Update Media record and Create JobMedia record. These
2464   are done from the SD by calling the Director. Need separate Create
2465   JobMedia so that when a Job spans a volume, all other Jobs writing
2466   the same volume will also have JobMedia records created.
2467 - Added message to user indicating selection aborted if he enters .
2468   to a Console selection request.
2469 - Create a jobstatus_to_ascii() routine for use in status commands.
2470   This makes a single routine from three separate pieces of code.
2471   Updated the code to properly handle more (all) termination statuses.
2472 - Tried to fix the gnome-console to handle history a bit better. There
2473   are still some problems with focus not being properly set to the edit
2474   box after history replacement.
2475 - Removed the shutdown() from bnet_close() hoping to fix Console termination
2476   errors that are occassionally seen -- no luck.
2477 - Moved add_str() to lib/util and renamed it add_str_to_pool_mem() so that
2478   it can be used to edit Job termination codes and Changer command codes.
2479 - Reworked how the SD mounts tapes (in device.c) so that control passes through
2480   only a single routine. The logic is much simpler than previously, and now
2481   adding AutoChanger code is straight forward.
2482 - Made SD tape mounting much more fault tolerant -- more cases retry instead
2483   of terminating the Job.
2484 - Wrote code to edit_device_codes() for Changer commands. Not yet fully     
2485   implemented.
2486 - Added a ChangerDevice directive to the Device resource. Still need to add
2487   ChangerCommand.
2488
2489   From kes07Jul02
2490 - This documents what I did while on vacation. 
2491 - A fair amount of documentation.
2492 - Implemented Verify Volume to Catalog (needs renaming)
2493 - Modified the database to include new MarkId field as
2494   well as Counters. Database level is incremented from 1 to  2.
2495 - Added first cut of managing autochangers by implementing Slot in DB.
2496 - Fixed a good number of M_ERROR messages to be M_FATAL where appropriate.
2497   Also converted a number of Emsg() to Jmsg() permitting better Job error
2498   messages.
2499 - First cut at implementing a general packet passing mechanism for bsock
2500   to replace printf and sscanf for passing data.     
2501 - Made make_xxx_tables and drop_xxx_tables and create_xxx_database
2502   for bdb as well as sqlite. With this each database has the
2503   same set of scripts (with the exception that MySQL has grant_privileges).
2504 - Modified Makefile to only install the database scripts for the
2505   database that you are using.
2506 - Updated the pdf script to include all the html files.
2507 - Did quite a lot of documentation.
2508 - Made Bacula compile correctly with DEBUG turned off.
2509 - Implemented Pmsg() macros that permit using the debug print
2510   routines even with DEBUG off.
2511 - Updated job_cancelled() macro to handle JS_FatalError.
2512 - Changed db_find_last_full_verify() to db_find_last_jobid(). This
2513   permits working with Verify Volume to Catalog.
2514 - Removed TRANSACTION code from incrementing NextId for SQLite. 
2515 - Implemented quick and dirty (not fully functional code) so that
2516   console program does not die if ctl-Z is entered. 
2517 - Cleaned up backup.c a bit adding a bail_out goto to ensure proper
2518   handling of errors with minimum code.
2519 - Added passing Slot back and forth to Storage daemon with Volume info.
2520 - Implemented Slot in Media record in DB.
2521 - Implemented first cut of Counter resource in dird_conf.c. A counter
2522   resource is part of the Pool resource.
2523 - Implemented necessary database record. However, the resource doesn't
2524   yet create a DB record.
2525 - Implemented onefs (One File System) and recurse options on Include
2526   resource.
2527 - Implemented autopruning of Verify and Restore Jobs.
2528 - Did a better job of calculating thread_concurrency() for Sun systems.
2529   This permits better multi-threading allowing all the threads to run
2530   at the same time.
2531 - Implemented a wait_for_storage_daemon_termination(), which is used by
2532   backup and verify volume.
2533 - Clarified a number of UA prompts, and add feedback where certain commands
2534   completed but printed nothing. (More work to be done here).
2535 - Added a pile of new code to implement Verify Volume to Catalog. It is sort
2536   of a hybrid of "restore" and "verify" in that it actually reads the tape,
2537   then compares it to the catalog.  Need Verify Volume to Client.
2538 - Added a good number of checks for job_cancelled() this should permit
2539   quicker and more reliable cancelling of jobs.
2540 - Fixed one bug in restore where I used ofile instead of lname, which means
2541   that if the lname was too long, the memory was not properly reallocated.
2542 - Cleaned up find_one.c in findlib quite a bit.
2543 - Link smtp static so that it works even if the libraries are messed up.
2544 - If mail host is not found, retry with local host in smtp.
2545 - Added slot and stream to the bootstrap record processing.
2546 - Do offline on tape cartrige for unmount command. This can be turned off
2547   by the user in the config file. OffLineOnUnmount in Device resource.
2548 - Implemented AutoChanger = yes/no in Device resource.
2549
2550 ===========================================================================
2551 2002-07-07 Release 1.22
2552 - All the basic Restore code to handle the boostrap file is
2553   now implemented with the exception of the Console Restore command.
2554 - Retained compatibility with previous Restore providing no 
2555   bootstrap file is specified. However, the old code (JobId based)
2556   will go away in a future release.
2557 - Fixed a number of segmentation faults in the Console program due
2558   to printing of NULL pointers -- thanks to Chuck and his Sun for
2559   finding and reporting them -- mostly in ua_output.c.
2560
2561   From kes25Jun02
2562 - Null pointers now are printed as *None* if NPRT() is used.
2563 - At the request of Phil, all resources are now chained in in the
2564   order they appear in the config file.
2565 - Implement Bootstrap record in the Director's config file, which
2566   allows you to specify a predefined bootstrap file for Restore Jobs.
2567 - Allow Bootstrap on the Restore record. This is deprecated.
2568 - Implemented code to pass the Bootstrap file, if defined, to the
2569   File daemon, then from the File daemon to the Storage daemon.
2570 - Added ability to set Bootstrap file in the Console when running a Restore.
2571 - Allow scan_error() routine to be passed to lex_open_file(). This permits
2572   using lex in the Storage daemon without worrying that it will ABORT on
2573   a syntax error.  More work is needed to direct the error messages correctly.
2574 - Improved error messages a bit when config syntax errors are found.
2575 - Tested and corrected some errors in match_bsr.c
2576 - Removed askdir.c from bls and bextract by defining dummy entry points.
2577 - bextract now has bootstrap pretty well integrated.
2578 - Changed bextract ABORTs into FATAL and exit(1) or ERROR_TERMINATE.
2579   More user friendly.
2580 - Eliminated at least one lld and replaced it by edit_uint64() 
2581 - Eliminated a few more _PROTO()s.
2582 - Corrected a problem with the SQL for in query.sql for 
2583   Listing Volumes to Restore All Files
2584
2585   From kes22Jun02
2586 - Additional documentation.
2587 - Reduce the time the jcr mutex is locked in lib/jcr.c
2588 - More null pointer printing fixes in lib/parse_conf.c (debug output only).
2589 - Added daemon filename to Kaboom message so I know what daemon died.
2590 - Fix big bad bug introduced in watchdog.c last update that caused
2591   a segmentation violation (forgot to check for NULL pointer).
2592 - Add a bit more info to bad returns from Stored when starting
2593   a job fails.
2594
2595   From kes21Jun02
2596 - Fixed scan_to_eol
2597 - Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
2598 - changed all rwlock_t to brwlock_t to avoid conflicts with
2599   Solaris library.
2600 - Added NPRT() macro to allow printing of NULL pointers, which
2601   segment fault on Solaris.
2602 - Cast printing of pid_t to int for Solaris compiler.
2603
2604   From kes20Jun02
2605 - Added expect argment to lex_get_token().
2606 - Added tree.c and tree.h to lib directory.
2607
2608   From kes19Jun02
2609 - Improvements to the bootstrap compiler
2610 - Implemented first cut of bootstrap code in the Storage daemon
2611 - Modified the authentication code to be more explicit during 
2612   failures.
2613 - Added a few more debug message numbers with more arguments (Dmsg10, ...)
2614 - Added more and more precise error messages when authentication fails.
2615 - Implemented new "expect" codes in the lexical scanner that allows
2616   the caller to specify what he wants.                   
2617 - Added integer, positive integer, 64 bit integer, and integer ranges,
2618   and name scanning to lex.
2619 - Implemented new lex code in parse_conf.c, this reduces significantly
2620   the code.
2621 - Hopefully fixed a watchdog race bug that caused the watchdog to time
2622   out a line after 1 hour rather than 6 days.
2623
2624   From kes15Jun02
2625 - Implemented a Bootstrap file parser and matcher.
2626 - Implemented first cut of bootstrap code in bextract  
2627 - Started clarifying different termination codes.
2628 - Added M_ERROR_TERM to immediately terminate the daemon -- no dump.
2629   Also changed a few termination codes as appropriate.
2630 - Fixed create_jobmedia_record() to include all the fields such as
2631   StartFile/EndFile, StartBlock/EndBlock.
2632 - Print user friendly message when query mode ends.
2633 - Fixed ls style print routines (bextract, bls, restore) to check
2634   buffer size, to print the link if any, and to used edit_uint64()
2635   instead of %lld.
2636 - Moved scan_to_eol() and s_err() to lex.c to avoid dragging in 
2637   parse_conf.c for new bsr scanning code.
2638 - New files: bsr.h, parse_bsr.c and match_bsr.c. parse_bsr.c parses
2639   a Bootstrap file, and match_bsr.c matches a bsr against a tape.
2640 - use strcasecmp() in several places instead of lcase().
2641 - Add first cut of bootstrap to bextract.
2642 - Added File Size limit -- writes EOF after limit exeeded.
2643
2644 ===========================================================================
2645 2002-06-12 Release 1.21
2646 - Fixed several problems with filenames being truncated if
2647   they contain spaces. Thanks to the user that reported this.
2648 - N.B. To get the new queries, after the "make" and 
2649   "make install" you must explicitly replace the
2650   existing query.sql by query.sql.new.  query.sql is a
2651   user configuration file, so it is not overwritten.
2652 - Added GZIP compression of Included files.  
2653 - Added additional fields to tape SOS record permitting better
2654   recovery with no database.
2655 - Be sure to remove any !terminate statements you may have
2656   in your config files.
2657 - MUST UPDATE ALL DAEMONS due to protocol change to handle new
2658   tape format.
2659
2660   From kes11Jun02:
2661 - Updated examples directory with my most recent config files.
2662 - Modified the M_TERM meaning to mean that Bacula has
2663   terminated in error without producing a dump. Previously,
2664   it meant that Bacula terminate (with or without error).
2665   You should remove any !terminate from your messages
2666   resources.
2667 - Changed the order of the libraries in the link so that
2668   tcp wrappers link properly. Thanks Phil for reporting this.
2669 - A user reported that filenames containing spaces were truncated
2670   in bextract. This was indeed the case. They were also truncated
2671   in Restore as well as in Verify. They are, hopefully, all fixed
2672   now.
2673 - Made a few error conditions in Verify non-fatal.
2674 - Modified the Console "query" command to permit multiple SQL
2675   statements per command. 
2676 - Implemented three new "query" options: 
2677     List last 10 Full Backups for a Client
2678     List Volumes used by selected JobId
2679     List Volumes to Restore All Files
2680   To use them, simply type "query" to the Console program, and
2681   select the one you want.
2682 - Modified bextract to default to extracting all files (i.e. /).
2683 - Cleaned up the code in bextract a bit.
2684
2685   From kes03Jun02:
2686 - Improve Verify command to include files examined.
2687 - Eliminate fcntl() locking of the console file and replaced
2688   it with a pthreads mutex.
2689 - Note Director - SD protocol is changed to handle new tape
2690   information (Fileset, JobType, JobLevel).
2691 - Create config.out that contains a summary of ./configure
2692   to see what you previously configured: "cat config.out"
2693 - Implemented GZIP compression.  Added addition syntax to
2694   Include { } resource to permit setting of any GZIP compression
2695   level:
2696      compression=GZIP
2697      compression=GZIP1
2698      ...
2699      compression=GZIP9
2700
2701   Level 1 is minimum compression and level 9 is maximum. Using just
2702   GZIP gives the default (level 6).
2703 - Enhanced the tape format to include the unique Job name, FileSetName,
2704   JobType, and JobLevel in the Start/End of Session records. The code
2705   detects that tape level difference and acts accordingly. You can 
2706   add data in the new format to old tapes.
2707 - Fixed an incorrect display message in the prune command.
2708 - Began implementation of Verify Volume and Verify Data.
2709 - Cleaned up File daemon restore.c a bit ensuring that termination 
2710   cleanup is done and all possible Emsgs are converted to Jmsgs.
2711 - Modify bls.c to use common setup routines. This reduced the big
2712   code duplication that creeped in when I added different listing
2713   options. Also, changing tapes is now handled uniformily in a subroutine.
2714
2715 ===========================================================================
2716 2002-05-27 Release 1.20
2717 - Started documenting Catalog Pruning and Recycling.
2718   Added catmaintenance.html and recycling.html
2719 - Fixed the query command bug.
2720 - Implemented PID files to prevent two copies of Bacula
2721   from running at the same time. Be sure you --with-pid-dir
2722   points to a working directory.
2723 - Modified ASSERT() to cause a segmentation violation. This
2724   permits a core dump.
2725 - Worked on gnome-console. It paints better, it tells you if it
2726   is ready to accept a command or processing one, and it is
2727   almost entirely GTK+ (rather than GNOME, I'm removing GNOME
2728   a bit at a time).
2729 - Limit to 100 the number of tape labeling errors in a single Job.
2730 - Add some additional ASSERT()s to the database routines. I don't
2731   like ASSERTs but they do catch bugs.
2732 - Tested and debugged recycling of Volumes.  Needed to change
2733   the Director-SD protocol slightly.
2734 - Removed the experimental SIGHUP in the Director as it is a
2735   potential source of errors.
2736 - Added Level, Pool, Messages, and Storage keyword/value scanning
2737   to the Schedule Run record.
2738 - Improved printing of Schedule resources with "show schedules"
2739 - Do not autoprune Jobs/Files if the Job errs.
2740 - Updated newvol() to pass back the updated Media record.   
2741 - Fixed the "update pool" command, which was broken during a much
2742   earlier code reorganization.
2743 - Improved a few of the pruning messages.
2744 - Removed readline inclusions from gnome-console (hang over from console).
2745 - Make Jmsg use daemon message handler if no message handler is defined.
2746   This is always the case in the SD and FD.
2747 - Started removing __PROTO(). With C++ prototypes are manditory, so why
2748   keep around legacy code.
2749 - Added a good deal of message internationalization -- more to be done.
2750 - Move cached Path into mdb structure and use POOLMEM.
2751 - Fix verify bug introduced last update causing incorrect diffs 
2752   by turning off autopruning.
2753 - Started adding code to distinguish Errors from Fatal Errors.
2754 - Errors are now counted in message.c for a Job.
2755 - More POOLMEM cleanups.
2756 - Implemented Automatic pruning.
2757 - Implemented Automatic recycling of Volumes.
2758 - Added PruneJobs/Files/Volumes=yes or no to Job resource. If set,
2759   it forces the specified pruning.
2760 - Modified rwlock to accept multiple nested write lock
2761   requests.
2762 - Modified the cats directory to use the new rwlock mechanism
2763   in place of P() and V(). 
2764 - Defined db_lock(mdb) and db_unlock(mdb). They are in effect
2765   transaction locks. 
2766 - Add CVS Id's to most files.
2767 - Made first cut at AutoPrune
2768 - Added new autoprune file that is called at the end of
2769   each Job. It then decides when and what to prune and
2770   calls the UA prune routines.
2771 - Modified Run (in Schedule resource) to permit overrides of
2772   Level, Pool, Storage, and Messages. (not tested).
2773 - Added more POOLMEM in place of char.
2774 - Implemented daemon pid files. This prevents multiple 
2775   daemons from running simultaneously. You can run multiple
2776   daemons if they listen on different ports.
2777 - Documented the Schedule resource a bit better.
2778 - Began gently adding a POOLMEM type (perviously void).
2779   For the moment it is a #define to char, but long term
2780   it should be its own typedef.
2781 - Corrected a bit of spacing on the status bar of gnome-console
2782 - Added Admin and Archive Job types.
2783 - Implemented multiple Messages resources. Each daemon has
2784   its own message resource, which defaults if not defined.
2785   Jobs may now have different message handlers.
2786 - Cleaned up a bit of duplicate code in backup, verify, and
2787   restore by creating appropriate subroutines in job.c
2788 - Added Type, Client, FileSet, and Level resource record
2789   definitions to the Director. These can be used in place
2790   of the Backup = ..., Verify = ..., ... commands.  This needs
2791   documenting.
2792 - Corrected an incorrect message in the prune code and added
2793   the number of Files pruned in the message.
2794 - Corrected several paint problems with gnome-console.
2795 - Added a bit of printout in signal handler during traceback.
2796 - Cleaned up most of sm_check() to be turned on/off by define
2797   in version.h
2798
2799 ===========================================================================
2800 2002-05-10 Release 1.19
2801 - Allow the user to select a new period for pruning.
2802 - Lots of additions to the manual -- prune and purge
2803   commands documented.
2804 - Applied Phil's configure.in fix for --prefix, ...
2805 - Fixed bug found by Phil (patch supplied) in updating
2806   MD5 signatures (revert to 32 bit FileId, move "static"
2807   variables into JCR) (catreq.c fd-cmds.c).
2808 - Reverted to using INTEGER for FileId in make_sql_tables
2809   due to a bug in MySQL.
2810 - Change editing code to %d for FileId.
2811 - Remove sqlite in make distclean in cats directory.
2812 - Remove console.conf in console during make distclean.
2813 - Remove gnome-console.conf during make distclean.
2814 - Remove bacula-dir.conf during make distclean.
2815 - Set default level when using Console if none specified.
2816   Bug reported by Phil.
2817 - A simple . command from Console is ignored.   
2818 - Change program named from filed to bacual-fd in winmain.cpp
2819 - Change default config file for Win32 in winmain.cpp
2820 - Free namebuf on early return from find_one.c. Bug reported by Phil.
2821 - Modify testfind.c to dump orphaned buffers.
2822 - Removed terabytes from parse_conf.c because of problems with
2823   older gcc compilers.
2824 - Turn off gnome options in gnome-console by constructing empty argv.
2825 - Fixes to Verify when only MD5 differs.
2826 - Insert 0 for MD5 as default rather than space.
2827 - Allow .messages "transparent" command while reading input
2828   in UserAgent server.
2829 - In dird/verify.c ensure that correct filename is printed if only
2830   the MD5 differs. Minor reindenting caused large diff.
2831 - Delete unused code from backup.c
2832 - In filed/verify.c ensure that same algorithm as backup.c is used
2833   to pass back MD5 signatures -- especially for directories and files
2834   that cannot be read. Change dummy filename from X to *MD5-id*.
2835   This dummy value should never be printed.
2836 - Make gnome-console poll Director every 5 seconds for output.
2837   This means that queued up messages are displayed at reasonable
2838   intervals. Delete some unused code hanging around from the tty
2839   console program.
2840 - Begin implementation of prune commands.
2841 - Add command line history to gnome-console. Not yet saved across sessions.
2842 - Fixed some broken URLs in the manual.
2843 - Added JobId type.
2844 - Wrote first cut of "prune files" and "prune jobs".
2845 - Added command line history to gnome-console 2500 lines max.
2846 - Widened store_time() and associated variables to 64 bits using
2847   new btime_t definition.
2848 - Removed GNOME about box and replaced it with 
2849   a somewhat crude Gtk+ about box in the gnome-console.
2850 - Widened StartDay in the Job DB record to be 64 bits.
2851 - Changed edit_uint_ to edit_uint64_ everywhere. Much more
2852   descriptive of what is done.
2853 - Removed most llds and replaced them with %s and edit_uint64.
2854   This makes the code a bit easier to read for beginners.
2855 - Added a btime_t typedef which is 64 bits wide.
2856 - Added most of the code needed to do Purge and Prune of
2857   database. Not yet tested. Please do not use.
2858 - Additional config options for Console.
2859 - Started adding code for Automatic Recycling of Volumes.
2860 - Allow arbitrary length filenames in Verify code.
2861 - Fix incorrect filename in Verify code.
2862 - Significant enhancement to number scanning in config parser.
2863 - Requires initializing MySQL tables, or applying cats/alter.sql
2864   to modify Media table.
2865 - Modified Makefile to printer a much more visible
2866   message if the make ends in error.
2867 - Added the Purge value to the VolStatus in the Media table.
2868   This value is set if the Volume is purged.
2869 - Enhanced the db_delete_media_record() routine to delete
2870   all associated records in the database.
2871 - Modified Console to always write to the variable "output"       
2872   rather than stdout. This will permit directing output to a file.
2873 - Enhanced the Console configuration file to have a Console 
2874   resource. This will allow us to add an rcfile and history file.
2875 - Modified Find_next_vol in catreq.c to search for "Recycle"
2876   volumes if there are none marked Append. Also made Get_Vol_info
2877   return the VolStatus to the Storage daemon.
2878 - Allow upper/lower case match on job level names.
2879 - Added another warning message to the Console "delete media" command.
2880 - Corrected a number of FileId types from uint64_t to FileId_t in
2881   ua_retention.c.
2882 - In ua server close database before freeing JCR (because pointer is
2883   kept in ua and jcr structures).
2884 - parse all numbers as doubles. Do lots of checking for valid number
2885   formats. Allow numbers in scientific form (e.g. 1.5e+10).
2886 - Remove terabyte modifier as it doesn't work in some compilers.
2887 - Fix bug in handling some modifiers.
2888 - Added all necessary code for Recycle to Storage daemon. A Volume
2889   marked Recycle will now be overwritten.
2890 - Filled out the prune command a bit and did some testing.
2891 - Make console accept redirected input.
2892 - Altered the Table definitions to include Recycle,
2893   FileRetention, JobRetention, and AutoPrune.
2894 - Widened StartDay to 64 bits.
2895 - Use JobId_t in more places. 
2896 - Added the new table fields to the database record definitions.
2897 - Changed Recycle from string to a binary quantity.
2898 - Added a Version table with a VersionId to detect.
2899   future changes in the database. This should prevent
2900   a Bacula from working with a database that is not in sync.
2901 - Modify Console to accept input from a file. This will permit
2902   the .read command and allow reading a .rc file.
2903 - Added new retention and recycle variables to the Director's configuration.
2904 - The UA subroutines or commands can now be called from core
2905   code because the output routines detect the absence of a 
2906   UA socket and direct output to the Job.
2907 - Added a verbose flage to the ua packet to permit reduction of
2908   output while running a UA command (prune) from a Job.
2909 - Did a fair amount of work on the prune command. Prune Volume now works.
2910 - Purge Volume now works.
2911 - Made last changes for integrating prune and purge commands.
2912 - Add -ltermcap to CONS_LIBS when readline is configured.
2913   More work to be done to search for termcap.
2914 - Added cats/drop_sqlite_tables.in, which will delete the SQLite database.
2915 - Got CWEB working so that we can compile filesys.w and immortal.w
2916 - Modified depkgs to include cweb.             
2917 - Note, CWEB is not yet used by the core Bacula code.
2918 - Made cats/alter.sql, which alters an old database to bring it
2919   up to the new format. This only works with MySQL since SQLite does
2920   not have the ALTER SQL command.
2921 - Changed the old StartDay field in the db to be JobTDate, which is
2922   the latest time/date in widened Unix time format that the Job ran.
2923   This value is used when doing pruning.
2924 - Added code in cats/sql.c to verify that the database internal version
2925   corresponds to the db version compiled in Bacula. It is set to 1 currently.
2926 - Lots of changes to cats to bring the SQL up to date with the new 
2927   retention period changes.
2928 - Added Console command code to permit changing a Volume's retention period.
2929 - Removed old code that used date_encode() and replaced it with widened
2930   Unix time().
2931 - Started modifying Message resource scanner so that we can have multiple
2932   message resources. Much more work to be done.
2933 - Moved scanning for time into new library routine string_to_btime().
2934
2935 ===========================================================================
2936 2002-04-22 Release 1.18
2937 - Applied Phil's configure.in fix for --prefix, ...
2938 - Fixed bug found by Phil (patch supplied) in updating
2939   MD5 signatures (revert to 32 bit FileId, move "static"
2940   variables into JCR) (catreq.c fd-cmds.c).
2941 - Reverted to using INTEGER for FileId in make_sql_tables
2942   due to a bug in MySQL.
2943 - Change editing code to %d for FileId.
2944 - Remove sqlite in make distclean in cats directory.
2945 - Remove console.conf in console during make distclean
2946 - Remove gnome-console.conf during make distclean
2947 - Remove bacula-dir.conf during make distclean
2948 - Set default level when using Console if none specified.
2949   Bug reported by Phil.
2950 - A simple . command from Console is ignored.   
2951 - Change program named from filed to bacual-fd in winmain.cpp
2952 - Change default config file for Win32 in winmain.cpp
2953 - Free namebuf on early return from find_one.c. Bug reported by
2954   Phil.
2955 - Modify testfind.c to dump orphaned buffers.
2956 - Removed terabytes from parse_conf.c because of problems with
2957   older gcc compilers.
2958 - Turn off gnome options in gnome-console by constructing empty
2959   argv.
2960
2961 ===========================================================================
2962 2002-04-18 Release 1.17 Kern Sibbald
2963 - Ensure that platforms Makefiles are called for clean  
2964   and distclean.
2965 - Hide a lot of Makefile messages with @
2966 - Applied Phil's configure.in patch. Thanks.
2967 - Doc updates, many to clarify points brought up by Phil.
2968 - Applied Phil's make_mysql_tables.in patch. Thanks.
2969 - Made authenticate.c in dird test bnet_send status.
2970 - Make label a bit more friendly with extra info message.
2971 - Add level 200 to debug info in run command.
2972 - Remove old code from findlib/testfind.c so that it compiles.
2973 - Add two minute max wait to cram-md5 authentication. Hopefully,
2974   this will catch non-responding WinNT daemons.
2975 - Allow time and size modifiers to be upper or lower case.
2976 - Turn off old CYGWIN patch for pthread_cond_timedwait() bug that
2977   now causes File daemon hangs on WinNT.
2978 - Fix mount messages for restore. Previous updates to save
2979   broke the restore code.
2980 - By default write fixed block sizes rather than variable block
2981   sizes.  My Sony DAT simply does not work (reread failures) with
2982   variable block sizes.
2983 - Data split across tapes was not being correctly restored
2984   (at least on DAT tapes). 
2985 - Implement MaximumBlockSize and MinumBlockSize statements in
2986   Storage daemon so user can specify variable block sizes if
2987   desired.
2988 - Return error if block checksum error on read (previously 
2989   ignored).
2990 - Fixed some error messages in bls, and in some cases exit(1)
2991   rather than ABORT. There remain ABORTs to be examined.
2992 - Made a local copy of tcpd.h and corrected the function 
2993   prototype problem for C++.
2994
2995 ===========================================================================
2996 2002-04-14 First public release 1.16 Kern Sibbald
2997  - Many intervening changes/updates.
2998
2999 2001-09-29 Release 1.0 Kern Sibbald
3000  - Fixes to problems found at John's installation.
3001  - See techlogs/kes25Sep01 for details
3002
3003 2001-09-25 Release 1.0 Kern Sibbald
3004  - Helped John install at his site.
3005    He is backing up one Linux machine and
3006    one Win2000 machine.
3007
3008 2001-mm-dd Many releases
3009  - Released internally.
3010   
3011 2000-04-09 Release 0.4 Kern Sibbald
3012  - Added a lot of Director configuration code. In      
3013    part (a small part), the Director now uses the
3014    bacula.conf file to know what to do. There still
3015    remains a lot to do.
3016  - The file search code is now integrated into the
3017    MySQL database routines, and Bacula is now hooked
3018    into the MySQL database (if so configured). Thus
3019    all the database records are being created, though
3020    there still remains some work in getting all the
3021    details into the records (such as the Storage 
3022    coordinates).
3023  - I've defined how Volume pools work (see manual).
3024  - I've defined error message handling though no code
3025    is yet written.
3026  - The following resources and records are implemented
3027    in the Director configuration file (bacula.conf):
3028     
3029    Director
3030      Name (passed to Storage daemon)
3031    Client
3032      Name, Address, Port
3033      Password (not yet used)
3034    Storage    
3035      Name, Address, Port, Password, MediaType
3036    Job
3037      Name    
3038      Type (not yet used)
3039      Backup (only one permitted) 
3040        Client, FileSet
3041      Storage
3042      Schedule, Messages, Pool (not used)
3043    FileSet
3044      Name  
3045      Include (options ignored)
3046      Exclude (no options)
3047    Schedule (not used)
3048      Name
3049    Messages (not used)
3050      Name       
3051      Debug, syslog, mail, append (not used)
3052    Catalog
3053      Name
3054      Address, Port, Password (not used)
3055    Pool (not used)
3056      Name
3057      PoolType, MediaType (not used)
3058
3059  - Added Storage configuration routines.
3060    Director
3061      Name, password (verified against those sent by Director)
3062    Storage
3063      Name, Address, Port (address, port must correspond to Director's values)
3064      Password, MediaType
3065    Device
3066      Name, MediaType (must correspond to those sent by Director)
3067      Archive Device (defines device name)
3068
3069
3070 2000-03-10 Release 0.3 Kern Sibbald
3071  - Implemented new base64 encoding for attributes.
3072    This eliminates some of the error messages in the
3073    sprintfs on the Solaris due to different stat() sizes.
3074  - Implemented  the first cut of the file search routines for
3075    the File daemon.  The exclusion lists work including wild
3076    cards.   There is a lot of work to be done, but the basic
3077    structure is now in place (wild cards do not yet work for
3078    the include).
3079  - Completed writing the memory pool code.  Now I must
3080    implement it in the daemons.
3081  - Modified the bacula start/stop script so that it has a
3082    better chance of working on SGI and Solaris.
3083  - The catalog code has not been converted to the new file
3084    search code.
3085
3086 2000-03-06 Release 0.2 Kern Sibbald
3087  - Integrated John's fixes.
3088  - Made Makefiles self configuring when Makefile.in is changed.
3089  - Added a runit script in the top level that runs bacula
3090  - Added a "bacula" script in the top level directory that
3091    starts and stops the File daemon and the Storage daemon.
3092
3093 2000-03-03 Release 0.1 Kern Sibbald
3094  - Basic Director, File, and Storage daemons.
3095    Standalone Catalog services using MySQL
3096
3097 2000-01-22 Kern Sibbald
3098    * Setup basic file structure with ./configure