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