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