]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
First cut 1.27 see kes23Oct02
[bacula/bacula] / bacula / ChangeLog
1
2 2002-mm-dd Version 1.27 (22Oct02) not yet released
3 General: from kes23Oct02
4 - I have mainly worked on getting all the details of a Restore
5   to work correctly (new tape format, support for Win32 
6   attributes, ...)
7 - Trademarked name Bacula.
8 - Implement Bacula tape format 11 (1.0 Immortal). This format
9   will be maintained forever.
10 - Accept Any Volume is yes by default. This modifies Bacula's behavior
11   when writing tapes.
12
13 Changes submitted this submission:
14 - Corrected a bug on FreeBSD where CFLAGS would get a "yes". I was
15   unable to reproduce this, but a user confirmed the correction.
16   It was a problem with detection of largefile support, which FreeBSD 
17   has by default.
18 - Added a new "license" chapter in the manual. Re-licensed a number of
19   library routines (bnet.c, hmac.c md5.c, cram-md5, ...) with LGPL so that they
20   can be used in proprietary software to access Bacula if so desired.
21 - Move Director's AutoChanger doc to correct location (in Storage      
22   resource). 
23 - Document why trademark (to protect compatibility).
24 - Implement and turned on Bacula tape format 11 (also BB02). This
25   format moves the VolSessionId and VolSessionTime from each record 
26   header into the Block header. This is MUCH more efficient when reading
27   records as now whole blocks can be skipped.   
28   Also added JobStatus in End Of Session record, and added MD5 for
29   FileSet, which is necessary to insure uniqueness.
30 - Implement a new Bacula time format for btime_t. It is Epoch time
31   in microseconds (i.e. base 1 Jan 1970 in microseconds).
32   This replaces previous floating point times.
33 - Added Win32 extended attributes. In doing so, I moved all attribute
34   handling from src/lib into src/findlib.  Added new streams for 
35   Win32 attributes and for GZIP Win32 attributes.
36 - Modified "Accept Any Volume" so that it really permits any volume
37   in the pool to be mounted.  
38 - Removed "Mount Anonymous Volumes" from Storage daemon config.
39 - Implemented sparse files. You must add "sparse=yes" on the include line
40   for it to be enabled.
41 - Print "None" in backup summary rather than 0.0% if there is no compression
42   enabled.
43 - Improved error checking in daemon connection/authentication code to prevent
44   garbage data from harming a Bacula daemon.
45 - All daemon tools MUST have a config file.
46 - Completely strip drive specification on Win32 if a Where prefix is specified.
47 - Corrected DB info for writing to files. Now the File Address is stored
48   in File-Block variables in the catalog.
49 - All Storage daemon tools now use common code for acquiring/reading
50   Volumes.
51 - If a device is unmounted, report it even if the device is not open. This
52   will help inform users who have BLOCKED Bacula by unmounting a drive.
53
54
55 =============================================================================
56 2002-10-12 Version 1.26 (10Oct02)
57 General: from kes10Oct02
58 - Changed Job name conventions to avoid : which is an illegal
59   character on Windows.
60
61 Changes submitted this submission:
62 - Added check for inet_pton to configure.in. If it does not
63   exist (e.g. Windows) use inet_aton
64 - Documentation on GZIP.
65 - Another restore doc example.
66 - Documented btape fill command.
67 - Set default restore directory from /tmp to /tmp/bacula-restores
68 - Add additional no find error messages to sql_get.c
69 - Creating a bootstrap file on Windows failed because the Job name
70   contained colons which are illegal on Windows. Replaced the
71   colons with periods.  This corrects the Windows restore problem.
72 - Print number of files to be restored in "restore" command.
73 - On Windows systems, if there is a prefix, completely eliminate
74   any drive: at the beginning of a path.
75 - Minor corrections to the tree routines to handle Windows
76   files such as c:/ better. Previously it insisted on /c:/, which
77   would then not be found in the catalog for a "dir" command.
78 - Modified cd command in restore to try /c: if c: fails.
79 - Add a new S_ISWIN32 bit to the st_mode word so that low level
80   routines that create files do not print error messages.
81 - More work must be done to restore all Windows files correctly.
82   Currently the following bits are not handled:
83     Archive
84     Hidden
85     System 
86   Also, all the dates are not properly restored.
87
88 General: from kes09Oct02
89 - More documentation.
90 - Implemented new fill command in btape that permits filling
91   a tape and then reading it back to ensure that it works
92   with Bacula.
93
94 Changes submitted this submission:
95 - Added ReadBytes to JCR, which contains Job bytes read by
96   FD, JobBytes contains compressed output of FD.
97 - Modified FD to pass back JobStatus, ReadBytes, JobBytes, ...
98   for backup jobs.  This is upward compatible.
99 - Modified backup termination status report to contain the
100   compression ratio 100 * (1 - compressed-bytes/uncompressed-bytes)
101   This will always be zero if no software compression was
102   done, or if you are using a version 1.25 or older FD.
103 - Pickup Job termination status of FD in backup, so now
104   the termination status represents the state of all three
105   daemons.
106 - Implemented new fill command in btape that permits filling
107   a tape and then reading it back to ensure that it works
108   with Bacula.
109
110 General: From kes06Oct02
111 - Implemented first major cut of bscan -- program to scan a tape
112   and recreate a Bacula catalog.
113 - Fixed lseek() relative negative seek that prevented writing multiple
114   jobs to a File volume.
115 - Implemented BB02 tape format -- currently turned off for writing.
116
117 Changes submitted this submission:
118 - Updated README
119 - Implemented new BB02 tape format, which moves the VolSessionId and
120   VolSessionTime from the record headers into the Block header.  It
121   is currently turned off.
122 - Implemented new btime time/date format on the tape. This is currently
123   turned off.
124 - Added JobStatus to EOS tape label. This is currently turned off.
125 - Changed start_block, ... to StartBlock in JCR for uniformity.
126 - Print a message telling which tables were dropped/made with  
127   ./drop_bacula_tables.
128 - Return JobType and JobLevel in db_get_job_record().
129 - Implemented get_current_btime(), which returns btime_t.
130 - Bump debug message max size to 2000 bytes.
131 - Add btime_t serial/unserial routines.
132 - Rework all tape label routines to integrate btime and other
133   label format changes (currently turned off -- for writing).
134 - Fix lseek() to always be positive -- block.c
135 - Consolidate record, block, and label major #defines in block.h.
136 - Major implementation of bscan. Some more minor tweaking will be
137   necessary.  E.g. add multiple records for multiple simultaneous
138   Jobs.
139 - Cleanup lseek() to always use off_t as second argument.
140 - Add new "created" tape label (EOT_LABEL). This generates a callback
141   to the read_records() routine when the final end of all tapes is
142   reached allowing proper termination and updating of the media records.
143
144 General: From kes25Sep02
145 - Added means to bind servers to specific address.
146 - Documentation
147
148 Changes submitted this submission:
149 - Added DirAddress, FDAddress, and SDAddress records to the corresponding
150   resources that allow the server to bind to a specific address 
151   rather than any address.  This security improvement was suggested by
152   a user -- thank you.
153 - Eliminated deprecated "Address" record from all sample Storage resources.
154 - Made quite a lot of improvements to the bscan program. Much more
155   to do. Aside from details, it is able to recreate a database
156   from which you can do a restore.
157 - The s option is not accepted on all versions of ar, so replaced it
158   by an explicit ranlib call.
159 - Fixed a bug that caused the Director to crash if you rudely bring
160   down the console program in the middle of an SQL command.
161 - Fixed a bug (missing break) that caused scheduled Admin jobs to
162   be listed as "Unknown type".
163 - Removed old code from Storage daemon that used a separate FD port.
164
165 General:  From kes14Sep02
166 - Better key generation on non OpenSSL systems.
167 - 64 bit file address support if available.
168 - Implement autochanger for reading
169 - Lots of cleanup of tape reading code.
170 - Automatically create all Pool resources when Bacula starts.
171 - Implement bscan.c
172 - Implement autochanger use via the Console commands "add" and "label"
173 - Begin implementation of a regression script 
174 - Write bootstrap after ever job
175
176 Changes submitted this submission:
177 - After noticing that the non OpenSSL random key generator was
178   not good on Solaris, John wrote a very nice randpass generator.
179 - Integrated John's makeSessionKey for generating the FD->SD
180   authorization.
181 - Statically link tools (doesn't work on Solaris).
182 - Document how to debug Bacula (new chapter in the manual)
183 - Remove unneeded printing of error message in sql_get.c
184 - Free SD description config record (previous oversight)
185 - Bash spaces when sending Director names, and unbash them when 
186   received.
187 - Ensure no divide by zero in rate computation in backup.c
188 - Implement WriteBootstrap in backup.c
189 - Allow tape reading to request volume information for any
190   volume.
191 - Create all Pool resources at startup.
192 - Show only Backup jobs in Restore listing of last 20 Jobs.
193 - Handle 64 bit stat packets in restore.
194 - Don't do shell expansion on store_dir in config if string 
195   starts with |.  This is used for piping the program for the
196   WriteBootstrap.
197 - Ignore SIGHUP -- DéjàGnu was triggering this. 
198 - Implement autochanger for reading, many changes to 
199   acquire_device_for_read()
200 - Implement callback for reading Volume. Implement in bextract,
201   bls, and bscan.
202 - Implement bscan
203 - Add count to bsr.
204 - Fix Volume in bsr.
205 - Move autochanger code to new subroutine in mount.c
206
207 =============================================================================
208 2002-09-05 Version 1.25a (05Sep02) Released
209 - Fix unitialized stack variable in bextract so it
210   will always read the currently mounted tape.
211
212 =============================================================================
213 2002-09-04 Version 1.25 (01Sep02) Released
214   General:
215 - Added .cvsignore files in each directory to cut down on the
216   CVS output when scanning directories and finding Makefiles
217   and such which are not part of the CVS tree.
218
219   Changes submitted this submission:
220 - Cleaned up a lot of the error messages in Verify, including
221   indenting.
222 - Had to remove some of the "automatic" error message printing
223   in the DB because they are in fact things that come up 
224   for Verify but not really errors.
225
226
227   2002-08-30 Version 1.25 (30Aug02) Beta
228   From kes30Aug02
229 - Fixed a bug where only the first file was restored if
230   it is hard linked. The other links were lost.
231 - In some cases of restoring to alternate directories, softlinks
232   were not properly restored.
233
234   From kes28Aug02
235   General:
236 - Bacula backups now run up to 12 times faster than version 1.24
237 - Bacula can run multiple simultaneous Jobs.
238 - Had to turn off TRANSACTIONS in SQLite because it doesn't work
239   with multiple simultaneous jobs (I'm working on this).
240 - Added a better Job printout for Restore Jobs.
241 - Added a save/restore Rate to backup and restore jobs. This
242   does not yet subtract out operator wait time so it will be
243   underestimated it the Job waits on the tape (mount/label).
244 - Fixed a major bug caused by free()ing a buffer twice in
245   the Restore code. This made the SD more or less useless after
246   any restore Job. Arrggg!
247 - DIR - SD protocol changed, both must be updated at the same time.
248 - DIR - FD protocol changed in upward compatible way. Upgrade of   
249   FD not required, but recommended.
250
251   Changes submitted this submission:
252 - Added bell to "make" when errors are detected.
253 - Changed default compile option from -g to -g -O2
254 - Additional documentation as usual -- much based on questions or
255   feedback from users. Thanks.
256 - Fixed example config files to use new syntax and to have a 
257   Restore Job.
258 - Define ETIME to ETIMEOUT for Irix
259 - Added JCR filed to DB structure permitting direct printing error
260   messages from within the Database subroutines.
261   Some error messages may be printed twice as a consequence.
262   When I see them or someone reports them, I will remove the double.
263 - Added JCR to the bsock structure. This allows direct printing
264   of network errors from within the network code.
265 - Made most "trivial" debug messages have level 100 or greater. This
266   allows for easier debugging of new code using the range below 100.
267 - Began replacing all Emsg() with Jmsg() using a NULL as the JCR in    
268   Jmsg() is the same as Emsg().
269 - Fixed several crashes in the Director because of malformed config files.
270 - Added SpoolAttributes to Job resource.
271 - Pass CatalogFiles to SD. If set to no, the attributes are dropped 
272   within the SD rather than being sent to the DIR.
273 - Cleaned up a number of information/error messages in user interface.
274   This includes eliminating the "pretty please" response in favor of
275   "yes/no" to delete volumes and pools.
276 - Cleaned up quite a number of uninitialized variables reported when going
277   to -O2, most were harmless, but a couple could cause problems.
278 - The cd command in restore was not working correctly (it didn't allow some
279   legal cds).
280 - Fixed a segmentation violation in the directory tree handling code in 
281   the restore command.
282 - Handle a few error conditions in the restore command better.
283 - Permit "Where" to be set to nul in modification of a run command.
284 - Clarified the error message for Verify if an InitCatalog has not previously
285   been done -- thanks Chuck.
286 - Add MaximumConcurrentJobs to FD.
287 - Added code to mem_pool to die if a buffer is released twice.
288 - Lots of work done on SD for multiple simultaneous jobs. Split device.c
289   into device.c, mount.c and acquire.c
290 - Started writing new lock code for SD, but may back it out -- needs more
291   thought. Current code works, but is too complicated. Maybe can simplify it.
292 - Cleaned up the SD tools code quite a bit. Added bootstrap to all tools.
293 - Ensure that tape session labels are not split across two blocks. This makes
294   reading them back much easier.
295 - Fixed another restore bug concerning tape labels on multi-volume saves.
296
297 =============================================================================
298 2002-08-14 Version 1.24
299   From kes12Aug02
300 - Made a new tools directory.
301 - Moved smtp into the tools directory.
302 - Created a dbcheck program in the tools directory that
303   checks for certain database errors and if requested fixes them.
304 - Put the database link flags on DB_LIBS so that it now only is
305   on binaries that actually need it.
306 - Document dbcheck and testfind programs.
307 - Move testfind to tools directory.
308 - Check for FileSet after getting Client name in Restore command.
309   Modify all necessary SQL commands to accept FileSetId.
310 - Add a db_get_fileset_record in cats directory.
311 - Correct list last 20 files concatenation to be MySQL 
312   dependent. They aren't SQL standard. Use SQL standard || for
313   other SQL programs.
314 - Modify dir command in file selection to produce a long form
315   listing of the file/directory name.
316 - Add platforms/irix/*.in files to CVS
317 - Make Console command scanner accept quoted value fields.
318 - If after selecting Client to restore, there are multiple
319   FileSets, ask user to select one.
320 - After obtaining JobIds for restore, ensure that there is only
321   one MediaType, and select a Storage resource to be used.
322
323   From kes11Aug02
324 - Made restore actually work.
325 - Made console and gconsole be configured (requested by Chuck)
326 - Updated kernstodo
327 - changed fs in Job record to fileset for clarity
328 - The console run command was not properly picking up the command
329   line arguments.  Fixed!
330 - Changed add/remove/rm to mark/unmark
331 - Volume keyword VolumeName was wrong, changed to Volume (in restore bsr).
332 - Pass jcr to parse_bsr, and if non-NULL, it will output error messages
333   to Job stream rather than Emsg.
334 - Modified lexical scanner to include caller context so that jcr can
335   be stored in lex context allowing error messages to be properly 
336   routed.
337 - Renamed the Job message chain to be jcr_msgs. This eliminated the      
338   previous confusion with the default value, now named jcr->messages.
339 - Implemented multi-volume bsr records.    
340 - Implemented pm_strcat() and pm_strcpy() to cat/add to memory pool
341   buffers in same way as strcat/strcpy, but expanding buffer.
342 - Modified db_get_volume_names to handle arbitrarily long Volume list.
343
344   From kes07Aug02
345 - If the Console program terminated during the printing of messages,
346   the message file was left locked. This was corrected by using the
347   new read-write lock code.  
348 - Implemented Pw() and Vw() for obtaining and releasing a write lock
349   using the rwl_xxx routines.
350 - Deleted some old pthread_mutex code from mysql.c
351 - In making the Irix port, I previously corrected the base64 routine so 
352   they were not sensitive to the machine definition of char. This made
353   them incompatible with previous versions invalidating MD5 signatures
354   which are in base64 format. I have now corrected this, making the
355   routines compatible with the previous version but also insensitive
356   to the default definition of char.
357 - Removed some unnecessary NPRT() usage in signal.c (pointed out by
358   the Irix compiler).
359 - Add back BNET_NONO for compatibility with older File daemons.
360 - Implement runing a restore Job in the restore command.
361 - Make installation of query.sql unconditional. To prevent you own file
362   from being overwritten, give it a different name.
363 - Made parse_command_args() in ua take command from ua->cmd, this
364   simplifies it and allows usage in other places -- e.g. building
365   arguments for created run command in restore.
366 - Cleaned the naming of s_full_ctx to be s_jobids.
367 - Write the bsr created in restore to "working-directory"/restore.bsr
368 - Fix bugs in command line scanner in run command -- also some misplaced
369   breaks!
370 - Eliminate static cmd in ua_server.c
371 - Eliminate segmentation fault when using the Run command in the
372   Console -- forgot to init_msgs().
373
374   From kes06Aug02
375 - Did a good amount of documentation.
376 - Added sql_cmds.c to CVS, forgot, pointed out by Chuck.
377 - Added new platforms/irix directory to CVS
378 - Turn off transaction debug code in sql.c
379 - Reworked the scheduler so that it handles the same Job starting
380   twice in the same hour. Previously it took one or the other.
381 - Tightened up the "slop" in the timings that I programmed to ensure
382   that the same job isn't run twice or that no job was missed.
383 - Increase the sleep time.
384 - Used job_type_to_str() in status so that Admin jobs are correctly reported.
385 - Add internationalization message chars to a number of routines
386   in util.c
387 - Make the watchdog timer clear the mutex when it exits.
388 - Some tweaks to the Restore command. It needs fixing when a Job spans
389   two or more volumes.
390
391   From kes05Aug02
392 - Initial cut at adding Irix File daemon support.
393 - Lots of work on the restore command.
394 - Take a stab at eliminating the "broken pipe message"
395   when the console program prematurely terminates.
396 - Reimplemented transactions for SQLite by keeping
397   them all in the same thread.
398 - quit in the Console program now waits for Bacula to
399   quit. To immediately quit, you must enter .quit
400 - Eliminated BNET_EOF -- this COULD have some negative consequences
401   on interdaemon communications.
402 - Define Job termination status for Admin jobs.
403 - Write new bstrncpy() function that guarantees that strcpy is
404   properly terminated.
405 - Fixed command input in ua_input.c to accept quoted items as a
406   single field. 
407
408   From kes01Aug02
409 - The changes that added indexes to the SQLite database were
410   lost -- thanks to Chuck for pointing this out. Redone.
411 - Fixed a problem quoting strings in SQLite. This showed up
412   as database errors with files containing ' or " in the filename.
413 - Implemente restore command -- still in progress.
414 - Added indexes to all fields in SQLite that exist in MySQL.
415 - Moved unused immortal files from src/lib to src/immortal.
416   This will permit splitting depkgs.
417 - Started work on adding embedded MySQL. Cannot get the tables
418   to work for the moment. Please don't try to use this option.
419 - Convert to using single quotes for enclosing all strings.
420 - Implement correct quoting algorithm for SQLite strings.
421   Is dequoting needed?
422 - Started centralizing SQL statments in the Director in sql_cmds.c
423 - Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
424   but does not produce a dump.
425 - Allow wild-card matches in bsr for Client name, and Job.
426 - Change OflineOnUnmount=no as default.
427 - Fixed improper printing of filenames containing a space in bls.c
428   Thanks to Carlos for reporting this.
429
430 ===========================================================================
431 2002-07-26 Release 1.23a
432 - Fix segmentation fault is FD status.
433 - Turn off TRANSACTIONs for SQLite.                        
434
435 ===========================================================================
436 2002-07-23 Release 1.23
437   From kes22Jul02
438 - Updated Bacula to handle some minor differences in MySQL 4.0.2
439   (still works with older MySQLs).
440 - Updated MySQL documentation to correct some minor errors.
441 - Added kernstodo to CVS
442 - Fixed create_mysql_database, which I recently accidently broke.
443 - Disallow zero length volume names in Console program.
444 - Create alter_mysql_tables and alter_sqlite_tables for conversion
445   from 1.22 table format to 1.23 table format.
446
447   From kes20Jul02
448 - Investigation of SQLite performace problems reported by Chuck.
449 - Updated ChangeLog
450 - Updated README
451 - made root@localhost the default email address because many smtp
452   servers reject root but accept root@localhost
453 - Added an autochangers chapter to the manual.
454 - Documented most of the new features in 1.23
455 - Modified the SQLite interface code to start a transaction at the
456   beginning of a job and commit it at the end of the job. It
457   also commits it after 10000 changes. Hopefully this will
458   improve performance.
459 - Set the default cache pages from 2000 to 10000 for SQLite (i.e.
460   about 15Megs of memory) hoping to improve performance.
461 - Terminate last filename referenced in FD prior to copy to
462   avoid race problem with multiple threads and no locking.
463 - Enhanced the status output to include the JobType                
464 - Print an error message if the email program terminates in error.
465 - If your machine has an MTUNLOCK, do it before doing an OFFLINE to
466   ensure that the door is unlocked.
467 - Added code to stored/append.c to spool attributes. This is in
468   a testing stage and must be explicitly enabled.
469 - Added a no_attributes variable to stored/append.c that prevents
470   the attributes from being sent to the Director. As yet, no way
471   to turn it on.
472 - Modified SQLite code so that after 10000 updates any transaction
473   is committed, then restarted. This keeps it from using too much
474   memory.
475 - Set the default cache size to 10000 pages (previously 2000).
476 - Fixed a segmentation fault on Sun due to no default value for
477   the JobStatus.
478 - Added the same indexes to SQLite that I exist in MySQL. This
479   VASTLY reduces CPU usage for lots of inserts.
480 - Added spooling to bnet_send().
481
482   From kes18Jul02
483 - The following two changes were prompted by questions/suggestions
484   from A Morgan.
485 - If you have "AlwaysOpen = no" in your SD Device
486   resource, Bacula will free() the drive when it
487   is finished with the Job.
488 - If you have "Offline On Unmount = yes", in your
489   SD Device resource, Bacula will offline (or eject)
490   the tape prior to freeing it.
491 - Added Maximum Open Wait to allow open() to wait if drive is busy.
492 - Added RunBeforeJob and RunAfterJob records to Job records.
493   This permits running an external program with the following editing
494   codes:
495     %% = %
496     %c = Client's name
497     %d = Director's name
498     %i = JobId
499     %e = Job Exit
500     %j = Job
501     %l = Job Level
502     %n = Job name
503     %t = Job type
504
505   From kes17Jul02
506 - Added autochanger support to devices.c
507 - Allow user to change Slot in the Volume record.
508 - Implemented code in lib to run an external program
509   (tape changer)
510 - Implemented a changer script for mtx.
511 - Currently the changer commands used are:  
512     loaded -- returns number of slot loaded or 0
513     load   -- loads a specified slot
514     unload -- unloads the device (returns casette to slot)
515 - Other changer commands defined but not yet used:
516     list   -- returns list of slots containing a cassette
517     slots  -- returns total number of slots 
518 - Implemented ChangerCommand, specified in the SD Device
519   resource, permits editing of:
520       %% = %
521       %a = archive device name
522       %c = changer device name
523       %f = Client's name
524       %j = Job name
525       %o = command
526       %s = Slot base 0
527       %S = Slot base 1
528       %v = Volume name
529 - Implemented MaximumChangerWait default 120 seconds. It is 
530   specified in the SD Device resource.
531
532   From kes15Jul02
533 - Moved techlogs from main directory to be subdirectory of doc
534 - Added code for strerror_r, and detection of gethostbyname_r().
535 - The protocol between the Director and the SD has changed.
536 - Major rework of SD tape mounting to prepare for Changer commands.
537 - Separated Update Media record and Create JobMedia record. These
538   are done from the SD by calling the Director. Need separate Create
539   JobMedia so that when a Job spans a volume, all other Jobs writing
540   the same volume will also have JobMedia records created.
541 - Added message to user indicating selection aborted if he enters .
542   to a Console selection request.
543 - Create a jobstatus_to_ascii() routine for use in status commands.
544   This makes a single routine from three separate pieces of code.
545   Updated the code to properly handle more (all) termination statuses.
546 - Tried to fix the gnome-console to handle history a bit better. There
547   are still some problems with focus not being properly set to the edit
548   box after history replacement.
549 - Removed the shutdown() from bnet_close() hoping to fix Console termination
550   errors that are occassionally seen -- no luck.
551 - Moved add_str() to lib/util and renamed it add_str_to_pool_mem() so that
552   it can be used to edit Job termination codes and Changer command codes.
553 - Reworked how the SD mounts tapes (in device.c) so that control passes through
554   only a single routine. The logic is much simpler than previously, and now
555   adding AutoChanger code is straight forward.
556 - Made SD tape mounting much more fault tolerant -- more cases retry instead
557   of terminating the Job.
558 - Wrote code to edit_device_codes() for Changer commands. Not yet fully     
559   implemented.
560 - Added a ChangerDevice directive to the Device resource. Still need to add
561   ChangerCommand.
562
563   From kes07Jul02
564 - This documents what I did while on vacation. 
565 - A fair amount of documentation.
566 - Implemented Verify Volume to Catalog (needs renaming)
567 - Modified the database to include new MarkId field as
568   well as Counters. Database level is incremented from 1 to  2.
569 - Added first cut of managing autochangers by implementing Slot in DB.
570 - Fixed a good number of M_ERROR messages to be M_FATAL where appropriate.
571   Also converted a number of Emsg() to Jmsg() permitting better Job error
572   messages.
573 - First cut at implementing a general packet passing mechanism for bsock
574   to replace printf and sscanf for passing data.     
575 - Made make_xxx_tables and drop_xxx_tables and create_xxx_database
576   for bdb as well as sqlite. With this each database has the
577   same set of scripts (with the exception that MySQL has grant_privileges).
578 - Modified Makefile to only install the database scripts for the
579   database that you are using.
580 - Updated the pdf script to include all the html files.
581 - Did quite a lot of documentation.
582 - Made Bacula compile correctly with DEBUG turned off.
583 - Implemented Pmsg() macros that permit using the debug print
584   routines even with DEBUG off.
585 - Updated job_cancelled() macro to handle JS_FatalError.
586 - Changed db_find_last_full_verify() to db_find_last_jobid(). This
587   permits working with Verify Volume to Catalog.
588 - Removed TRANSACTION code from incrementing NextId for SQLite. 
589 - Implemented quick and dirty (not fully functional code) so that
590   console program does not die if ctl-Z is entered. 
591 - Cleaned up backup.c a bit adding a bail_out goto to ensure proper
592   handling of errors with minimum code.
593 - Added passing Slot back and forth to Storage daemon with Volume info.
594 - Implemented Slot in Media record in DB.
595 - Implemented first cut of Counter resource in dird_conf.c. A counter
596   resource is part of the Pool resource.
597 - Implemented necessary database record. However, the resource doesn't
598   yet create a DB record.
599 - Implemented onefs (One File System) and recurse options on Include
600   resource.
601 - Implemented autopruning of Verify and Restore Jobs.
602 - Did a better job of calculating thread_concurrency() for Sun systems.
603   This permits better multi-threading allowing all the threads to run
604   at the same time.
605 - Implemented a wait_for_storage_daemon_termination(), which is used by
606   backup and verify volume.
607 - Clarified a number of UA prompts, and add feedback where certain commands
608   completed but printed nothing. (More work to be done here).
609 - Added a pile of new code to implement Verify Volume to Catalog. It is sort
610   of a hybrid of "restore" and "verify" in that it actually reads the tape,
611   then compares it to the catalog.  Need Verify Volume to Client.
612 - Added a good number of checks for job_cancelled() this should permit
613   quicker and more reliable cancelling of jobs.
614 - Fixed one bug in restore where I used ofile instead of lname, which means
615   that if the lname was too long, the memory was not properly reallocated.
616 - Cleaned up find_one.c in findlib quite a bit.
617 - Link smtp static so that it works even if the libraries are messed up.
618 - If mail host is not found, retry with local host in smtp.
619 - Added slot and stream to the bootstrap record processing.
620 - Do offline on tape cartrige for unmount command. This can be turned off
621   by the user in the config file. OffLineOnUnmount in Device resource.
622 - Implemented AutoChanger = yes/no in Device resource.
623
624 ===========================================================================
625 2002-07-07 Release 1.22
626 - All the basic Restore code to handle the boostrap file is
627   now implemented with the exception of the Console Restore command.
628 - Retained compatibility with previous Restore providing no 
629   bootstrap file is specified. However, the old code (JobId based)
630   will go away in a future release.
631 - Fixed a number of segmentation faults in the Console program due
632   to printing of NULL pointers -- thanks to Chuck and his Sun for
633   finding and reporting them -- mostly in ua_output.c.
634
635   From kes25Jun02
636 - Null pointers now are printed as *None* if NPRT() is used.
637 - At the request of Phil, all resources are now chained in in the
638   order they appear in the config file.
639 - Implement Bootstrap record in the Director's config file, which
640   allows you to specify a predefined bootstrap file for Restore Jobs.
641 - Allow Bootstrap on the Restore record. This is deprecated.
642 - Implemented code to pass the Bootstrap file, if defined, to the
643   File daemon, then from the File daemon to the Storage daemon.
644 - Added ability to set Bootstrap file in the Console when running a Restore.
645 - Allow scan_error() routine to be passed to lex_open_file(). This permits
646   using lex in the Storage daemon without worrying that it will ABORT on
647   a syntax error.  More work is needed to direct the error messages correctly.
648 - Improved error messages a bit when config syntax errors are found.
649 - Tested and corrected some errors in match_bsr.c
650 - Removed askdir.c from bls and bextract by defining dummy entry points.
651 - bextract now has bootstrap pretty well integrated.
652 - Changed bextract ABORTs into FATAL and exit(1) or ERROR_TERMINATE.
653   More user friendly.
654 - Eliminated at least one lld and replaced it by edit_uint64() 
655 - Eliminated a few more _PROTO()s.
656 - Corrected a problem with the SQL for in query.sql for 
657   Listing Volumes to Restore All Files
658
659   From kes22Jun02
660 - Additional documentation.
661 - Reduce the time the jcr mutex is locked in lib/jcr.c
662 - More null pointer printing fixes in lib/parse_conf.c (debug output only).
663 - Added daemon filename to Kaboom message so I know what daemon died.
664 - Fix big bad bug introduced in watchdog.c last update that caused
665   a segmentation violation (forgot to check for NULL pointer).
666 - Add a bit more info to bad returns from Stored when starting
667   a job fails.
668
669   From kes21Jun02
670 - Fixed scan_to_eol
671 - Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
672 - changed all rwlock_t to brwlock_t to avoid conflicts with
673   Solaris library.
674 - Added NPRT() macro to allow printing of NULL pointers, which
675   segment fault on Solaris.
676 - Cast printing of pid_t to int for Solaris compiler.
677
678   From kes20Jun02
679 - Added expect argment to lex_get_token().
680 - Added tree.c and tree.h to lib directory.
681
682   From kes19Jun02
683 - Improvements to the bootstrap compiler
684 - Implemented first cut of bootstrap code in the Storage daemon
685 - Modified the authentication code to be more explicit during 
686   failures.
687 - Added a few more debug message numbers with more arguments (Dmsg10, ...)
688 - Added more and more precise error messages when authentication fails.
689 - Implemented new "expect" codes in the lexical scanner that allows
690   the caller to specify what he wants.                   
691 - Added integer, positive integer, 64 bit integer, and integer ranges,
692   and name scanning to lex.
693 - Implemented new lex code in parse_conf.c, this reduces significantly
694   the code.
695 - Hopefully fixed a watchdog race bug that caused the watchdog to time
696   out a line after 1 hour rather than 6 days.
697
698   From kes15Jun02
699 - Implemented a Bootstrap file parser and matcher.
700 - Implemented first cut of bootstrap code in bextract  
701 - Started clarifying different termination codes.
702 - Added M_ERROR_TERM to immediately terminate the daemon -- no dump.
703   Also changed a few termination codes as appropriate.
704 - Fixed create_jobmedia_record() to include all the fields such as
705   StartFile/EndFile, StartBlock/EndBlock.
706 - Print user friendly message when query mode ends.
707 - Fixed ls style print routines (bextract, bls, restore) to check
708   buffer size, to print the link if any, and to used edit_uint64()
709   instead of %lld.
710 - Moved scan_to_eol() and s_err() to lex.c to avoid dragging in 
711   parse_conf.c for new bsr scanning code.
712 - New files: bsr.h, parse_bsr.c and match_bsr.c. parse_bsr.c parses
713   a Bootstrap file, and match_bsr.c matches a bsr against a tape.
714 - use strcasecmp() in several places instead of lcase().
715 - Add first cut of bootstrap to bextract.
716 - Added File Size limit -- writes EOF after limit exeeded.
717
718 ===========================================================================
719 2002-06-12 Release 1.21
720 - Fixed several problems with filenames being truncated if
721   they contain spaces. Thanks to the user that reported this.
722 - N.B. To get the new queries, after the "make" and 
723   "make install" you must explicitly replace the
724   existing query.sql by query.sql.new.  query.sql is a
725   user configuration file, so it is not overwritten.
726 - Added GZIP compression of Included files.  
727 - Added additional fields to tape SOS record permitting better
728   recovery with no database.
729 - Be sure to remove any !terminate statements you may have
730   in your config files.
731 - MUST UPDATE ALL DAEMONS due to protocol change to handle new
732   tape format.
733
734   From kes11Jun02:
735 - Updated examples directory with my most recent config files.
736 - Modified the M_TERM meaning to mean that Bacula has
737   terminated in error without producing a dump. Previously,
738   it meant that Bacula terminate (with or without error).
739   You should remove any !terminate from your messages
740   resources.
741 - Changed the order of the libraries in the link so that
742   tcp wrappers link properly. Thanks Phil for reporting this.
743 - A user reported that filenames containing spaces were truncated
744   in bextract. This was indeed the case. They were also truncated
745   in Restore as well as in Verify. They are, hopefully, all fixed
746   now.
747 - Made a few error conditions in Verify non-fatal.
748 - Modified the Console "query" command to permit multiple SQL
749   statements per command. 
750 - Implemented three new "query" options: 
751     List last 10 Full Backups for a Client
752     List Volumes used by selected JobId
753     List Volumes to Restore All Files
754   To use them, simply type "query" to the Console program, and
755   select the one you want.
756 - Modified bextract to default to extracting all files (i.e. /).
757 - Cleaned up the code in bextract a bit.
758
759   From kes03Jun02:
760 - Improve Verify command to include files examined.
761 - Eliminate fcntl() locking of the console file and replaced
762   it with a pthreads mutex.
763 - Note Director - SD protocol is changed to handle new tape
764   information (Fileset, JobType, JobLevel).
765 - Create config.out that contains a summary of ./configure
766   to see what you previously configured: "cat config.out"
767 - Implemented GZIP compression.  Added addition syntax to
768   Include { } resource to permit setting of any GZIP compression
769   level:
770      compression=GZIP
771      compression=GZIP1
772      ...
773      compression=GZIP9
774
775   Level 1 is minimum compression and level 9 is maximum. Using just
776   GZIP gives the default (level 6).
777 - Enhanced the tape format to include the unique Job name, FileSetName,
778   JobType, and JobLevel in the Start/End of Session records. The code
779   detects that tape level difference and acts accordingly. You can 
780   add data in the new format to old tapes.
781 - Fixed an incorrect display message in the prune command.
782 - Began implementation of Verify Volume and Verify Data.
783 - Cleaned up File daemon restore.c a bit ensuring that termination 
784   cleanup is done and all possible Emsgs are converted to Jmsgs.
785 - Modify bls.c to use common setup routines. This reduced the big
786   code duplication that creeped in when I added different listing
787   options. Also, changing tapes is now handled uniformily in a subroutine.
788
789 ===========================================================================
790 2002-05-27 Release 1.20
791 - Started documenting Catalog Pruning and Recycling.
792   Added catmaintenance.html and recycling.html
793 - Fixed the query command bug.
794 - Implemented PID files to prevent two copies of Bacula
795   from running at the same time. Be sure you --with-pid-dir
796   points to a working directory.
797 - Modified ASSERT() to cause a segmentation violation. This
798   permits a core dump.
799 - Worked on gnome-console. It paints better, it tells you if it
800   is ready to accept a command or processing one, and it is
801   almost entirely GTK+ (rather than GNOME, I'm removing GNOME
802   a bit at a time).
803 - Limit to 100 the number of tape labeling errors in a single Job.
804 - Add some additional ASSERT()s to the database routines. I don't
805   like ASSERTs but they do catch bugs.
806 - Tested and debugged recycling of Volumes.  Needed to change
807   the Director-SD protocol slightly.
808 - Removed the experimental SIGHUP in the Director as it is a
809   potential source of errors.
810 - Added Level, Pool, Messages, and Storage keyword/value scanning
811   to the Schedule Run record.
812 - Improved printing of Schedule resources with "show schedules"
813 - Do not autoprune Jobs/Files if the Job errs.
814 - Updated newvol() to pass back the updated Media record.   
815 - Fixed the "update pool" command, which was broken during a much
816   earlier code reorganization.
817 - Improved a few of the pruning messages.
818 - Removed readline inclusions from gnome-console (hang over from console).
819 - Make Jmsg use daemon message handler if no message handler is defined.
820   This is always the case in the SD and FD.
821 - Started removing __PROTO(). With C++ prototypes are manditory, so why
822   keep around legacy code.
823 - Added a good deal of message internationalization -- more to be done.
824 - Move cached Path into mdb structure and use POOLMEM.
825 - Fix verify bug introduced last update causing incorrect diffs 
826   by turning off autopruning.
827 - Started adding code to distinguish Errors from Fatal Errors.
828 - Errors are now counted in message.c for a Job.
829 - More POOLMEM cleanups.
830 - Implemented Automatic pruning.
831 - Implemented Automatic recycling of Volumes.
832 - Added PruneJobs/Files/Volumes=yes or no to Job resource. If set,
833   it forces the specified pruning.
834 - Modified rwlock to accept multiple nested write lock
835   requests.
836 - Modified the cats directory to use the new rwlock mechanism
837   in place of P() and V(). 
838 - Defined db_lock(mdb) and db_unlock(mdb). They are in effect
839   transaction locks. 
840 - Add CVS Id's to most files.
841 - Made first cut at AutoPrune
842 - Added new autoprune file that is called at the end of
843   each Job. It then decides when and what to prune and
844   calls the UA prune routines.
845 - Modified Run (in Schedule resource) to permit overrides of
846   Level, Pool, Storage, and Messages. (not tested).
847 - Added more POOLMEM in place of char.
848 - Implemented daemon pid files. This prevents multiple 
849   daemons from running simultaneously. You can run multiple
850   daemons if they listen on different ports.
851 - Documented the Schedule resource a bit better.
852 - Began gently adding a POOLMEM type (perviously void).
853   For the moment it is a #define to char, but long term
854   it should be its own typedef.
855 - Corrected a bit of spacing on the status bar of gnome-console
856 - Added Admin and Archive Job types.
857 - Implemented multiple Messages resources. Each daemon has
858   its own message resource, which defaults if not defined.
859   Jobs may now have different message handlers.
860 - Cleaned up a bit of duplicate code in backup, verify, and
861   restore by creating appropriate subroutines in job.c
862 - Added Type, Client, FileSet, and Level resource record
863   definitions to the Director. These can be used in place
864   of the Backup = ..., Verify = ..., ... commands.  This needs
865   documenting.
866 - Corrected an incorrect message in the prune code and added
867   the number of Files pruned in the message.
868 - Corrected several paint problems with gnome-console.
869 - Added a bit of printout in signal handler during traceback.
870 - Cleaned up most of sm_check() to be turned on/off by define
871   in version.h
872
873 ===========================================================================
874 2002-05-10 Release 1.19
875 - Allow the user to select a new period for pruning.
876 - Lots of additions to the manual -- prune and purge
877   commands documented.
878 - Applied Phil's configure.in fix for --prefix, ...
879 - Fixed bug found by Phil (patch supplied) in updating
880   MD5 signatures (revert to 32 bit FileId, move "static"
881   variables into JCR) (catreq.c fd-cmds.c).
882 - Reverted to using INTEGER for FileId in make_sql_tables
883   due to a bug in MySQL.
884 - Change editing code to %d for FileId.
885 - Remove sqlite in make distclean in cats directory.
886 - Remove console.conf in console during make distclean.
887 - Remove gnome-console.conf during make distclean.
888 - Remove bacula-dir.conf during make distclean.
889 - Set default level when using Console if none specified.
890   Bug reported by Phil.
891 - A simple . command from Console is ignored.   
892 - Change program named from filed to bacual-fd in winmain.cpp
893 - Change default config file for Win32 in winmain.cpp
894 - Free namebuf on early return from find_one.c. Bug reported by Phil.
895 - Modify testfind.c to dump orphaned buffers.
896 - Removed terabytes from parse_conf.c because of problems with
897   older gcc compilers.
898 - Turn off gnome options in gnome-console by constructing empty argv.
899 - Fixes to Verify when only MD5 differs.
900 - Insert 0 for MD5 as default rather than space.
901 - Allow .messages "transparent" command while reading input
902   in UserAgent server.
903 - In dird/verify.c ensure that correct filename is printed if only
904   the MD5 differs. Minor reindenting caused large diff.
905 - Delete unused code from backup.c
906 - In filed/verify.c ensure that same algorithm as backup.c is used
907   to pass back MD5 signatures -- especially for directories and files
908   that cannot be read. Change dummy filename from X to *MD5-id*.
909   This dummy value should never be printed.
910 - Make gnome-console poll Director every 5 seconds for output.
911   This means that queued up messages are displayed at reasonable
912   intervals. Delete some unused code hanging around from the tty
913   console program.
914 - Begin implementation of prune commands.
915 - Add command line history to gnome-console. Not yet saved across sessions.
916 - Fixed some broken URLs in the manual.
917 - Added JobId type.
918 - Wrote first cut of "prune files" and "prune jobs".
919 - Added command line history to gnome-console 2500 lines max.
920 - Widened store_time() and associated variables to 64 bits using
921   new btime_t definition.
922 - Removed GNOME about box and replaced it with 
923   a somewhat crude Gtk+ about box in the gnome-console.
924 - Widened StartDay in the Job DB record to be 64 bits.
925 - Changed edit_uint_ to edit_uint64_ everywhere. Much more
926   descriptive of what is done.
927 - Removed most llds and replaced them with %s and edit_uint64.
928   This makes the code a bit easier to read for beginners.
929 - Added a btime_t typedef which is 64 bits wide.
930 - Added most of the code needed to do Purge and Prune of
931   database. Not yet tested. Please do not use.
932 - Additional config options for Console.
933 - Started adding code for Automatic Recycling of Volumes.
934 - Allow arbitrary length filenames in Verify code.
935 - Fix incorrect filename in Verify code.
936 - Significant enhancement to number scanning in config parser.
937 - Requires initializing MySQL tables, or applying cats/alter.sql
938   to modify Media table.
939 - Modified Makefile to printer a much more visible
940   message if the make ends in error.
941 - Added the Purge value to the VolStatus in the Media table.
942   This value is set if the Volume is purged.
943 - Enhanced the db_delete_media_record() routine to delete
944   all associated records in the database.
945 - Modified Console to always write to the variable "output"       
946   rather than stdout. This will permit directing output to a file.
947 - Enhanced the Console configuration file to have a Console 
948   resource. This will allow us to add an rcfile and history file.
949 - Modified Find_next_vol in catreq.c to search for "Recycle"
950   volumes if there are none marked Append. Also made Get_Vol_info
951   return the VolStatus to the Storage daemon.
952 - Allow upper/lower case match on job level names.
953 - Added another warning message to the Console "delete media" command.
954 - Corrected a number of FileId types from uint64_t to FileId_t in
955   ua_retention.c.
956 - In ua server close database before freeing JCR (because pointer is
957   kept in ua and jcr structures).
958 - parse all numbers as doubles. Do lots of checking for valid number
959   formats. Allow numbers in scientific form (e.g. 1.5e+10).
960 - Remove terabyte modifier as it doesn't work in some compilers.
961 - Fix bug in handling some modifiers.
962 - Added all necessary code for Recycle to Storage daemon. A Volume
963   marked Recycle will now be overwritten.
964 - Filled out the prune command a bit and did some testing.
965 - Make console accept redirected input.
966 - Altered the Table definitions to include Recycle,
967   FileRetention, JobRetention, and AutoPrune.
968 - Widened StartDay to 64 bits.
969 - Use JobId_t in more places. 
970 - Added the new table fields to the database record definitions.
971 - Changed Recycle from string to a binary quantity.
972 - Added a Version table with a VersionId to detect.
973   future changes in the database. This should prevent
974   a Bacula from working with a database that is not in sync.
975 - Modify Console to accept input from a file. This will permit
976   the .read command and allow reading a .rc file.
977 - Added new retention and recycle variables to the Director's configuration.
978 - The UA subroutines or commands can now be called from core
979   code because the output routines detect the absence of a 
980   UA socket and direct output to the Job.
981 - Added a verbose flage to the ua packet to permit reduction of
982   output while running a UA command (prune) from a Job.
983 - Did a fair amount of work on the prune command. Prune Volume now works.
984 - Purge Volume now works.
985 - Made last changes for integrating prune and purge commands.
986 - Add -ltermcap to CONS_LIBS when readline is configured.
987   More work to be done to search for termcap.
988 - Added cats/drop_sqlite_tables.in, which will delete the SQLite database.
989 - Got CWEB working so that we can compile filesys.w and immortal.w
990 - Modified depkgs to include cweb.             
991 - Note, CWEB is not yet used by the core Bacula code.
992 - Made cats/alter.sql, which alters an old database to bring it
993   up to the new format. This only works with MySQL since SQLite does
994   not have the ALTER SQL command.
995 - Changed the old StartDay field in the db to be JobTDate, which is
996   the latest time/date in widened Unix time format that the Job ran.
997   This value is used when doing pruning.
998 - Added code in cats/sql.c to verify that the database internal version
999   corresponds to the db version compiled in Bacula. It is set to 1 currently.
1000 - Lots of changes to cats to bring the SQL up to date with the new 
1001   retention period changes.
1002 - Added Console command code to permit changing a Volume's retention period.
1003 - Removed old code that used date_encode() and replaced it with widened
1004   Unix time().
1005 - Started modifying Message resource scanner so that we can have multiple
1006   message resources. Much more work to be done.
1007 - Moved scanning for time into new library routine string_to_btime().
1008
1009 ===========================================================================
1010 2002-04-22 Release 1.18
1011 - Applied Phil's configure.in fix for --prefix, ...
1012 - Fixed bug found by Phil (patch supplied) in updating
1013   MD5 signatures (revert to 32 bit FileId, move "static"
1014   variables into JCR) (catreq.c fd-cmds.c).
1015 - Reverted to using INTEGER for FileId in make_sql_tables
1016   due to a bug in MySQL.
1017 - Change editing code to %d for FileId.
1018 - Remove sqlite in make distclean in cats directory.
1019 - Remove console.conf in console during make distclean
1020 - Remove gnome-console.conf during make distclean
1021 - Remove bacula-dir.conf during make distclean
1022 - Set default level when using Console if none specified.
1023   Bug reported by Phil.
1024 - A simple . command from Console is ignored.   
1025 - Change program named from filed to bacual-fd in winmain.cpp
1026 - Change default config file for Win32 in winmain.cpp
1027 - Free namebuf on early return from find_one.c. Bug reported by
1028   Phil.
1029 - Modify testfind.c to dump orphaned buffers.
1030 - Removed terabytes from parse_conf.c because of problems with
1031   older gcc compilers.
1032 - Turn off gnome options in gnome-console by constructing empty
1033   argv.
1034
1035 ===========================================================================
1036 2002-04-18 Release 1.17 Kern Sibbald
1037 - Ensure that platforms Makefiles are called for clean  
1038   and distclean.
1039 - Hide a lot of Makefile messages with @
1040 - Applied Phil's configure.in patch. Thanks.
1041 - Doc updates, many to clarify points brought up by Phil.
1042 - Applied Phil's make_mysql_tables.in patch. Thanks.
1043 - Made authenticate.c in dird test bnet_send status.
1044 - Make label a bit more friendly with extra info message.
1045 - Add level 200 to debug info in run command.
1046 - Remove old code from findlib/testfind.c so that it compiles.
1047 - Add two minute max wait to cram-md5 authentication. Hopefully,
1048   this will catch non-responding WinNT daemons.
1049 - Allow time and size modifiers to be upper or lower case.
1050 - Turn off old CYGWIN patch for pthread_cond_timedwait() bug that
1051   now causes File daemon hangs on WinNT.
1052 - Fix mount messages for restore. Previous updates to save
1053   broke the restore code.
1054 - By default write fixed block sizes rather than variable block
1055   sizes.  My Sony DAT simply does not work (reread failures) with
1056   variable block sizes.
1057 - Data split across tapes was not being correctly restored
1058   (at least on DAT tapes). 
1059 - Implement MaximumBlockSize and MinumBlockSize statements in
1060   Storage daemon so user can specify variable block sizes if
1061   desired.
1062 - Return error if block checksum error on read (previously 
1063   ignored).
1064 - Fixed some error messages in bls, and in some cases exit(1)
1065   rather than ABORT. There remain ABORTs to be examined.
1066 - Made a local copy of tcpd.h and corrected the function 
1067   prototype problem for C++.
1068
1069 ===========================================================================
1070 2002-04-14 First public release 1.16 Kern Sibbald
1071  - Many intervening changes/updates.
1072
1073 2001-09-29 Release 1.0 Kern Sibbald
1074  - Fixes to problems found at John's
1075    installation.
1076  - See techlogs/kes25Sep01 for details
1077
1078 2001-09-25 Release 1.0 Kern Sibbald
1079  - Helped John install at his site.
1080    He is backing up one Linux machine and
1081    one Win2000 machine.
1082
1083 2001-mm-dd Many releases
1084  - Released internally.
1085   
1086 2000-04-09 Release 0.4 Kern Sibbald
1087  - Added a lot of Director configuration code. In      
1088    part (a small part), the Director now uses the
1089    bacula.conf file to know what to do. There still
1090    remains a lot to do.
1091  - The file search code is now integrated into the
1092    MySQL database routines, and Bacula is now hooked
1093    into the MySQL database (if so configured). Thus
1094    all the database records are being created, though
1095    there still remains some work in getting all the
1096    details into the records (such as the Storage 
1097    coordinates).
1098  - I've defined how Volume pools work (see manual).
1099  - I've defined error message handling though no code
1100    is yet written.
1101  - The following resources and records are implemented
1102    in the Director configuration file (bacula.conf):
1103     
1104    Director
1105      Name (passed to Storage daemon)
1106    Client
1107      Name, Address, Port
1108      Password (not yet used)
1109    Storage    
1110      Name, Address, Port, Password, MediaType
1111    Job
1112      Name    
1113      Type (not yet used)
1114      Backup (only one permitted) 
1115        Client, FileSet
1116      Storage
1117      Schedule, Messages, Pool (not used)
1118    FileSet
1119      Name  
1120      Include (options ignored)
1121      Exclude (no options)
1122    Schedule (not used)
1123      Name
1124    Messages (not used)
1125      Name       
1126      Debug, syslog, mail, append (not used)
1127    Catalog
1128      Name
1129      Address, Port, Password (not used)
1130    Pool (not used)
1131      Name
1132      PoolType, MediaType (not used)
1133
1134  - Added Storage configuration routines.
1135    Director
1136      Name, password (verified against those sent by Director)
1137    Storage
1138      Name, Address, Port (address, port must correspond to Director's values)
1139      Password, MediaType
1140    Device
1141      Name, MediaType (must correspond to those sent by Director)
1142      Archive Device (defines device name)
1143
1144
1145 2000-03-10 Release 0.3 Kern Sibbald
1146  - Implemented new base64 encoding for attributes.
1147    This eliminates some of the error messages in the
1148    sprintfs on the Solaris due to different stat() sizes.
1149  - Implemented  the first cut of the file search routines for
1150    the File daemon.  The exclusion lists work including wild
1151    cards.   There is a lot of work to be done, but the basic
1152    structure is now in place (wild cards do not yet work for
1153    the include).
1154  - Completed writing the memory pool code.  Now I must
1155    implement it in the daemons.
1156  - Modified the bacula start/stop script so that it has a
1157    better chance of working on SGI and Solaris.
1158  - The catalog code has not been converted to the new file
1159    search code.
1160
1161 2000-03-06 Release 0.2 Kern Sibbald
1162  - Integrated John's fixes.
1163  - Made Makefiles self configuring when Makefile.in is changed.
1164  - Added a runit script in the top level that runs bacula
1165  - Added a "bacula" script in the top level directory that
1166    starts and stops the File daemon and the Storage daemon.
1167
1168 2000-03-03 Release 0.1 Kern Sibbald
1169  - Basic Director, File, and Storage daemons.
1170    Standalone Catalog services using MySQL
1171
1172 2000-01-22 Kern Sibbald
1173    * Setup basic file structure with ./configure