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