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