]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/ChangeLog
Updates
[bacula/docs] / docs / techlogs / ChangeLog
1 Changes to 1.37.36 released 22 Aug 05
2 20Aug05
3 - Landon's fix for NLS detection
4 - Eliminate incorrect compiler warning on FreeBSD. 
5 - Move Win32 errno message build into berrno constructor.
6 - Minor Win32 tweaks
7 19Aug05
8 - A number of minor Win32 fixes.
9 - Remove a PostQuitMessage() as suggested by Thorsten so that
10   BartPE restore can work correctly.
11 - Fix for create JobMedia so that VolIndex remains valid even
12   during a delete Job or pruning -- bug 402.
13 - Minor tweak for Win32 build.
14 18Aug05
15 - Win32 fix -- remove debug O_NONBLOCK code.
16 - Fix bug 399 -- make_catalog_backup does not work for sqlite3
17 - Implement unloading a volume in a different drive if it
18   is needed in the current drive.
19 - Implement search for unused autochanger drive.
20 - Implement search for exact Volume in reservation before
21   other searches.
22 - Fix picking up drive in Dir so that it is not done in
23   the status command.
24 - Eliminate double check on "loaded" for autochanger.
25 17Aug05
26 - Start coding better reservation algorithm
27 - Always look for slot for label command.
28 - Add more debug code for autochangers.
29 - Apply fix from Stephan Leemburg <sleemburg@jvc.nl> for
30   improper scanning of schedule resource:
31   Run = Level=Full Pool=Catalog daily at 1:20
32 - Apply patch from Chris Lee <labmonkey42@gmail.com> for 
33   adding --enable-build-dird --enable-build-stored.
34 - Tweak datadir definition in configure.in
35 16Aug05
36 - Fix bug that missed drive=nn specification.
37 - Eliminate nonblocking kludge in heartbeat of FD as
38   it caused high CPU usage.
39 - Pickup loaded slot when doing open() of tape drive.
40 - Make autochanger reservation code go through full list
41   first pass until exact match found.
42 15Aug05
43 - Fix how FileSet is saved in job record to correct continual  
44   Full save.
45 - Make datadir print on config.out listing.
46 - Move get FileSet record up in backup init to eliminate continual
47   Full save seen by Peter Sjoberg.
48 - Add VolumeName to read-only Python variables.
49 - Add VolumePurged event for Python.
50 - Suppress /dev/ Filesystem change prohibited INFO messages.
51 - Do not delete FT_RAW files before restore (allows FIFOs
52   to be used for restore).
53 13Aug05
54 - Add drive specification to mount, unmount, release, label,
55   and relabel for Autochangers.  Note Dir<->SD protocol has
56   changed.
57
58 Changes to 1.37.35:
59 12Aug05
60 - Disable parts of NLS as the configure does not work here.
61 - In job backup init (backup.c) define definitive Job level and
62   since time, *then* apply Job Pool override selection if any.  
63 11Aug05
64 - Modified bconsole script so that it is improperly
65   installed, it will refuse to execute.  This avoids
66   recursive call loops.
67
68 Changes to 1.37.34:
69 06Aug05
70 - Apply David's ACL fix to src/filed/acl.c
71 05Aug05
72 - Apply patches sent by David Duchscher <kreios@gmail.com> for
73   making ACLs work on MacOS X and FreeBSD.
74 04Aug05
75 - Apply patch in bug#397 that improved configure
76   - find readline under $with_readline/include/readline
77   - no libutil under Solaris
78   - no need for -ldl under Solaris 
79 - Make reservation system single threaded during the
80   search to avoid two threads competing for the same
81   resource.
82 - Correct a return code in find_suitable_device_for_job()
83   Possibly cause of "busy writing to another volume".
84 03Aug05
85 - Modify open() for tape so nonblocking really works.  
86 - Use fcntl() to reset blocking status rather than close()
87   and reopen the drive.
88 - Make sure dev->open() is always called so that any change
89   in read/write permissions will occur.
90 - Open drives initially in daemon in read-only mode.
91 - Ensure that each time the VolHdr.VolumeName is zapped
92   or changed that free_volume() is called on the old name.
93
94 Changes to 1.37.33:
95 03Aug05
96 - Require 5 arguments to mtx-changer except list and slots
97 - Turn -EPIPE status returns from bpipe to ETIME
98 - Include Slot in SD status output 
99 - Do not term_dev() during initialization in SD if the device
100   could not be opened.  In the case of a tape drive, there may
101   be no tape in the drive.
102
103 Changes to 1.32.32:
104 02Aug05
105 - Correct PostgreSQL database scripts as suggested by a user.
106 - Add additional info to FATAL message generated when a device
107   is busy writing to another volume.
108 - Suppress an inappropriate NULL Volume name message after a cancel.
109 - Correct a warning message in reserve.c
110 29Jul05
111 - Apply user's patch to make mutiple modifiers for times
112   work correctly.
113 - Make read_dev_volume_label() handle ANSI/IBM labels
114   correctly -- ie space over any label at the beginning
115   of the tape.
116 28Jul05
117 - Make ANSI/IBM writing of HDR1/2 labels ignore any
118   errors if at end of tape.
119 - Apply Martin's patch to improve Python detection in
120   configure.in
121 - Temporarily turn off disk seeking until I find the
122   cause of the problem.
123 27Jul05
124 - Add OSF1 patch supplied by user.
125 - Use number of files selected from write_bsr() only
126   if it is not defined.
127 - Explicitly seek to end of file when getting size for
128   restore test.
129 - Correctly set EndBlock position in JobMedia record
130   for files.
131 - Remove unnecessary set StartBlock in bscan. Caused bscan
132   regression error.
133 26Jul05
134 - Modify mtx-changer to wait a maximum of 300 seconds.
135 - Do restart of failed jobs only for Backups job types.
136 - A number of DVD updates from Nicolas.
137 24Jul05
138 - Turn off old service helper code in Win32.
139 - Correct Messages bug found by Phil in stored.
140 23Jul05
141 - Complete (almost) documentation of 1.38.
142 - Add error messages for error conditions with VSS.
143 - Fix additional problems with VSS backup that I introduced.
144 Changes to 1.37.31:
145 22Jul05
146 - Correct compiler complaints in wx-console and tray-monitor.
147 - Correct VSS problems recognizing c:
148 - Add VSS before job status
149 - Fix output of status from being one big line.
150 - Change cd xx; make to cd xx && make as suggested by Phil.
151 - Cleanup projects file
152 - Remove unnecessary casting of FF_PKT in filed.
153 - Apply Thorsten's bugfix for vss_generic.cpp
154 - Add check for df path for dvd_freespace
155 - Use df to get space used on DVD.
156 - Change sense of flag indicating erase DVD or not before writing.
157 - Fix bpipe so that it never modifies the result pointer.
158 - Replace more dev_name by print_name().
159 - Rewrite edit_device_codes_dev() so it does not overwrite the
160   supplied buffer.
161 - Update printing of labels (for bls) so that critical information
162   is printed (Job name and timestamp).
163 - Cleanup old spool files when starting the SD.
164 - Modify vss.cpp to allow C: as a path name.  Otherwise VSS
165   doesn't work when only a drive name is given.
166 - Modify vss.c to eliminate double / in filenames.
167 - Update doc -- particularly the restore chapter.
168 18Jul05
169 - Make all files in working directory have .xxx at end.
170 - Work on DVD writing.
171 - Fix keepatime bug (bugs database).
172 - Move Python variables from Job to Bacula. They are
173   DirName, Version, ConfigFile, and WorkingDir
174 - Fix delete of bootstrap to only occur on Bacula created
175   filenames.
176 - Allow cancelling a Job name that is not active. It is
177   sent to the daemons.
178 17Jul05
179 - Fix name space pollution by OpenSSL 0.9.8 reported by
180   Matthias Kurz -- applied his patch.
181 - Fix bpipe.c so that it does not modify results pointer.
182   ***FIXME*** calling sequence should be changed.
183 - Remove some remaining references to dev_name.
184 - Fix calls to mount_dev() and unmount_dev() to
185   correspond to returned value (bool instead of int).
186 - Try without success to make DVD writing work.
187 == Nicolas
188 15Aug05
189  - Convert dvd-writepart to Python.
190  - Increase delay from 3 seconds to 5 seconds between SIGTERM and SIGKILL when
191    killing external programs.
192 13Aug05
193  - Add gettext macros in autoconf/gettext-macros.
194  - Modify how localedir is set in configure.in.
195  - Remove setlocale check (useless).
196 10Aug05
197  - Mark translatable strings in all source files.
198 08Aug05
199  - Create French and Italian translation files (fr.po, it.po).
200  - Add support for translation in configure and Makefiles.
201  - Update autoconf/aclocal.m4 so it is automatically created with aclocal
202    (Note: autoconf/gnome-macros is not used anymore, it may be removed).
203 30Jul05
204  - Fix src/lib/bpipe.c:run_program and run_program_full_output to detect if the watchdog
205    killed the program, and return an error if it is the case.
206 26Apr05
207  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
208  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
209    been adapted.
210  - Remove set_exit_on_error function
211 07Apr05
212  - Fix "unknown device type" problem with DVD devices.
213  - Fix crash when there is no media in the DVD drive.
214 09Jan05
215  - Update the documentation and ReleaseNotes.
216 05Jan05
217  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
218  - Some modifications (again) on how guessed volume names are handled (now it should work).
219  - Part files on the hard disk are removed if they are empty.
220 04Jan05
221  - Major fixes on how guessed volume names are handled.
222  - Minor fix in src/stored/append.c.
223  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
224  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
225 03Jan05
226  - Add WritePartAfterJob directive in Job resource (Director)
227  - Add WritePartAfterJob directive in Schedule Resource (Director)
228  - Implement these new directives
229 02Jan05
230  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
231    name of a mounted device, so the label can be read.  
232  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
233  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
234  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
235 01Jan05
236  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
237  - Implement these directives (volumes can now be restored from a manually written DVD). 
238  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
239  - Implement these directives (DVD writing now works).
240  - New function run_program_full_output in src/lib/bpipe.c.
241  - Lots of bugfixes and cleanups in the new code.
242 29Dec04
243  - Add VolParts field in Media table
244  - Add MaximumPartSize directive in Device (SD configuration file)
245  - File Volumes can now be splitted in multiple files ("parts")
246  - Fix SQL error in sql_list while doing "llist jobmedia"
247
248 Changes to 1.37.30 released 16 July 2005:
249 14Jul05
250 - Fix "dir" command scanning field misalignment in
251   wx-console.
252 - Switch to using the wxWidgets Unicode library.
253 - Include msvcr71.dll in distribution.
254 - Add VSS to status line in Win32 FD if enabled.
255 - Get VSS build scripts working with Thorsten's help.
256 - Unlink the bootstrap file after sending it to
257   the FD.
258 - Remove sending include/exclude lists to the FD during
259   a restore -- deprecated code.
260 - Cleanup the bootstrap files in the FD.
261
262 Changes to 1.37.29:
263 14Jul05
264 - Remove old commented out code from configure.in
265 - Add baculavssfd.mak file for building VSS version of
266   Win32 FD.
267 - Correct date (year) in vss.cpp and vss_generic.cpp
268 13Jul05
269 - I finally found and squashed the elusive SD crash.        
270   I needed to initialize the used volume list before
271   firing off the device initialization thread.
272 Changes to 1.37.28:
273 11Jul05
274 - Make sure that bpipe results are zapped even on
275   error return.
276 - Lots of documentation.
277 - Do not prune volume marked as append when needing a
278   new Volume.
279 - Print a warning message in SD if a non-used Volume
280   is specified and autolabel not turned on.
281 - Correct a bug in chksum.c concerning SHA1 signatures 
282   (an * should have been & when checking for a bit flag).
283 - Print File:Block for all label records in label.c -- concerns
284   primarily bls when doing Job listings (-j).
285 - Correct is_volume_in_use() to return false if testing
286   on the same device where the Volume is already mounted.
287 - Define a init_done flag in the SD that is set when the
288   devices are initialized and make users connecting wait.
289   This prevents useless connect failure warning messages.
290 - Do additional device locking in ask_op_to_mount_volume()
291   to prevent race conditions with a user labeling a Volume
292   or autolabeling.
293 09Jul05
294 - Add a test for error return from bnet_wait... in heartbeat.c
295   in FD to avoid CPU loop.
296 - Implement TLS in gnome console and wx-console.
297
298 Changes to 1.37.28:
299 08Jul05
300 - Correct a NULL pointer reference in the mount command.
301 - Correct typo in Copyright
302 - Add detection of EOM for IBM drives (i.e. errno == ENOSPC)
303 07Jul05
304 - Remove temp file created in mtx-changer script.
305 - Make fsf_dev() into a class method.
306 06Jul05
307 - Modify mtx-changer.in script to return slot:barcode for
308   Volumes that are loaded in the drives.
309 - Correct some more places where dev->is_blocked() needs
310   to be checked in dircmd.c in SD.
311 - Update doc.
312 05Jul05
313 - Add code to ensure that reserved but unused volumes
314   are freed. 
315 - Correct how Volumes are mounted and handled so that the SD
316   does not get stuck if multiple volumes are used (recycling,
317   relabling, ...)
318 - Correct bug where you could relabel a volume while it
319   was being acquired -- created chaos.
320 04Jul05
321 - Correct seg fault caused by open() calling sequence change.
322 03Jul05
323 - Add new rc-chio-changer script by Rudolf Cejka to 
324   examples/autochangers
325 - Apply Rudolf's changes to bacula.in
326 - Expand the space from 8 to 10 characters in editing
327   file sizes for restore and dir of catalog, otherwise
328   GB sizes are truncated -- fixes bug report.
329 - Modify wx-console to know about 10 character widths.
330 - Allow decending into top level directory if "recurse=no"
331   is set.  Fixes a bug report.
332 - Install pthreadVCE.dll when installing console or wx-console
333   on Win32 systems. Fixes bug report.
334 02Jul05
335 - Tweak dvd-writepart script to prevent door from opening/closing
336   so much.
337 - Remove GROUP BY in several PostgreSQL commands to prevent error.
338   Resolves bug report.
339 - Ensure that < as first character of filename list is not treated
340   as a directory for restore.
341 - Add debug to heartbeat in FD as it seems to go into an
342   infinite loop from time to time during SD failure in DVD writing.
343 - Add more debug code to dvd writing.
344 - Attempt not to destroy existing fs on DVD. 
345 30Jun05
346 - Detect device mounted for DVD and suppress be sure to 
347   mount message after label.
348 - Set Cleaning tape status to "Cleaning" and force no
349   MediaType.
350 - Get DVD writing working with new standard Bacula open()
351   code.
352 - Rename get_filename() to make more sense.
353 - Detect "is already mounted on" on mount command so to avoid
354   error if device is already mounted.
355 - Eliminated guess_name() code. It may be necessary to
356   add it back later.
357 - Eliminate seg fault from printing invalid results.
358 - Make dvd_write_part() bool.
359
360 29Jun05
361 - Attempt to fix DVD writing by eliminating a number of the 
362   DVD subroutines to simplify.
363 - Modify DEVICE::open() to take dcr as first argument. This
364   will permit providing more info to DVD opening.
365 - Fix scanning for time/size items which in some cases
366   ate the next line.
367 - Eliminate read_dvd_volume_label().  New code (not yet written)
368   *must* open dvd appropriately before calling 
369   read_dev_volume_label.
370 - Modify open_first_part() open_next_part() to take DCR as 
371   argument.
372 - Make label command from console work on DVDs.
373 - Make mount command from console work on DVDs.
374   Unmount does not work yet.
375
376 Changes to 1.37.27:
377 27Jun05
378 - Add Database vendor to CatalogRes tuple for Python.
379 - Update doc
380 - Implement DoesVolumeExist(Vol) for Python.
381 - Prevent python command from seg faulting if no arg given.
382
383 Changes to 1.37.26:
384 26Jun05
385 - Add set_mode method in DEVICE.
386 - Correct set_mode method in DEVICE
387 - Add more DVD debug info 
388 23Jun05
389 - Check for incorrect duration and size modifiers in conf files.
390 22Jun05:
391 - Make Version a tuple (version, build-date)
392 - Add CatalogRes tuple (DBName, Address, User, Password,
393     Socket, Port)
394 - Add Version, ConfigFile, and WorkingDir as Python attributes
395   in the Director.
396 - Implement code (principally for Win32) that on failure to
397   create a file, it will cd into the directory and attempt
398   to create the file using a relative path. This avoids creating
399   files with paths which fail on Win32.
400 - Fix parsing of times and sizes with decimal numbers.
401 - Make free_volume_list() in SD work if vol list is not
402   initialized (./bacula-sd -t).
403 21Jun05:
404 - Add debug error printout when open() fails.
405 - If open() of DVD fails in mount.c, return false.
406 - Split open() code for DVD into separate subroutine in dev.c
407
408 Changes to 1.37.25 released on 20 Jun 05:
409 20Jun05:
410 - Fix bug where Storage daemon gets confused about what
411   tape is mounted. (one line of code was inadvertently 
412   deleted).
413
414 Changes to 1.37.24:
415 18Jun05
416 - DVD writing/reading seems to be mostly working.
417 - Set execute bits on dvd-freespace and dvd-writepart
418 - Make dvd-freespace use existing dummy file.
419 - Modify dvd-freespace to pickup size from Track Size:
420 16Jun05
421 - Add Date, Job, level to updates to .bsr file in 
422   dird/backup.c
423 - Add debug info to dvd-freespace.in
424 - Fix hard coded bacula.sql in make_catalog_backup reported
425   by a user.
426 - Make sure a verify volume to catalog never reports an error
427   if there are zero files to verify.
428 - Remove confusing debug info in filed/backup.c on network
429   error.
430 - Make sure output from console is not sent to system log.
431 - Convert open_dev() into a class method.
432 - Change VolHdr.VolName to VolHdr.VolumeName.
433 - Add a flag in the device state word to indicate that
434   we found Media in the drive (DVD). 
435 - Make mount_dev() and unmount_dev() return bool.
436
437 Changes from Nicolas Boichat:
438 26Apr05
439  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
440  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
441    been adapted.
442  - Remove set_exit_on_error function
443 07Apr05
444  - Fix "unknown device type" problem with DVD devices.
445  - Fix crash when there is no media in the DVD drive.
446 09Jan05
447  - Update the documentation and ReleaseNotes.
448 05Jan05
449  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
450  - Some modifications (again) on how guessed volume names are handled (now it should work).
451  - Part files on the hard disk are removed if they are empty.
452 04Jan05
453  - Major fixes on how guessed volume names are handled.
454  - Minor fix in src/stored/append.c.
455  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
456  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
457 03Jan05
458  - Add WritePartAfterJob directive in Job resource (Director)
459  - Add WritePartAfterJob directive in Schedule Resource (Director)
460  - Implement these new directives
461 02Jan05
462  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
463    name of a mounted device, so the label can be read.  
464  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
465  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
466  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
467 01Jan05
468  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
469  - Implement these directives (volumes can now be restored from a manually written DVD). 
470  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
471  - Implement these directives (DVD writing now works).
472  - New function run_program_full_output in src/lib/bpipe.c.
473  - Lots of bugfixes and cleanups in the new code.
474 29Dec04
475  - Add VolParts field in Media table
476  - Add MaximumPartSize directive in Device (SD configuration file)
477  - File Volumes can now be splitted in multiple files ("parts")
478  - Fix SQL error in sql_list while doing "llist jobmedia"
479
480 Changes to 1.37.23:
481 - Renamed to make unique version for open_next_part()
482   changes.
483
484 Changes to 1.37.23:
485 - Renamed to make unique version for open_next_part()
486   changes.
487
488 Changes to 1.37.22:
489 14Jun05
490 - Fix the same state variable problem in open_next_part().
491 - C++ify the SD code a bit more.
492 13Jun05
493 - Add more debug code and clarify debug code for DVDs.
494 - Do not save and restore state in open_first_part() 
495   since state should be properly set after open_dev().
496 - Make default mandir /usr/share/man
497 - Install Bacula man page.
498 - Implement passing of FileSet Enable VSS to FD.
499 - Move main body of reserve drive code into subroutine
500   so that it can be called multiple times.
501 12Jun05
502 - Eliminate getpass() for Win32 builds in console as the
503   function does not exist.
504 10Jun05
505 - Correct some reservation problems in SD when no devices
506   are available.
507 - Start removing #ifdef HAVE_TLS by sneaky tricks.
508 - Begin implementation of TLS in wx-console
509 - Remove ignoring SIGCHLD from console.
510 - Rework the dlist binary search routines for implemenation
511   of the Volume reservation code -- make it more general.
512 - Strip double slashes // from Win32 filenames in an attempt
513   to resolve restore problems on some systems.
514 - Fix a minor bugs in the trace code that caused the first
515   line output to be lost.
516 - Implement a good first cut at adding Volume reservation code
517   to the storage daemon (in file reserve.c).
518 - Remove old unused code from the tree.c routines.
519
520 Changes to 1.37.21:
521 06Jun05
522 - Fix compile problems on Win32
523 - Start writing Volume reservation list (already exists, but
524   is not really very good).
525 - Implement attribute caching to put Signature into database     
526   at the same time as the file attributes thus eliminating a
527   number of database accesses.
528 - Correct a reservation problem.
529 - Implement full Dir Storage use.
530 - Reduce a bit of TLS #ifdeffing.
531
532 Changes to 1.37.20:
533 04Jun05
534 - Minor changes
535 01Jun05
536 - Add more documentation to mtx-changer.in
537 - Correct link to manual in authenticate.c in various
538   directories.
539 - Create a new src/stored/reserve.c file where the 
540   Use Storage command is processed and drives are
541   reserved.
542 - Modify src/stored/autochanger.c to keep track of each
543   Slot that is loaded for each device.
544 - Ensure that changer_command and changer_name are picked
545   up from Autochanger resource if not specified, and if
546   neither is specified, err.
547 30May05
548 - Fix bextract.c compile problem
549 - Create bacula.man 
550 - Make make distclean clean a bit better
551 29May05
552 - Remove old code in jcr.c
553 - Make testls release jcr chain when terminating.
554 27May05
555 - Implement Maximum Job Spool Size (actually DCR based)
556 26May05
557 - Use light weight non-recursive locking on jcr chain.
558 - Make JCR a class and implement inc_use_count() and
559   dec_use_count() methods that ensure that the jcr is
560   locked when inc/dec the use count.
561 - Remove the global jcr lock when traversing the jcr
562   chain.   
563 - Use dlist to implement the jcr chain rather than hand
564   crafted next and prev links.
565 - Lock the jcr chain inside each function that modifies
566   the chain.
567
568 Changes to 1.37.19:
569 26May05
570 - Fix compile problem of ua_restore.c on broken compilers.
571 - Apply patch from bug 326 to permit bacula status by any user.
572 - Fix bug 325 -- conversion of 12:30pm to 24hour time.
573 25May05
574 - Put Dmsg() on inside if() to avoid calling subroutine.
575 - Make restore.bsr have unique name.
576 - Allow user to define bsr filename on restore command line
577   with bootstrap=xxx.bsr
578 - Add limit=nnn to "list jobs" command.
579 - Remove old restore code that did not use .bsr file.
580 - unlink automatically generated bsr file.
581 - Cleanup heartbeat code so that duped fd is almost sure
582   to be released. Previously under certain conditions, the
583   memory was not released due to race conditions.
584 - Shorten copyright.
585 20May05
586 - Unify the reserve_device() for a single device into one subroutine.
587 18May05
588 - Modify wait during use_device to happen only after all devices
589   have been examined rather than in the reserve_device code.  
590 - Correct updating count of number of Volumes in a pool.
591
592 Changes to 1.37.18:
593 16May05
594 - Add more debug to SD for Autochangers + status output.
595 - Add Scratch to PoolType in PostgreSQL make...tables and do not
596   permit NULL PoolTypes. Fix for bug 319 reported by Eric.
597 - Update LICENSE.
598 - Add quotes around filename in parse_config error message. Bug
599   reported by Eric.
600 15May05
601 - Change nested \include to \input so that sections are properly
602   included in the pdf manual -- update the Web site.
603 - Set reconnect flag in MySQL packet to 1 to ensure that connection
604   is re-established.  MySQL 5 changed default to 0. Fixes bug report.
605 - Fix Scratch pool handling as reported in a bug by Eric Bollengier
606   by applying his patch.
607 - Remove delete job in favor of delete jobid.
608 - Add = NULL to configfile definitions as reported by Eric in a bug
609   report.
610 - Update winbacula.nsi.in to reflect new manual file structure.
611 10May05
612 - Correct a minor build problem with wx-console.
613 - Add cancel() to Dir Python scripting.
614 - Re-correct bug in parse-config error handling.
615 - Reorganization of use_command in SD to permit
616   waiting and multiple drive autochanger support.
617 09May05
618 - Correct bug in parse_config error handling.
619 - Where ever possible mark a volume in error or not   
620   InChanger in mount.c
621 - Fix bug in changing tape pools after first backup. Reported
622   by Peter Sjoberg.
623 - Enhance mtx-changer to use Working Directory as temp.
624 - Remove all but initial setup locking of Res in SD.
625 08May05
626 - Add Client OS type to Job report.
627 - Add version to manual 
628 - Update the Web site to have a single page for
629   the documentation links.
630
631 Changes to 1.37.18 release 08May05:
632 08May05
633 - Correct attribute definition compile error in 1.37.17
634 - Correct inverted order of CreateTime and MD5 pointed out
635   by a user in a bug report in FileSet db routine causing
636   the MD5 to print in the output instead of the time/date.
637
638 Changes to 1.37.17:
639 07May05
640 - Implement cstrlen() in sql list routines.
641 - Implement caching of attributes to add the        
642   signature so that only one DB call will be made
643   per file. Not yet turned on.
644 - Fix Win32 build for TLS.
645 - Optimize File pruning to eliminate one database call. 
646 - Fix bug that prevented File pruning from working.
647 - Implement a cstrlen() which returns the character
648   length of a UTF-8 string.
649 06May05
650 - Move test for MaxStartDelay as suggested by Peter.
651 - Implement Python methods (I had to read the Python source
652   code).
653 - Implement run() method in Director.
654 - Add Priority and Scheduled time to Job report.
655 - Add JobInit and JobRun events.
656 - Add Priority as Python read/write attribute to Job.
657 - Correct typo in bsmtp reported by Jo.
658
659 Changes to 1.37.16 (07May05): released 07May05
660 07May05
661 - Implement cstrlen() in sql list routines.
662 - Implement caching of attributes to add the        
663   signature so that only one DB call will be made
664   per file. Not yet turned on.
665 - Fix Win32 build for TLS.
666 - Optimize File pruning to eliminate one database call. 
667 - Fix bug that prevented File pruning from working.
668 - Implement a cstrlen() which returns the character
669   length of a UTF-8 string.
670 06May05
671 - Move test for MaxStartDelay as suggested by Peter.
672 - Implement Python methods (I had to read the Python source
673   code).
674 - Implement run() method in Director.
675 - Add Priority and Scheduled time to Job report.
676 - Add JobInit and JobRun events.
677 - Add Priority as Python read/write attribute to Job.
678 - Correct typo in bsmtp reported by Jo.
679
680 Changes to 1.37.16 (03May05): released 05May05
681 03May05
682 - Make a few tls ifdef tweaks.
683 - Fix create_file.c Win32 problem pointed out by
684   Peter Sjoberg.
685 - Fix really ugly bstrncpy() but found by Thorsten.
686 - Move winapi.h/c from findlib to lib for inclusion in 
687   multiple places.
688 02May05
689 - Thorsten Engel finished his work on Win32 Unicode. We
690   now have a single executable that runs on all Win32 machines.
691 - Move job initialization code after job scheduling so that
692   Verify jobs check for the prior JobId after they are really
693   started rather than before.
694 - Fix lib/fnmatch.c so that it does proper testing before folding.
695 - More documentation -- at tls and ansi labels chapters.
696 - Fix fileset_convert.pl to handle empty Exclude statements.
697 - Turn regex back off in Win32
698 01May05
699 - Fix sign extension problem in lex.c that reads UTF-8 
700   with Chinese characters incorrectly.
701
702 Changes to 1.37.14:
703 30Apr05
704 - Remove a few HAVE_TLS #ifdefs
705 - Implement final Python style interface. More implemention to
706   be done, but the interface should change little if at all.
707 28Apr05
708 - Make default no tls support. You must add 
709   --with-openssl to get tls support.
710 27Apr05
711 - Update Web header to include google search in the search
712   box -- thanks to input from Michel Meyers.
713 - Fix md5sum so that it builds with the new openssl stuff.
714 - Take some enhancements to the md5sum test program proposed
715   by a user.
716 26Apr05
717 - Apply Tru64 patch supplied by Pascal Pederiva <freebsd@paped.com>
718 - Apply Unicode fixes for Win32 from "Thorsten Engel" 
719   <thorsten.engel@matrix-computer.com>
720 - More work on Python read feature in FD.
721 22Apr05
722 - Fix (hopefully) the ftello() overflow reported by Peter.
723 - Landon Fuller committed his TLS patch.
724 - Fixed two minor warnings in console.c with TLS turned off.
725 - Updated the Makefile.in for wx-windows and tray-monitor
726   to handle TLS. I can only build the tray-monitor.
727 - Fix bscan to open tape in read-only mode (actually fix
728   it so that it doesn't use the standard open routine).
729 - Correct what appears to be an error in setting the
730   return value in dvd.c
731 21Apr05
732 - Get FD Python running -- design Python backup interface.
733 - Fix seg fault in SD when referencing Alert Command.
734 - More documentation.
735 - Fix one more thing in Win32 build.
736 20Apr05
737 - Doc updates
738 - Fix Win32 build
739 - Put in production here
740
741 Changes to 1.37.13:
742 19Apr05
743 - Fix SQLite and PostgreSQL table creation script syntax
744   problems.
745 - Fix new Python code to work for Director.
746 - Move lib/python.c to lib/pythonlib.c so that debug output
747   is easier to read (can distinguish lib from dird, ...).
748 - Cleanup Python build so that Python is not dragged
749   into programs that don't use it.
750
751 Changes to 1.37.12:
752 02Apr05
753 - Reset NumVols in Pool record from database on every update
754   Pool.
755 - Modify DB to support multiple simultaneous copies and
756   RAIT stiping.
757 - Pass copy and stripe between DIR and SD and put into
758   the JobMedia DB record.
759 - Update and test SQLite and MySQL datebase creation and
760   update scripts.
761 - Implement version 9 of the DB.
762 31Mar05
763 - Convert more atoi to str_to_int64() for DB.
764 - Implement filling in NumVols by querying DB rather
765   than trying to keep track of it.
766 - Add storage name to string passed to in use storage=
767 - Fix newVolume() so that the Python script is always
768   called.
769 - Fix handling of pool,PoolId, and storage in ua_output.
770 - Same fix in ua_status.c
771 - Remove required locking of resources
772 - Replace pthread_cond_signal() by pthread_cond_broadcast()
773   hoping to fix the /lib/tls hang problems (lost signal).
774 - Move resource locking seaching from parse_conf.c to res.c
775   in src/lib.
776 - Modify end of volume handling so that fixup_... does not
777   redo what block.c has already done -- writing Vol info to
778   DIR. This fixes a bug with bad numbers of files on a tape
779   when it filled as reported by Peter.
780 - In release_device() do not update the DIR on the Volume
781   info if the the information was already written at the
782   end of the tape.
783 28Mar05
784 - NOTE!!!! This version has a new DIR <--> SD protocol. Both 
785   must be updated at the same time.
786 - Begin implementation of passing all the Storage and Device
787   possibilities to the SD for examination during the reserve 
788   phase.
789 - Modify the reserve and acquire code in the SD to make a 
790   job wait if the device is not available.
791 - Implement New Volume Each Job in DIR and pass to SD, not yet
792   used.
793 - Remove init/update of the Device resource in DIR
794 - Remove passing PoolId to SD and back.
795 26Mar05
796 - Remove \a and -e from error echos in most Makefiles.
797 - Add more debug code when there are errors on the tape 
798   to try to find Peter's tape problem.
799 - Add wait.c (oops forgot previously).
800 - Move all the reserve/acquire_device_for_read/append to have
801   only a DCR as the argument.
802 - Rework the reserve_device_for_append() in stored to wait
803   if the drive is not available.  Note! This is a short
804   term solution.
805 25Mar05
806 - Comment out Multiple Connections in the document.
807 - Move the P() and V() to subroutines so that they can be accessed
808   from class methods. The reference to strerror() caused problems.
809 - Implement new DEVICE class methods block() and unblock() that
810   do what was previously done in 3 lines of code.
811 - Implement wait_for_device(), which will wait for any device
812   to be released then return. This requires a new global mutex
813   and condition variable, and is implemented in src/stored/wait.c
814 - Change the code in reserve_device_for_read(), which previously
815   failed the job to use the new device wait code.
816 22Mar05
817 - Apply reschedule patch to 1.37 code.
818 - Add copyright to title page of manual so it is clear.
819 - Create patch for rescheduling problem found by Ludovic. Storage
820   pointers were lost during rescheduling.
821 - Attempt to fix 2.6 rescue disk -- failed!
822 - Start working on adding a wait routine in the SD.
823 - Cleanup some old invalid doc in watchdog.
824 - Convert a number of references to dev->dev_name to dev->print_name().
825 - Add new wait.c file to SD.
826 - Add a few more methods to DEVICE in SD to cleanup code a
827   bit -- implement a few of the methods.
828 18Mar05
829 - Fix more print_name()s for printing device name.
830 - Modify open_dev to try 10 times every 6 seconds to
831   open the device if it gets an I/O error (meaning no
832   volume mounted). This gives a bit of settling in time
833   for an autochanger and avoids spurious messages.
834 - Change all yes/no to yes|no in the manual.
835 - Fix win32 create_file.c typo.
836 - Fix a typo in an error message.
837 17Mar05
838 - Detect if fseeko exists with autoconf. If so, use it 
839   and ftello.
840 - Remove old bacula-*.conf from examples directory (out
841   of date).
842 - Remove latex-fr index files from CVS.
843 - Rewrite code that stops reading the tape so that the
844   tape is marked at EOT, then once the work is done,
845   the EOT flag is removed.
846 - Flush output to file after every send in console.
847 - Make setting VolFiles to smaller number fatal.
848 - Disable Multiple Connections code.
849 - Add patch from user for NetBSD statvsfs() fix to
850   fstype.c
851 - Take more care with errors in acquire.c
852 - Don't run through dvd code in append.c if bad status
853   returned.
854 - Modify code so that an autochanger fault is fatal.
855 - Use dev->print_name() in more places.
856 - Implement dev->can_steal_lock() to simplify code.
857 - Make btape re-read first 10000 records on fill command.
858 - Check error return and fail job from fseeko and ftello
859   in spool.c.  Don't let a -1 slip in as size.
860
861 Changes to 1.37.7:
862 15Mar05
863 - Apply NetBSD patch from kardel in bug 258.
864 14Mar05
865 - Add a second job and a second client to the default
866   bacula-dir.conf file.
867 - Remove old style Include/Excludes.
868 - Fix ANSI labels to put EOF1 and EOF2 after each file mark.
869 - Add Python to SD and FD.
870 12Mar05
871 - Implement IBM labels
872 - Implement EOF and EOV labels at the end of a volume.
873 - Fix a rather ugly problem with the PoolId not getting
874   passed correctly. Now the DIR passes the Pool name and
875   Media Type to the SD, who passes them back when requesting
876   the next Volume. The DIR then looks up the correct PoolId.
877   This takes more time, but always works, AND allows wild
878   card Media Types (i.e. the SD can decide).
879 - The DIR <==> SD protocol has changed.
880
881 Changes to 1.37.6:
882 11Mar05
883 - Fix scanf of PoolId in catreq to handle 64 bit Ids.
884 10Mar05
885 - Add new ua_update.c file and move update_cmd there.
886 - Modify "update slots" to obtain actual number of slots.
887 - Tweak autochanger code to handle new slots request.
888 - Modify autochanger code to lock/unlock around slots and
889   update slots code.
890 09Mar05
891 - Patch the FD so that it does not issue an error message if
892   it attempts to restore the permissions on a Win32 drive.
893 - Edit "Resource-name" (physical-name) for the device name
894   everywhere in the SD.
895 - Remove .linked.tex files in preparation for cutover to
896   using .tex in place of .wml.
897 08Mar05
898 - Copy latest config.sub and config.guess from autoconf.
899 - Try new way of identifying drives with:
900    "resource-name" (physical-name)
901   More work need to a complete conversion.
902 07Mar05
903 - Rework some of the autochanger data so that the DIR has   
904   the number of drives.
905 - Modify the way the Device info is returned so that it comes
906   back as a special message type and can be sent anytime the
907   Device status changes.
908 - Copy the change name and changer command into the device
909   record if none is specified.
910 - Require the change command and changer name to be specified in
911   and AutoChanger resource.
912 - Force all the Media Type records of all devices in an Autochanger
913   to be the same.
914 06Mar05
915 - Add new "run" command to Job resource in DIR. This permits
916   cloning a job as many times as you want.
917 - Pass PoolId to SD on Query request. It is now used in the
918   Find_media catalog request.
919 - Reworked the Device resource in the DIR. Eliminated num_waiting
920   and use_count, but added max_writers, reserved, and PoolId.
921 - This DIR is nolonger compatible with previous SDs.
922 - Add since and cloned keywords to the Console run command
923   to support cloning.
924 - Implemented store_alist_str() to allow multiple string items
925   to be specified in a .conf file.
926 - Added %s (since time) to Job code editing.
927 - Reworked reserving drives in the SD. It now does it much simpler
928   and correctly. 
929 05Mar05
930 - Integrate HP-UX patch from  Olivier Mehani <olivier.mehani@linbox.com>
931 - Fix FD job.c to test correctly for no level.
932
933 Changes to 1.37.4:
934 04Mar05
935 - Change Developers to Developer's Guide as requested by Michael.
936 - Fix developers link in manual
937 - Add additional dcr changes in SD to allow multiple dcrs.
938 02Mar05
939 - Fix a few problems with the MySQL table create in 1.37.
940 - Delete the new tables in the table delete files.
941 - Increase the number of items permitted in a conf table.
942 - Make Director loop over alternative Devices specified in the
943   Storage resource until one is reserved by SD.
944 - Fix storing of StorageId in Media records.
945 - Add AutoSelect = yes|no in bacula-sd.conf
946 - Add Autochanger support to Label command.
947 - Do not autoselect devices with autoselect set false 
948 01Mar05
949 - Implement setting DIR Storage device to Autochanger
950   name. 
951 - Select first available device in Autochanger.
952 - Pass back actual device name used.
953 - Allow Query of AutoChanger.
954 - Modify Query to include name of AutoChanger if 
955   Device belongs to one.
956 - Remove old Pool code in jobq.c
957 - Add Autoselect flag to query and DEVICE class (still
958   need Directive).
959 28Feb05
960 - Lock autochanger script when running.
961 - Mark Volume not InChanger if correct volume is not     
962   autoloaded.
963 - Corrected some typos in the make_xxx_tables.in files.
964 - Made preliminary split of pre-run and run code for each
965   job type. This will permit early opening of SD for reserving
966   drives.
967 - Add offline and autochanger fields to Device Query record.
968 - Correct pthread_mutex_init() for autochanger in SD.
969 - Tweak Makefile for LaTeX manual, plus add nav buttons.
970 26Feb05
971 - Clean up drive reservation system. Add more sanity checks.
972 - Implement a few more methods for the DEVICE class in SD.
973 - Add latex directories to make clean
974 - move DEV_BSIZE to B_DEV_BSIZE to avoid conflicts with
975   certain header files (FreeBSD).
976 24Feb05
977 - Fix an ASSERT that was triggering in stored/acquire.c
978   attempt to fix a bug report.
979 23Feb05
980 - Corrected SunOs to SunOS in btraceback (user submitted).
981 - Applied patch from Roger HÃ¥kansson <hson@ludd.luth.se>
982   to warn the user of defective AWKs during ./configure.
983 20Feb05
984 - Add some changes submitted by a user for HP client build.
985   Not all changes accepted.
986 - Rework code in filed/backup.c to ease #ifdefing and make
987   program flow more obvious.
988 - Split DVD code out of dev.c into dvd.c
989 - Tweak #ifdefing to add back all the performance measurement
990   #defines in version.h
991 - Put most of MTIOCGET code in a subroutine to simplify the
992   mainline code.
993 - Make clean remove old CVS files
994 - Remove unnecessary image files from Latex directory
995 - Implement remaining parts of Storage DB record and
996   its use in the Director.
997 - Implement
998   FullMaxWaitTime, Differential Max Wait Time, and               
999   Incremental Max Wait time in Job resource.
1000 - Start work on SD Autochanger code.
1001 19Feb05
1002 - Add back JobId index for MySQL as default -- speeds up 
1003   pruning.
1004 - Add more database fields and fix the update scripts to
1005   include the new items.
1006 - Pass actual level to FD so that ClientRun editing can reflect
1007   correct level -- ditto for job status. This makes the DIR
1008   incompatible with older clients!
1009 - Move jobq.c acquire resources to static subroutine so that
1010   the code logic becomes clearer. This is in preparation for
1011   actually using the new Device resources.
1012 - Fix some lower case problems in sql_cmds.c reported by
1013   Debian.
1014 - Correct a seg fault in the SD reported by a user. Occurred
1015   only when a high debug level was set.
1016 - Modify init_dev() in dev.c to take JCR as first arg so that
1017   proper error messages can be reported in next item.
1018 - Modify the query and use device SD commands to attempt to
1019   open the device if it could not previously be opened.
1020 - Correct error message for Could not reserve device.
1021 - Correct some minor details with Autochanger resource in SD.
1022 18Feb05
1023 - Fix seg fault if debug level 900 set in SD.
1024 - Truncate Win32 child return code to 8 bits.
1025 - Remove some old lld's.
1026
1027 Changes to 1.37.3:
1028 16Feb05
1029 - Make another attempt at fixing the ClientRunXXX return code 
1030   bug on Win32 machines.
1031 - Apply ua_status patch from Carsten Paeth <calle@calle.in-berlin.de>
1032   which enforces console ACLs in the status command for Jobs.
1033 15Feb05
1034 - Fix Media LabelDate and FirstWritten to be correctly set.
1035 - Fix deadlock in multiple simultaneous jobs.
1036 - Fix tape "truncation"/"number of files" after restore bug.
1037 10Feb05
1038 - Ensure that correct error messages are returned when
1039   reading an ANSI label.
1040 09Feb05
1041 - Modified ANSI label code to preserve any ANSI label 
1042   already found by skipping over it rather than rewriting
1043   it.
1044 - Split the ANSI label code into ansi_label.c
1045 - Do not let user relabel an ANSI labeled tape.
1046 - Applied a patch for the console help command supplied
1047   in a bug report. 
1048 - Added some new dev methods. Most notably was
1049   set_eof(), which handles setting all the dev variables
1050   when an EOF is just read. This is now used most everywhere
1051   in the code.
1052 07Feb05
1053 - Added code to detect that no files were inserted into the 
1054   tree for a restore. If a specific JobId was specified, the
1055   user has the option of restoring everything.
1056 - More progress in implementing 64 bit DB Ids.
1057 - Modified the daemon start messages for RH.
1058 - Implement update scripts for all database types.
1059 - First cut at implementing restore directory (it will not
1060   recurse).
1061 04Feb05
1062 - OK, I think ANSI labels work.
1063 - Added Label Type = ANSI|IBM|Bacula to Device resource in SD.
1064   If this is set, it will force writing of the appropriate
1065   label type.
1066 - Added Check Labels = yes|no to Device resource in SD. If this
1067   is set, Bacula will check for ANSI labels and accept them,      
1068   otherwise, ANSI labels will not be accepted when the tape
1069   is first mounted.
1070 02Feb05
1071 - Second cut ANSI labels.
1072 01Feb05
1073 - Merge Preben's patch for ACLs and for Mac OS X resource forks.
1074 - Some doc updates.
1075 - Display more informative message when a device was not
1076   found or could not be opened.
1077 - Add the sqlite3 database scripts. 
1078 - Add some patches for 1.36.1 (note, I have now prepared
1079   a 1.36.2 with all the patches and some new features --
1080   to be documented).
1081 - Some minor doc updates.
1082 - Add Arno's baculareport.pl script to the examples directory.
1083 29Jan05 -- after vacation
1084 - Add support for SQLite3 (it seems to run at 1/2 the speed
1085   of SQLite2).  Use --with-sqlite3 instead of --with-sqlite
1086   to get SQLite3.
1087 - Add target for running qemu to boot Rescue CDROM
1088 - Add code to support kernel 2.6 in Rescue CDROM -- does NOT yet
1089   boot correctly.
1090 - Implement ANSI labels -- not yet tested.
1091   This required changes to DB format. No upgrade script yet.
1092   Note, more work needed to modify "update" command to handle
1093   changing label types, also must restrict volume name lengths
1094   to 6 characters.
1095 - Add new Device, Storage, and MediaType records to DB. No
1096   upgrade script yet.
1097 - Add MediaType to bsr file record types. Not yet used in SD.
1098 - Permit multiple device specifications in Storage resource in 
1099   Dir conf file.
1100 - Implement Device resources. Director requests Device resource
1101   info from SD on startup. 
1102 - Note!!!! DIR->SD incompatible with previous versions.
1103 - Remove multiple Storage definitions in Job resource.  One can
1104   still specify multiple Storage resources, but they all go into
1105   a single alist, and imply sending data to each Storage daemon 
1106   simultaneously.
1107 - Implement Device query command between DIR and SD.
1108 - Allow DIR to "reserve" a Device. It will then be acquired
1109   when the FD connects to the SD.
1110 - Turn all DIR resources into classes, and implement a few class
1111   methods -- more to come.
1112 - Turn DEVICE in SD into a class, and implement a number of inline
1113   class methods -- more to come.
1114 - I had serious problems with ACL errors on my Laptop, and so had
1115   to add the following patch:
1116   @@ -181,7 +181,7 @@
1117       }
1118       /***** Do we really want to silently ignore errors from acl_get_file
1119         and acl_to_text?  *****/
1120   -   return -1;
1121   +   return 0;
1122    }
1123 - Added edit_int64()
1124 - Reworked and tested a bit the htable routines.
1125 - Major changes to SD acquire.c -- DIR can now reserve devices. Needs
1126   lots of testing!!!!
1127 - Made a special state code for DVD -- this simplifies the logic
1128   of the code, but I probably broke it. Testing needed!!!!
1129 - Add AutoChanger resource to SD, but not yet used.
1130
1131 Changes to 1.37.2:
1132 12Jan05
1133 - Integrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
1134   acl patch. Fix case where configured but no ACL exists.
1135   Rework calling arguments to be shorter and positioned
1136   more typically in Bacula usage.
1137 11Jan05
1138 - Fix scripts/bacula.in to have awk on an environment variable
1139   and add comments for Solaris users.
1140 - Turn off inet_aton in src/lib/address_conf.c for Win32
1141 - Add new files to win32 build and eliminate a compiler warning.
1142 - Add sample DVD Device resource to bacula-sd.conf
1143 08Jan05
1144 - Integrate Nicolas' patch for direct DVD support.        
1145 07Jan05
1146 - Fix fstype error returns.
1147 - Apply Preben's cleanup.patch which puts back much of the
1148   cleanup code in src/filed/restore.c
1149 06Jan05
1150 - Apply all of Preben's patches, but revert to old backup.c
1151   and old restore.c in filed. Also turn off code in new
1152   acl.c because of errors.  The new code, when fully implemented
1153   moves platform specific code into acl.c.
1154   One of the patches also implements WildFile and WildDir -- thanks.
1155 01Jan05
1156 - Implement Python in the SD (no events yet though).
1157 - Fix some typos in the previous commit.
1158 30Dec04
1159 - Enhance CDROM boot to include some documentation at boot time.
1160 - NOTE!!!!! The CDROM will not boot 2.6 kernels because the
1161     boot sequence has changed significantly. Updates to come
1162     later.
1163 - Add memtest option to CDROM boot.
1164 - Include Nicolas' changes to fix llist JobMedia records.
1165 - Make sure that ClientRunBefore/After messages from the program
1166   are terminated with a newline. Add strerror to output error
1167   messages.
1168 - Return program exit status code in Win32.
1169 29Dec04
1170 - Add memtest86 to Bacula Rescue disk
1171 - Enhance Rescue disk startup screen
1172 24Dec04
1173 - Move some variables to eliminate Solaris 2.6 compiler warnings.
1174 - Fix the seg fault at the end of a job in the FD when using
1175   old style include/excludes.
1176 22Dec04
1177 - Apply Preben's ACL patch.
1178 - Integrate Preben's restore patch.
1179 - Integrate Preben's verify teaks.
1180 - Fix doc/latex/Makefile to copy/remove .eps files when building
1181   html and web outputs.
1182 21Dec04
1183 - Fix Bacula so that it does not exit if there is a syntax error
1184   in its conf file during a reload command. Bug 182.
1185 - Apply fixes suggested for old Solaris networking.
1186   Fixes bug 190.
1187 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1188   three patches that clean up white space:
1189   ws.patch.02.strings:
1190     Breaks strings that span lines into concatenated strings. I am not sure
1191     if you like this one. Other code works with concatenated strings, though.
1192   ws.patch.03.trailing:
1193     This removes trailing whitespace. No changes resulted from this for
1194     my setup.
1195   ws.patch.04.leading:
1196     This replaces space runs at the start of line with tabs. No changes
1197     again.
1198 - Fix overriding storage specification to be done
1199   through a subroutine.
1200 - Fix autoconf so it runs with FC3. 
1201 - Add Python4.3 to configure search paths.
1202 - Always copy and delete storage definitions into jcr.
1203 - Check that VolumeName supplied by Python is valid. 
1204   Return 0 if not.
1205 19Dec04
1206 - Fix undefined in non-Python build.
1207 - Update rescue disk to include mkinitrd
1208 - Fix umount_drives in rescue disk (only one arg to umount)
1209 - Ensure that if SD is manually set in Console, it is used.
1210 - Put generate_event on pointer and plug it in init. This
1211   permits using it in /lib
1212 - Correct despooling size reported to be Job specific rather
1213   than for the whole drive.
1214 18Dec04
1215 - Fix bug 207. jcr use count off by one when manually
1216   scheduling jobs.
1217 - Remove FNMATCH test in configure.in and always use
1218   the one in our library to get the FN_CASEFOLD GNU
1219   extensions on all platforms.
1220 - While using the rescue CDROM after my computer would not
1221   boot, I realized that it would be very useful to have
1222   a umount_disks. So, it is not implemented, along with
1223   updates to the READMEs and some minor tweaks.
1224 - Moved mounting the CDROM in the rescue boot from /cdrom
1225   to /mnt/cdrom (more standard location).
1226 - Reboot in CDROM rescue should now work -- requires -d
1227   option (no write) to work.
1228 - Hopefully fixed all the IPV6/4 problems and buffer
1229   problems with networking in lib. Bugs 190 and 204.
1230   Cleaned up a lot of #ifdefing problems by using routines
1231   in address_conf.c
1232 17Dec04
1233 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1234   alist fix patch.
1235 - Remove duplicate code from chksum.h (mentioned by Preben).
1236 13Dec04
1237 - Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
1238   to handle both the "standard" and "default" ACLs.
1239 12Dec04
1240 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1241   three cleanup patches (btest, verify, find).
1242 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1243   three cleanup patches (backup, chksum, and verify)
1244 09Dec04
1245 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1246   patch to avoid doing MTIOCGET on OSes that do not support
1247   it such as OpenBSD.
1248 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1249   patch to add filesystem type matching to FileSets in the
1250   Options resource.
1251 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1252   patch to add Mac OSX resource fork support (save/restore)
1253   to Bacula -- HFS Plus support.
1254 - Add FileSet to client Job listing query.
1255 06Dec04
1256 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1257   patch to backup directories skipped (due to no file system
1258   changes or no recursion), and to add a slash to the end
1259   of the directory name during the match process.
1260 - Implement Jamie ffolliott <jamieff@inline.net>
1261   patch to dird_conf.c that enables Multiple Connections and
1262   fixes a typo in show. The rest of his patch awaits my suggested
1263   changes.
1264 05Dec04 
1265 - Implement run command in Python
1266 04Dec04 
1267 - Implement conversion of the manual, and some minor
1268   tweaks to the script tags.
1269 - Apply a patch supplied by Preben 'Peppe' Guldberg that implements
1270   ignore case in wild cards and regexes.
1271 - Fix a truncated line in the above patch due to my cut and paste.
1272 03Dec04
1273 - Fix it so that the InChanger flag is only changed for Volumes
1274   in the same Pool.
1275 - Add PIDOF configuration path and apply to bacula.in
1276 - Add user supplied patch to add inet_aton() of old Solaris
1277   systems.
1278 - Require pools to match before allowing multiple simultaneous
1279   accesses to same storage resource.
1280 - Add patch supplied by Martin to correct buffer overrun in
1281   bsnprintf() with no library snprintf().
1282 02Dec04
1283 - Apply user supplied patch that implements No Hard Links.
1284 - Document Python interface
1285 - Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
1286 01Dec04
1287 - Fix non-python prototypes in dummy routines.
1288 - Add python 2.3 to config search list (user submitted patch)
1289 - Add JobStatus to Python variables.
1290 28Nov04
1291 - Add "python restart" command in Console.
1292 - Make built-in variables table driven.
1293 - First cut of Python Events for Bacula. Director only.
1294   StartJob, EndJob, NewVolume events.
1295
1296 Version 1.36.1 released 26Nov04:
1297 24Nov04
1298 - Take Dan's fix to the fix_postgresql_tables (thanks Dan)
1299 - Increase Maximum Concurrent Jobs to 20 in SD and FD!
1300 - Fix improper handling of autochanger Volumes that are not
1301   marked InChanger.
1302 22Nov04
1303 - Update authentication failure message to indicate possible
1304   problem with Maximum Concurrent Jobs. Add to doc too.
1305 - Commit PostgreSQL BIGINT fix -- apparently some people didn't
1306   get it.
1307 - Do not use a slot unless it is InChanger in the autochanger
1308   code, otherwise autochanger gets upset not finding the Volume.
1309 21Nov04
1310 - Make authentication timeout compile time configurable.
1311   The value is set in src/baconfig.h
1312 - Fix removing items from watchdog queue, which apparently
1313   screwed up if there was more than one item.
1314 - Rework mediaformat part of manual to separate out old
1315   tape format for easier reading.
1316 - Add a lot of debug code to the authentication code.
1317 - Add seconds to the start/end times printed in the job report.
1318 19Nov04
1319 - Fix mutex deadlock in dequeue of messages.
1320 - Add debug code to FD authorization.
1321 18Nov04
1322 - Increase authentication timeouts to 10 minutes.  
1323 15Nov04
1324 - Fix cancel bug in FD on /lib/tls with zero pid in 
1325   pthread_kill.
1326 - Add date/time to all messages.
1327 - Make Qmsg use time message was queued rather than time
1328   printed.
1329 - Indent job output two spaces.
1330 13Nov04
1331 - Fix web page links for new manual.
1332 - Grant postgresql permission to cdimages.
1333 - Correct crash after "list nextvol" "list media" bug 160
1334 12Nov04
1335 - Fix scripts/Makefile.in missing ;\  -- thanks Martin
1336 - A bit of work on btape to keep if from going into infinite
1337   loops when things do not work well, and to print a bit
1338   better info.
1339 11Nov04
1340 - JobDefs Storage resource completely overrode anything
1341   specified in Job resource -- bug 159 -- fixed.
1342 - Fix syntax of renaming postgresql per Dan.
1343 - Add working_directory to be /tmp for wx_console.
1344 10Nov04
1345 - Allow both a JobId and a filename or list of files to be
1346   specified on a restore command line.
1347 - Save old mtx-changer before installing new one: bug 156
1348 - Fix errors in CDROM file pointed out by Scott.
1349 09Nov04
1350 - Fix exepath when Bacula executed without path.
1351 - Move test for socket libraries for Solaris in configure.in
1352   before tcp wrapper tests so that linking works.
1353 - Add "make copy-static-fd" to makefile in CDROM file to
1354   copy existing static fd to CDROM rather than building it.
1355 08Nov04
1356 - More doc updates
1357 - Fix ps command for OpenBSD
1358 - Rework the creation of indexes for SQL -- fall back
1359   to the old code, but document what can be added.
1360 06Nov04
1361 - Add new Daemon message handler in default DIR conf.
1362 05Nov04
1363 - Fix Seg Fault with -D100 in bpipe.c.    
1364 - Fix Seg Fault in run specifying a JobId.
1365 - Make mail from daemon with a Messages Resource use
1366   the MailCommand with editing rather than the default
1367   sendmail.
1368 - Replace Jmsg in dispatch_message() with Qmsg.
1369 - Make edit_job_codes handle NULL jcr.
1370 04Nov04
1371 - Add M_ALERT class and put tape alerts into it.
1372 - Fix Verify count vs found by not double counting files
1373   that are split across files/Volumes.
1374 30Oct04
1375 - Fix count returned from write_bsr_file() to handle multiple
1376   volumes. This fixes most cases of the Verify VolumeToCatalog.
1377 - Cleanup a bit the make clean for the rescue cdrom and remove
1378   unneeded files from the CVS.
1379 28Oct04
1380 - Fixed acquiring a tape so that it does not block all acquires
1381   when operator intervention is needed.
1382 - Platform build script updates from Scott
1383 - Doc updates
1384 - Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
1385   new /lib/tls. This is done in the startup scripts.
1386 - Modify mtx-changer so that it checks for ONLINE while
1387   waiting.
1388 - Modify make_postgresql_tables.in so that EndBlock is stored
1389   as a bigint. Prevents job failures when a disk volume is
1390   larger than 2GB.
1391 24Oct04
1392 - Add grep ONLINE to wait_for_drive() in mtx-changer.in
1393 - More doc.
1394 - Rebuild Scott's new configure
1395
1396 Version 1.36.0 released 21Oct04:
1397 Changes to 1.35.9:
1398 19Oct04
1399 - Modify install of make_catalog_backup and delete_catalog_backup so
1400   that it will not overwrite any existing file.
1401 - Additional documentation.
1402 - Modified detection of largefiles to always set all flags regardless
1403   of the machine.
1404 - Modify autostart scripts to start Bacula late in the process and
1405   terminate it early.
1406 - Drop CDImages table in drop database tables scripts.
1407 - Alter casting of (void *) in gnome2-console/restore.c to pass
1408   by a (long int) so that it works with 64 bit machines.
1409 - Add more debug to heartbeat.c in FD for problem of dropped connections.
1410 18Oct04
1411 - Adjust priorities for starting/stopping daemons to be
1412   started late and stopped early as suggested by Marc Williams.
1413 18Oct04
1414 - Adjust priorities for starting/stopping daemons to be
1415   started late and stopped early as suggested by Marc Williams.
1416 18Oct04
1417 - Fix crash on exit with -t option in FD on 2.6 kernels -- 
1418   uninitialized thread id variable.
1419 - Add additional SD and FD debug info to detect network hang.
1420 - Fix bnet_strerror() routine not to return stack pointer.
1421 - Put latest update routines in updatedb.
1422 16Oct04
1423 - Fix error during restore error reported by Christopher Hull when
1424   no tape in the drive (open fails).
1425 - Add more precise error reporting to FD when a network error
1426   occurs.
1427 15Oct04
1428 - Fix empty files reported by Marin (zero file_size in dev.c).
1429 - Update all the db update scripts to include the new multiple
1430   key index on File proposed by Martin, and to fix up a few
1431   minor things with PostgreSQL.
1432 - Apply Christopher Hull's patch for getting the catalog correct
1433   during a restore.
1434 - Created a patch for 1.34.6 (and code in 1.35) to detect passing
1435   the A option to the FD, which means enable ACL processing.
1436   Submitted by Ben Vitale.
1437 13Oct04
1438 - Fix syntax error in make_mysql_tables.in pointed out by Scott.
1439 12Oct04
1440 - Add a kludge to detect bad date/times, which cause a seg fault in
1441   Microsoft's version of localtime_r().  So, now we know that Microsoft
1442   programmers do not check return codes!
1443 - Minor update to web site (new projects page).
1444 - Remove bigint for filenameid from postgresql table -- as demonstrated
1445   by Martin, it has negative performance repercussions.
1446 - Rework getuser() and getgroup() to avoid any possible race condition 
1447   by returning the value in a buffer rather than from the cached table.
1448 - Add a bit more debug code to the FD status output.
1449
1450 Changes to 1.35.8:
1451 09Oct04
1452 - Documentation.
1453 - Integrate Peter Ericksson's dbx traceback scripts into Bacula
1454 08Oct04
1455 - Fix segfault in lsmark command in restore tree.
1456 - Fix segfault in editing numbers in count command of restore tree.
1457 - Add missing #define for IPV6 found by Martin in address_conf.c
1458 - Use strcasecmp() instead of strcmp() in address_conf.c
1459 07Oct04
1460 - Fix bug where SD crashes on label if drive is not open
1461   (i.e. Always Open = no).
1462 - Added "Rerun Failed Levels = yes/no"
1463 - Made calling offline_or_rewind() non-fatal if the
1464   device is not open.
1465 - Added Martin's suggestion to have multiple level index on
1466   the file table.
1467 - Update doc
1468 - Fix misspelled #define in mysql.c for threading pointed out
1469   by a user. 
1470 - Fix incorrect prototype.
1471 - Attempt to fix Solaris crash in SD during status command. 
1472 04Oct04
1473 - Fix backspace to first character in conio.c
1474 - Add umount command for Phil. :-)
1475 - Fix update volume volfrompool.
1476 - Modify restore to print an error message if the size of a
1477   restored file does not correspond to the saved stat packet.
1478 - Fix count of files to be restored *not* to include 
1479   top level created directories.
1480
1481 Changes to 1.35.7:
1482 03Oct04
1483 - Apply Martin's patch that puts back the run pool override
1484   code -- dumb me for removing it.
1485
1486 Changes to 1.35.6:
1487 02Oct04
1488 - Create patches/README and the patch summary file.
1489 - Use different share mode when opening files on WinMe/98/95 since
1490   SHARE_DELETE is not implemented on those systems.
1491 - In new syntax Includes, pass *all* files through the acceptance
1492   filter so that no error messages will be printed for files that
1493   cannot be opened if they are excluded.
1494 01Oct04
1495 - Fix bug 126 (Martin) -- prevent failed console label request from 
1496   going into fixup code and thus trying to update the catalog.
1497 - Always fold case in fnmatch() on Win32 systems
1498 30Sep04
1499 - Create patches directory
1500 - Apply Martin's patch for fixing console modifications to Verify Jobs.
1501 - Fix Win32 so that it can backup files that are opened by programs
1502   such as Word (certain open system files cannot be backed up).
1503
1504 Changes to 1.35.5:
1505 29Sep04
1506 - Fix Storage overrides in Run directive
1507 - Fix seg fault in AlertCommand
1508 - Fix btape "test" and "fill" commands to work with new SD
1509   data structures.  There are still problems ...
1510 26Sep04
1511 - Correct buffer length passed to inet_ntop() in address_conf.c
1512 - Increase the debug level of a lot of messages to reduce the
1513   debugging "noise".
1514 - Modify how ST_APPEND is handled so that nothing is written
1515   to the Volume if it is not set. It is now set only when
1516   the Volume label is verified, and released when the volume
1517   is released. This required a number of minor but rather
1518   critical and fundamental changes.
1519 - Improve quickly terminating a job in the SD when it errs.
1520   More status checking and a few additional checks on
1521   job_canceled() and check more error return statuses.
1522 - Added a number of debug statements (to be removed later) that
1523   check the VolCatName for a name.
1524 - Create a single subroutine that handles terminating writing
1525   on a Volume at the end of the volume (or after an error).
1526 - Continued to add use of the berrno classs for strerror().
1527 25Sep04
1528 - Apply conio patches supplied by Peter Eriksson for configure.in
1529   conio.h and conio.c to make it work better on Solaris.
1530 - Make run_grub print manual procedure for installing grub
1531 - Add extra setsockopt keepalive.
1532 - Add code to set as many options as possible in the system
1533   tape driver for different OSes.
1534 24Sep04
1535 - Apply Peter Eriksson's patch to configure.in fixes finding
1536   correct libs on Solaris to link conio -- bug 121
1537 - Add expected number of files to Verify VolumeToCatalog, and
1538   if it does not equal the examined files, fail the job.
1539   Fixes bug -- 114
1540 - Modify the depend section of each Makefile.in to reference $(CXX)
1541   instead of $(CC) -- bug 118
1542 - Remove the word "restore" from the Volumes needed message in
1543   dird/bsr.c since the message is used for Restore and Verify.
1544 - Fix initialization and copying of the storage resource when
1545   starting jobs (and in jobq.c when restarting). In some cases
1546   jcr->store was not set causing a segfault -- bug 116
1547 23Sep04
1548 - More doc.
1549 - Pass EndFile and EndBlock to SD.  
1550 22Sep04
1551 - Fixed bscan to close() drive between tapes.
1552 - Turn on transactions for SQLite and PostgreSQL if
1553   multiple connections are turned on.
1554 - Removed stripping of filename in ua_tree insertion routine.
1555 - Fix split_path_and_filename() routines to return zero length
1556   path and files.
1557 - Modify update_tables scripts to convert a single blank filename
1558   into an empty filename.
1559 - Incremented the release number because this version requires
1560   an update to the database.
1561   Use:
1562     cd src/cats
1563     ./update_bacula_tables  
1564   to update an existing database.
1565 - Implemented EndFile and EndBlock in the Media record. This will
1566   allow Bacula to know exactly when to stop reading a tape if the
1567   stupid tape driver does not give a logical end of tape indication 
1568   and Bacula writes to the end of the tape getting an I/O error.
1569 - Added new routines to update the database, and there are
1570   new database creation routines to add the two new Media columns.
1571 - The Media record is updated each time a JobMedia record is created.
1572   This keeps the Media record up to date.
1573 - Undid the code to use automatic type converions to char * in
1574   POOL_MEM. This is due to the ugly consequences of essentially
1575   destroying the class type nature of the class.
1576 - Removed all the old mp_char() #define code.
1577
1578 Changes to 1.35.4:
1579 22Sep04
1580 - Add additional doc.
1581 - Implement automatic POOL_MEM type conversion to char *. Thanks
1582   to Martin Simmons for the suggestion.
1583 - Remove some unneeded function overloading -- need removed by
1584   automatic type conversion.
1585 21Sep04
1586 - Correct segfault in message.c with debug=200 (new code).
1587 - Fix bug 109 verify with no options prints garbage.
1588 - Add ioctl(MTIOCGET) call to clrerror_dev() in dev.c. As reported
1589   by Frank Kardel, this should clear error conditions on NetBSD.
1590 20Sep04
1591 - Modify the rescue script to create mount_drives with
1592   the order specified by Philip Nash (mkdir, mount).
1593 - Tweak install chapter of French manual to add new paragraph
1594   from English.
1595 - Tweak restore tree message to be a bit clearer.
1596 - Modify watchdog to wakeup after 60 seconds, or wakeup if
1597   there is work to do.
1598 - Modify watchdog stop routine to "ping" watchdog so that it
1599   stops immediately rather than after sleep time.
1600 - Fix btape to use new dcr blocks rather than its own.
1601 - Fix butil.c to correctly handle Volume names for the
1602   utility routines (broke when updating to dcrs).
1603 11-19Sep04 (vacation)
1604 - Implement multiple Storage specifications in the Job resource
1605   (AND) each containing multiple specifications (OR). Not yet functional.
1606   Note, this needs more work as most things now use
1607   job->storage[0]->first() rather than looping through devices.
1608 - Implement "Multiple connections = yes/no" in Catalog record for
1609   allowing multiple simultaneous connections to the database.
1610 - Add new mac.c (Migrate, Archive, Copy) to dird -- not yet implemented.
1611 - Implement a new POOL_MEM class that automatically allocates
1612   and deallocates a pool buffer.
1613 - Overload a number of utility routines to permit using both
1614   POOLMEM and POOL_MEM.
1615 - Start converting to using POOL_MEM.
1616 - There were a number of Bacula console ACL checks missing in
1617   ua_run.c. It allowed users to run jobs they really should not.
1618 - Correct a number of dates on the Copyright.
1619 - Overload pm_strcpy() and pm_strcat() to handle new POOL_MEM
1620   class.
1621 - Overload bash/unbash_spaces to handle new POOL_MEM class.
1622 - Make a *MASSIVE* pass through the Storage daemon eliminating
1623   all use of jcr->VolumeName and jcr->VolCatInfo in favor of
1624   dcr->...  
1625 - Eliminate all all redundant arguments from calling sequences
1626   in SD. This poses a number of problems due to the old way blocks
1627   and records were allocated and released all the time. They are
1628   now contained in the dcr. The problem is that old habits die hard
1629   and there are still places where everything is not right.
1630 - Implement "Block positioning = yes/no" in Device resource in SD.
1631
1632 Changes to 1.35.3:
1633 09Sep04
1634 - Add "Multiple Connections = yes/no" in catalog record. Only
1635   the variable is implemented, no code yet.
1636 - Close *all* FD unless debug on. 
1637 08Sep04
1638 - Add first cut of UTF-8 support to conio. It "seems" to be working
1639   pretty well. Moving by words will definitely not work though.
1640 - Improve detection and setting of gateway in the 
1641   network_start script.
1642 07Sep04
1643 - Modify scan code so that in most places scanning will
1644   continue across the end of a line.
1645 05Sep04
1646 - Begin major phase of 1.35 documentation.
1647 - All outstanding bugs are fixed.
1648 - Implement changes and improvements to rescue scripts as
1649   proposed by Gaurav.
1650 05Sep04
1651 - Add correction to Phil's previous patch.
1652 - Send all queued messages in SD and FD prior to closing down    
1653   the job.
1654 - Send queued messages in Jobs before terminating the job 
1655   so that the messages print before the job report.
1656 - Add a destructor so that the Console ACLs are properly
1657   freed.
1658 04Sep04
1659 - Implement isolinux boot disk.
1660 - Integrate Phil Stracchino's code (thanks for Matt's help).
1661   It permits lists and ranges of jobids on the delete as in:
1662   delete job jobid=1,3,5,11-16
1663 03Sep04
1664 - Apply Mike Acar's suggestion when looking for the next volume
1665   to check purged volumes for recycling before doing a purge.
1666 - Make some improvements to CDROM disk.
1667 - Take another crack at ignoring drive open() errors during
1668   polling.
1669 02Sep04
1670 - Add eliminate orphaned job records; eliminate admin records,
1671   and eliminate restore records to dbcheck.
1672 - replace sprintf by bsnprintf() in dbcheck.
1673 - Added scan target to makefile in rescue cd to print scsi
1674   devices.
1675 - Added argument to berrno::strerror() to pass errno.
1676 - Cleaned up a few more old strerror() calls and eliminated a
1677   few of the now unnecessary set_errno() calls.
1678 - Fixed a bug in the polling code that prevented more than 100
1679   label reads (insanity check disabled if polling).
1680 - Ignore bad return from open_device() if polling.
1681 - Short circuit code if fatal error return from read_label() in
1682   mount.c
1683 01Sep04
1684 - Add index file to JobId field of File records for PostgreSQL.
1685 - Correct several bugs in the job queue scheduler concerning   
1686   rescheduled jobs: 1. The SD status was not cleared causing a
1687   wrong status to be displayed by Dir after rescheduling. 2. All
1688   rescheduled jobs became zombies because the jcr use_count was
1689   not decremented properly.
1690 - Make the Catalog resource required in Client records.
1691 - Order the listing of where a file is (item 2 on the restore
1692   menu) by StartTime.
1693 - Clarify when a filename only and a full path + filename must
1694   be entered in items 2 and 8 of the restore menu.
1695 - Fix logic error in resolution of names on IPv4 systems.
1696
1697 Changes to 1.35.2 released 01Sep04:
1698 30Aug04
1699 - Inhibit printing of FileSet for a restore as it is misleading.
1700 - Cleaned up a number of minor scripting problems with the CDROM
1701   creation.
1702 - Fixed a race condition causing a Director crash on termination,
1703   if a large number of SIGHUPs were sent during a multiple concurrent
1704   set of backups.
1705 28Aug04
1706 - Completed integration of Rescue CD scripts with Bacula source.
1707 28Aug04
1708 - Added Ignore FileSet Changes = yes
1709 - Added more error checking to the spooling code.
1710 24Aug04
1711 - Applied a patch from Peter Eriksson that removes a dynamic stack
1712   allocation (replaced by alloca) and fixes some const problems.
1713 - Fixed a free() of a static variable in the new IP code bnet.c
1714 - Got the new Bacula Rescue CDROM booting.
1715 - Replaced a dynamic template by a simple store when using the
1716   native C compiler.
1717 - Reworked some of the block.c error handling.
1718 - Changed a Dmsgx(000, to Dmsgx(100 in dev.c that was dumping
1719   debug output on a user.
1720 - Integrated patch from 1.34.6 block.c to 1.35
1721 17Aug04
1722 - Fix conio.c problem on Solaris.
1723 - Add debug code to lock_jcr_chain().
1724 - Lock jcr chain around less code.
1725 - Implement call by reference for Mmsg() and pm_strxxx() to
1726   simplify calls.
1727 - New IP address specification is used as follows:
1728     [sdaddresses|diraddresses|fdaddresses] = { [[ip|ipv4|ipv6] = { 
1729            [[addr|port] = [^ ]+[\n;]+] }] }
1730
1731   so it could look for example like this:
1732      SDaddresses  = { ip = {
1733             addr = 1.2.3.4; port = 1205; }
1734         ipv4 = {
1735             addr = 1.2.3.4; port = http; }
1736         ipv6 = {
1737             addr = 1.2.3.4;
1738             port = 1205;
1739         }
1740         ip = {
1741             addr = 1.2.3.4
1742             port = 1205
1743         }
1744         ip = {
1745             addr = 1.2.3.4
1746         }
1747         ip = {
1748             addr = 2001:220:222::2
1749         }
1750         ip = {
1751             addr = bluedot.thun.net
1752         }
1753      }
1754   as a consequence, you can now specify multiple IP addresses and
1755   ports to be used. In the case of a server, it will listen on
1756   all those that you specify. In the case of connecting to the server,
1757   Bacula will attempt connecting to one at a time until it succeeds.
1758   And, in a few other special cases, Bacula will use only the first
1759   address specified.
1760
1761   The default port numbers are still the same and the services and hosts 
1762   are also resolved by name. So now  you could use the real names for the 
1763   port numbers.
1764
1765 Changes to 1.35.1:
1766 14Aug04
1767 - Print error message if Alert Command fails in bpipe_open().
1768 - Doc Alert command.
1769 - Eliminate unnecessary class in findlib/attribs.c
1770 - Add necessary empty files to new tray-monitor directory.
1771 13Aug04
1772 - Implement Class with template in findlib/attribs.c to do casting
1773   of uint64_t into stat packet types to avoid compiler warnings.
1774   Thanks to Meno for this idea.
1775 - Make some modifications to satisfy VC++.
1776 - Apply Martin Simmons' second patch to compat.cpp to fix the line
1777   I previously missed.
1778 - Apply Meno's fix to bnet that corrects use of ipaddr after free_addresses,
1779   back out my kludges, and it works.
1780 - Modified configure.in to by default add -Wall.
1781 12Aug04
1782 - Found some problems with printing IP addresses -- will notify Meno.
1783 - Added printing Pool to Job report.
1784 - Fixed several places where dlists were not being released 
1785   (term_job_server, ...)
1786 - Started implementing New() for dlists. Spent a lot of time,
1787   but could not get it to work.
1788 - Fixed a mutex deadlock between the job queue scheduler and the
1789   watchdog.
1790 - Made add_address() static.
1791 - Added bsnprintf to address_conf.c
1792 10Aug04
1793 - Apply Marin Simmons patch to inet_aton() in compat.
1794 06Aug04
1795 - Build on Win32 -- required a few changes because of new IP code.
1796 - Implement program reader code in Dir and FD -- not tested, and
1797   a few corrections for writer code are needed in FD.
1798 - Rework SQL for pruning. Add Admin pruning. Prune failed
1799   jobs in Verify and Restore.
1800 - Don't put commas in listing produced in restore so that users
1801   can cut and past JobIds without having commas in the way.
1802 - Change size_t to socklen_t in filed.c -- reindent a bit.
1803 - Remove addr_list->size from buf size definition in bnet.c
1804 - Create a Developer's document.
1805 - Add prompt for Update volume from pool and update all 
1806   Volumes from pool.
1807 05Aug04
1808 - Implement user friendly time duration input editing.
1809 - Add buf len argument to edit_utime().
1810 - Added eliminate orphaned Client records to dbcheck.
1811 04Aug04
1812 - Implement Alert Command in SD Device conf. 
1813 - Fix updating a Volume from the pool record -- it never changed
1814   anything.
1815 - Implement updating all Volumes from pool record.
1816 - Add patch by Denis Shaposhnikov that fixes excludes of directories
1817   in new style FileSets.
1818 03Aug04
1819 - Merge Meno's IPv6-1 code.
1820 - Update License to terminate rights of anyone suing a GPL licensor.
1821 - Add Pruning doc sent by Bryce Denney
1822 - Correct inconsistencies in restore command doc pointed out by user.
1823 - Don't edit commas in SQL intergers if they are not stricly integer.
1824 30Jul04
1825 - Update all pools in all DBs when starting the Director.
1826 28Jul04
1827 - Implement final cut of berrno and update Win32 code.
1828 - Update copyright to include a termination clause. Add copyright to
1829   binaries.
1830 - Implement .backups client=xxx for Nicolas.
1831 27Jul04
1832 - Make first cut at implementing berrno class to handle Unix, Win32
1833   and bpipe errors. Bpipe still needs to be implemented.
1834   This fixes (not yet tested) the Win32 errno problems in the compat lib.
1835 - Fix btape compile problem reported by Martin Simmons -- thanks.
1836 - Add ./configure detection of sys/tape.h
1837 26Jul04
1838 - Apply two fixes to recent changes to dev.c submitted by
1839   Martin Simmons.
1840 24Jul04
1841 - Add checks in btape for correct size of off_t, and correct editing
1842   of 32 and 64 bit values.
1843 - Move supported OS/hardware into a chapter by itself.
1844 - Fix bscan, which did not handle walking dcr list.
1845 - Remove old attach_jcr_to_device() code.
1846 - Fix config from Andy Wettstein's patch to use bitypes.h and detect
1847   uint32_t, ... definitions.
1848 - Fix a few compiler warnings because of casting pointers to int and
1849   vise versa.
1850 - Do some minor cosmetics to query.sql. nothing changed.
1851 - Don't call stop_thread_timer() in backup.c if timer not started.
1852 - Fix bug with out of order JobIds on restore.
1853 - Make watchdog examine queues once every 10 seconds instead of once
1854   a second.
1855 22Jul04
1856 - Add more bools to dev.c
1857 - Fix walking attached DCRs in bscan.c
1858 21Jul04
1859 - Doc updates
1860 - Start work on rescue files. Integrated RAID changes. 
1861 - Print a message when query.sql moved to query.sql.old during install.
1862 - Move setting of FreeBSD chflags() to after utime() to avoid error
1863   messages is immutable bit is set.
1864 18Jul04
1865 - Turn off heartbeat in FD when -s is given so that we can 
1866   debug without a flood of signals.
1867 - Close and reopen the device during an append test in
1868   btape. This better tests appending as if Bacula stops/restarts.
1869 - Remove old attach/detach_jcr_to_device() code
1870 - Add new attached_dcrs code.
1871 - Remove unnecessary subroutine for bsnprintf.
1872 - Replace sprintf() by home-grown code in edit_uint64 ...
1873 - Begin implementation of dev->attached_dcrs. 
1874 17Jul04
1875 - Remove scripts/fd.in from configure.in
1876 - Add printing of JobId when a Job is started from the console.
1877 16Jul04
1878 - Remove fd/fd.in from scripts directory.
1879 - Fix a number of bugs in dbcheck concerning the -c option
1880   (i.e. with a config file).
1881 - Made RH start scripts use -u and -g options.
1882 - Many more DCR changes.
1883 - Add job message indicating that the job has been rescheduled
1884   and when.
1885 - Fix job end time so that it is always updated. Previously it
1886   was not updated when a job was rescheduled.
1887 - Correct SQL for restoring job by path/name. It could sometimes
1888   pickup the wrong JobId -- submitted by a user.
1889 - Add a number of "%s" in editing database errors -- security issue.
1890 - Ensure that the NumVols is incremented and decremented in the
1891   pool record when Volumes are created or deleted.
1892 - Cleanup error handling when labeling a tape. If vol was read-only,
1893   the device would still be marked as having found a label.
1894 09Jul04
1895 - Put ftCreationTime into st_ctime of stat packet. Hopefully
1896   this will fix the problem of noticing files have been moved
1897   into the save path after a Full save.
1898 - Fix bug in "status dir" where not all entries are listed.
1899 - Cleanup some improper result printing in configure.
1900 - Optimize a couple of insertions in binary_insert of dlists.
1901
1902 Release 1.35.0 08 July 2004:
1903 08Jul04
1904 - Apply Christopher Hull's const patch for PostgreSQL
1905 - Add code to block.c to detect if block header is destroyed.
1906 - Add debug code for memset checking for zeroing 1900-3000 bytes
1907   which is what happened to the block headers.
1908 - If block header is destroyed, read the next block. Probably
1909   should return with new status similar to the SHORT block 
1910   return.
1911 - Add more debug info to bls for bad blocks.
1912 - More implementation of DCRs.
1913 07Jul04
1914 - Eliminate argument passing in SD by using dcr.
1915 - More int->bool conversions.
1916 - Add file:block to a number of read/write error messages.
1917 04Jul04
1918 - More int -> bool conversions.
1919 - Modify the SD piece by piece to use DCRs everywhere.
1920 - Cleanup some printout for query command. 
1921 - Fix typo in cats/mysql.c
1922 - Work on cleaning up tape driver a bit (use bools, better calling
1923   sequences).
1924 - Attempt to fix multi-Volume disk backup. Needs to be tested.
1925 01Jul04
1926 - Add Regular expressions to FileSet options.
1927 - Correct configure.in to use ${MAKE} for doing the dependencies.
1928 - Make MySQL and PostgreSQL try for 30 seconds to connect before
1929   giving up.  
1930 - Correct Gnome 1.4 Makefile to build without cats library.
1931 - Correct a crash reported (with patch) by Jonathan Soong 
1932   when attempting to backup an ACL on a symlinked file.
1933 27Jun04
1934 - Fixed an off by one bug in the new resources pointer code.      
1935   res_head array was one too small.
1936 - Added Errors to last_job list. This allows detecting jobs
1937   that terminated in a warning.
1938 - Implement setting the Win32 icon to yellow instead of red
1939   when the job terminated OK but with warnings.
1940 - Fix the Win32 makefile and VC project file. The links were
1941   not including the Win32 dlls.      
1942 - Delete some old Win32 code that was turned off.
1943 - Eliminate a few more Win32 compiler warnings.
1944 - Reduce the output produced by NIS (Win32 install builder).
1945 - Simplify some of the #ifdefing in compat.h
1946 26Jun04
1947 - Rewrite spooling error handling when I/O error occurs. It is
1948   a bit tricky, requiring to truncate the file so that a despooling
1949   will work correctly. Needs to be tested.
1950 - Make better subroutines for setting up for a new job.
1951 - Start putting all DB ids on #defines (going to 64 bits).
1952 - Fix gnome-console Makefile.in to work again.
1953 - All "level=Incremental/Decremental" to the estimate command. This
1954   required some re-arrangement of subroutines at a fairly low level.
1955 25Jun04
1956 - Apply Piotr Jaworski's patch (patch-r-status.diff) to update the
1957   catalog status when a backup job starts running.
1958 24Jun04
1959 - Add (char*) cast to readline call in console.c for old readlines.
1960 - Copy Makefile.in from gnome2-console to gnome-console (to eliminate
1961   need for cats library).
1962 - Modify spooling code to handle write error (e.g. spooling disk full)
1963   more gracefully. Previously despooling would fail.
1964 22Jun04 
1965 - Reduce casting in smartall.c a bit and add counters for 
1966   bytes, max_bytes, buffers and max_buffers.
1967 - Fixed reload algorithm to stack both job end callback and the
1968   table id.
1969 - Fixed the orphaned buffer after reload (job_end_push had to be
1970   destroyed.
1971 - Destroy cond var (jcr->term_wait) only if initialized.
1972 21Jun04
1973 - Sort the Scheduled Jobs list by start-time, priority.
1974 - Implement resources on a pointer.
1975 - Fix Gnome console crash on up/down arrow with no history.
1976 19Jun04
1977 - Finish first cut of SIGHUP code. To make really work need res
1978   on a single pointer rather than in fixed memory.
1979 - Fix a number of places in query.sql where multiple JobIds are
1980   printed (due to JobMedia records).
1981 - Add new query: List jobs on Volume given Volume name.   
1982 - Correct socket close on Win32 in bnet.c (in addition to compat.cpp).
1983   Caused fd leak in Win32 for each connection.
1984 - Remove vol labeled test in askdir update_volume_info so that non-labeled
1985   Volume in catalog can be marked in error.
1986 - Close socket in SD when connection rejected. Caused fd leaks.
1987 - Initialize job_start_wait cond variable after every new_jcr() otherwise
1988   NetBSD gets error in library when trying to delete it without being inited.
1989 - Fix typo (9 instead of 0) return status in write_new_volume_label.
1990 - Fix mount.c to call routine that correctly marks a volume in error.
1991 - Move code to rewrite volume label to subroutine -- a bit cleaner.
1992 18Jun04
1993 - Finish implementation and testing of new restore tree code.
1994 - Implement feedback while tree is loading.
1995 - Eliminate printing INFO message in UpdateDB (cats) -- it generates
1996   "false" error messages.
1997 - Eliminate some GTK error messages when running the Gnome2 console.
1998 16Jun04
1999 - Begin restructuring tree.c for inclusion of the binary_insert()
2000   routine.         
2001 - Apply Peter Eriksson's lib file order changes in linking for IRIX.
2002 - Abort configure if Internal is  selected as the database.
2003 - Add testimonials to the Web page
2004 - Add the bugs list to the Web page "lists".
2005 - Clarify the English in SuSE and Slackware when SD not running.
2006 15Jun04
2007 - Applied another extern "C" patch from Peter Eriksson.
2008 - Fixed a bunch of VC warning messages.
2009 - Applied the patches sent by Andreas Jellinghaus: build Gnome and  
2010   wx-console in client-only build if configured; add ./configure option
2011   to permit setting of sbin modes -- default is 0745 as before; remove
2012   cats library from Gnome console build; remove old version from Gnome
2013   About box. Thanks Andreas.
2014 14Jun04
2015 - Applied Peter Eriksson's const changes to the source code. Thanks Peter.
2016 - Implemented a binary_insert() method for dlists -- intended to be used
2017   in the restore tree routines.
2018 - Turned on my bsscanf() code, which replaces sscanf() by my routines, which
2019   are a subset of sscanf() used by Bacula, but which have known 32/64 bit
2020   behavior rather than vendor dependent !@#$%*.
2021
2022 2004-07-30 Version 1.34.6 28Jul04 Release
2023 28Jul04
2024 - Fix a restore bug where the backups could be
2025   applied out of proper order possibly restoring an old version
2026   of a modified file.
2027 - Fix for restore selection of a file by name, where it was
2028   possible to select a file from the wrong Client.
2029 - Fix segmentation fault during backup of a symbolic link
2030   with ACLs turned on.
2031 - Fix a minor compile error in wx-console.
2032 - Fix a bug in despooling when the spooling disk partition becomes
2033   totally filed or gets I/O errors.
2034 - Fix a memory leak in PostgreSQL, and make Bacula retry 5 times if
2035   connecting to the DB fails.
2036 - Retry 5 times if connect to MySQL failes.
2037 - Fix linking the gnome-console
2038                                                                                       
2039 2004-06-22 Version 1.34.5 21Jun04 Release
2040 21Jun04
2041 - Fixed Gnome crash on up/down arrow with no history.
2042 - Fixed btape "fill" crash with multiple tape option.
2043 19Jun04
2044 - Fix a number of places in query.sql where multiple JobIds are
2045   printed (due to JobMedia records).
2046 - Add new query: List jobs on Volume given Volume name.   
2047 - Correct socket close on Win32 in bnet.c (in addition to compat.cpp).
2048   Caused fd leak in Win32 for each connection.
2049 - Remove vol labeled test in askdir update_volume_info so that non-labeled
2050   Volume in catalog can be marked in error.
2051 - Close socket in SD when connection rejected. Caused fd leaks.
2052 - Initialize job_start_wait cond variable after every new_jcr() otherwise
2053   NetBSD gets error in library when trying to delete it without being inited.
2054 - Fix typo (9 instead of 0) return status in write_new_volume_label.
2055 - Fix mount.c to call routine that correctly marks a volume in error.
2056 18Jun04
2057 - Eliminate printing INFO message in UpdateDB (cats) -- it generates
2058   "false" error messages.
2059 - Eliminate some GTK error messages when running the Gnome2 console.
2060 16Jun04
2061 - Apply Peter Eriksson's lib file order changes in linking for IRIX.
2062 - Abort configure if Internal is  selected as the database.
2063 - Add testimonials to the Web page
2064 - Add the bugs list to the Web page "lists".
2065 - Clarify the English in SuSE and Slackware when SD not running.
2066 15Jun04
2067 - Applied the patches sent by Andreas Jellinghaus: build Gnome and  
2068   wx-console in client-only build if configured; add ./configure option
2069   to permit setting of sbin modes -- default is 0745 as before; remove
2070   cats library from Gnome console build; remove old version from Gnome
2071   About box. Thanks Andreas.
2072
2073 2004-06-09 Version 1.34.3 09Jun04 Release
2074 12Jun04
2075 - Enhance regression scripts.
2076 - Apply Tim Oberfoell's ACL patch.
2077 11Jun04
2078 - Implement bsscanf() because sscanf on FreeBSD amd64 stores
2079   in 64 bit words for %ld. Turned on for the moment only for
2080   FreeBSD amd64.
2081 - Fix all conversions of ptr to int to use (long unsigned) this
2082   works on i386 and amd64.
2083 - Add mtimeonly and keepatime to new Options list -- omitted before.
2084 - Add a bit more authentication debug code.
2085 - Start variable name/overload cleanup in SD
2086 - Fix sscanf() in askdir.c scanning into bool to use local int.
2087 - Make max_spool_size int to allow proper arithmetic.
2088 - Remove trailing junk on sscanf() of "Hello Start Job" in SD.
2089 - Make ask_sysop_to_mount_volume() always ask sysop.
2090 - In SD mount.c, if get I/O error or read label error on non-removable
2091   Volume, mark the volume in error and retry. 
2092 - In SD mount.c, if non-removable volume, never ask sysop to mount. We
2093   ask sysop if there are no appendable Volumes though.
2094 - The above 3 items fix the looping error Bacula would get if the
2095   Volume was in the catalog but didn't exist -- or was zero bytes 
2096   long.
2097 10Jun04
2098 - Implement | and < in FD for new FileSet files.
2099 - Implement simplistic attribute spooling statistics in status.
2100 - Make storage=xxx on restore override the restore default.
2101 - Fix an uninitialized stack variable in append.c that caused data
2102   corruption on amd64 machines and *could* cause the same on other
2103   machines.
2104 - Fix a seg fault in automatic tape labeling.
2105 - Eliminate a PoolId=nn when zeroing the InChanger flag for a Volume.
2106 - Add a bit more debug info to bls.c
2107 - Clear InChanger flag during "update barcodes" if no VolName present,
2108   i.e. no Volume in Changer.
2109 - An update pulled in Christopher Hull's fixes to the client program          
2110   execution on Win32 to search the path and use COMSPEC.  New rules
2111   apply!
2112 - Fix UpdateDB to complain if mum_rows < 1 rather than != 1.
2113
2114
2115 2004-06-09 Version 1.34.3 09Jun04 Release
2116 09Jun04
2117 - Add missing FT codes in new FileSet callback, which caused error
2118   return on unchanged directories.
2119 08Jun04
2120 - Fix "update volumes" move from one pool to another.
2121 - Change default search location for PostgreSQL -- thanks
2122   to Hans-Ulrich Schaefer.
2123 06Jun04
2124 - Zero Slot if not autochanger in stored/mount.c
2125 - As a last ditch effort to mount the next tape in mount.c, zero slot
2126   and ask sysop.                 
2127 - Win32 status was picking up the first status in the list job terminated
2128   jobs instead of the last.
2129 05Jun04
2130 - Add additional fields to llist pools
2131 - Correct some minor label scan problems with update slots
2132 - Ensure correct Pool is used with tape cleaning prefixes.
2133 - Eliminate false error message in update slots (slots taken as
2134   Storage device).
2135 02Jun04
2136 - Print "Unimplemented" message if user does reload command in Console.
2137 - Add DISTINCT to Volumes for restore in query message (user supplied fix).
2138 - Fix crash in btape during read after fill -- important bug.
2139 - Turn config parse ABORTs into ERROR_TERM in Storage daemon.
2140 - Add dbcheck enhancements submitted by Mano Abels and
2141   Jose Luis Tallon.
2142 - Update autoconf files to latest version.
2143 01Jun04
2144 - Modify jobq scheduler to require exclusive use of the Storage device
2145   before starting it.
2146 31May04
2147 - Eliminate a few compiler warnings on Win32
2148 - Change Win32 to use btimers instead of timers.
2149 - Remove two returns in void subroutines in wxbconfigpanel.cpp
2150 30May04
2151 - Apply Christopher Hull's check for error return from open_bpipe()
2152   in filed/job.c
2153 - Be sure to clear *all* bits in hourly when an hour is given.
2154 - Apply a user fix to query.sql
2155 - Check status code returned from _open_osfhandle in compat
2156 28May04
2157 - Apply Peter Eriksson's bug fixes.
2158 - Add Alpha (tru64) submitted by Scott Bailey.
2159 - Update manual
2160 - Add new Autochanger to list supported
2161 - Cleanup src dir better after glade trashes it with junk
2162 - Make another attempt to get hourly, daily, ... keywords working
2163   intuitively and correctly.
2164 - Prevent seg fault when no job name specified on "status job"
2165 - Rename timers.h/.c in lib to prevent conflict on some machines
2166 - Trap NULL DCR in block.c
2167 - Add additional info to failed btape test pointing user to manual.
2168 - Undefine DCR, which is defined on some stupid systems.
2169 - Fix stored/dircmd.c not to quote Volume name on label query so that
2170   "update slots scan" works right (the quotes confused it).
2171 - Fix autochanger.c not to attempt to unload a slot if the prior loaded
2172   request returned -1.
2173 01May04
2174 - In testing for Mike Acar's problem. I *finally* found and nailed
2175   the mount command that did not release a waiting job. The return
2176   of a stolen lock forgot to broadcast.
2177 - In examining Mike Acar's problems, it appears that the Bacula                      
2178   block size is not always set to a multiple of 1024. I've modified
2179   block.c to do so.
2180 30Apr04
2181 - Add Excludes to new FileSet handling.
2182 - Fix bsmtp.c to correspond to RFC-2821 by removing extra spaces.
2183 29Apr04
2184 - Implement new style FileSets in both the Director and in the
2185   File daemon. No filters yet. Both old and new styles work.
2186 28Apr04
2187 - Apply the fixes Chris Hanson sent for mtx-changer and for detecting
2188   PostgreSQL on debian.
2189 - Rework File Options document
2190 - Re-begin work on File Options.
2191 - Add define for nl_langinfo in configure
2192 - Add additional tape drives sent by Jesse.
2193 27Apr04
2194 - Modify syslog in win32/compat to throw up a MessageBox().
2195 - Inhibit sending daemon messages to stdout if Win32 is set.
2196 - PostgreSQL performance updates from Volker Goetz
2197 - DB script updates suggested by Dan
2198 - Doc updates
2199
2200
2201 2004-04-26 Version 1.34.2 24Apr04 Release
2202 24Apr04
2203 - Get production build on Win32 of wx-console working -- mostly a problem
2204   of getting the paths right and installing and building wxWidgets.
2205 23Apr04
2206 - Make SD utility programs accept device name as well as archive device
2207   on command line.
2208 - Update docs
2209 22Apr04
2210 - Fix one off bug in StartBlock in bscan -- thanks to Gregory Brauer for
2211   reporting this.
2212 - Remove old debug code from Win32 FD.
2213
2214 2004-04-20 Version 1.34.1 20Apr04 Release
2215 18Apr04
2216 - Found and fixed SD crash during restore.
2217 - Added FreeBSD Bare Metal Recovery documentation by Alex Torres 
2218   Molina and others.
2219 - Added nice graphics produced by Aristedes Maniatis giving an
2220   overall view of Bacula.
2221 - Changed textdomain to be "bacula" in all progs.
2222 - Fixed a major race condition in the job scheduler when multiple
2223   simultaneous jobs is enabled. This occurred only when on job had
2224   blocked another because of resource usage. This caused a deadlock
2225   and CPU usage. Reported by Michel Meyers.
2226 - Changed the backup report to indicate "Backup OK -- with warnings
2227   if any warning messages were generated.
2228 - Change output of restore report to indicate:
2229   "Restore OK -- warning file count mismatch"
2230 - Make backup report say "Backup OK with warnings" if either FD or SD
2231   report any non-fatal errors.
2232 - Modify bscan to print some elementary statistics (#Jobs, #Files, ...)
2233   added to catalog.
2234 16Apr04
2235 - Modify bscan to print some elementary statistics (#Jobs, #Files, ...)
2236   added to catalog.
2237 15Apr04
2238 - Added --enable-wx-console and updated Makefile.in
2239 - Fix mtx-changer so that the calling sequence is compatible
2240   with the previous version (the new one required arguments that
2241   were not necessarily used).
2242 - Document how to use stunnel with Bacula.
2243 13Apr04
2244 - Fix crash in query command.
2245 - Remove schedule from the default restore job.
2246 - Fix data spooler to use min/max tape blocking factors.
2247 - Automatically turn of conio if library not found instead of bombing.
2248 - Cleaned up a lot of copyright dates.
2249 - Try to keep spool statistics from going negative.
2250 - Integrated wx-console code from Nicolas Boichat.
2251 09Apr04
2252 - Added new Pools chapter. Doc about using two disks.
2253 - Attempt to keep the spool file statistics size from going 
2254   negative.
2255 -8Apr04
2256 - Fix the Director's Scheduled Jobs: list to have a ===
2257   termination.
2258 - Fixed ./configure to disable readline rather than stop if 
2259   readline.h is not found
2260 - Fixed a typo in the SQLite database update script as reported
2261   by Robert J. Clark - thanks.
2262 07Apr04
2263 - Removed src/win32/pthreads and src/win32/zlib from the source
2264   tree.
2265 - Created a new depkgs-win32 that has the pthreads and zlib source
2266   code.
2267 - Removed the JobDefs from the default Restore job as it has a
2268   schedule. Thanks to Matt Howard for this.
2269
2270
2271 2004-04-06 Version 1.34.0 06Apr04 Release
2272 06Apr04
2273 - Turn off SIGQUIT in console.
2274 05Apr04
2275 - A good number of document updates.
2276 - Fixed the order which multiple files are accepted for 
2277   inclusion in the restore tree due to the fact that PostgreSQL
2278   returns files in a different order from their insertion.
2279 02Apr04
2280 - Fix autochanger test in btape. It used old editing routines.
2281 - Fix run_program to return 0 if program runs and no output.
2282 - Add more debug to run_program.
2283 - Make signal debug print signal string.
2284 01Apr04
2285 - Build console with client-only build.
2286 - Add better error messages to some of the db_xxx routines.
2287 - Apply Christopher Hull's patches for proper Win32 shutdown.
2288 - Eliminate True and False in favor of true and false.
2289 - Put correct thread id in jcr once the correct thread is running.
2290 - Zap head and tail pointers in dlist when everything is removed.
2291 - Rework sm_dump() so that it won't overrun a buffer when editing
2292   and error message.
2293 - Fix watchdog to properly remove entries while walking the
2294   dlist chain.
2295 - Fix termination of last_jobs list by removing broken code.
2296 31Mar04
2297 - Update dbcheck to fix Paths without a trailing slash and Filenames
2298   with a trailing slash.
2299 30Mar04
2300 - Add -p option to all SD programs including bacula-sd. It causes
2301   Bacula to proceed or forge on in case of I/O errors. It is unlikely
2302   this will help, and it is strongly recommended against running
2303   the daemon with this option in production.
2304 - Tweaked the Makefile not to create the gnome directories except
2305   when doing a gnome install.
2306 28Mar04
2307 - Implement Qmsg() queuing of messages to prevent recursion especially
2308   for bnet.c where recursion is fatal.
2309 - Add detection of ncurses if the termcap lib is not found.
2310 - Tweak winabout -- start cleanup.
2311 - Fix dlist again, when list is destroyed, be sure to null head and
2312   tail pointers.
2313 27Mar04
2314 - Make the default for restore to have nothing marked.
2315 - The "all" keyword on the restore command marks everything by
2316   default.
2317 - The "done" keyword on the restore command prevents user interaction
2318   with the tree routines -- used mainly for scripting (regression ...).
2319 - Correct a bug in the last_sibling code.
2320 - Add alphabetic sorting of siblings so the "dir" and "ls" commands
2321   during restore show files in alphabetic order.
2322 25Mar04
2323 - Based on Mike Acar's suggestions rework tree insert routines. Improve
2324   performance by using a last_sibling link for inserts.
2325 24Mar04
2326 - Apply corrected SQL to sql_get.c supplied by Dan Langille.
2327 - Implement "delete job jobid=xxx jobid=yyy ..."
2328 - Implement "purge volume=xxx volume=yyy ..."
2329 - Fix buffer overrun in query string substitution.
2330 22Mar04
2331 - Fix bad format %s instead of %d for editing new slot in update volume.
2332   Reported by Vadim Zotov.
2333 - Better error diagnostics in ./configure for detecting termcap library.
2334 20Mar04
2335 - Restore old sql.c split_path and file name since it seems to have
2336   broken the Verify stuff.
2337 19Mar04
2338 - Hunt down missing free_locked_jcr() in SD that caused zombies.
2339 - Modify status outputs to be more consistent for zombie checking.
2340 - Add tests to regression script for zombie jobs.
2341 - Set EIO in dev_errno for all error returns when bad data found. This
2342   fixes ERR=Success messages.
2343 - Make error messages all contain ERROR for easy regression testing.
2344 - Add sanity check in DIR for VolFiles becoming smaller.
2345 18Mar04
2346 - Second cut GTK+ restore GUI. Ready for testing but much more to do.
2347 - Phil reported an sql path length=0 message. This broke saves of 
2348   /  -- fixed in scan.c
2349 - Fixed seg fault in btape "test" due to missing allocation of dcr.
2350 - Tweaked some btape messages.
2351 - Sort Volume names in Job report according to the order they were
2352   written -- user request.
2353 17Mar04
2354 - First cut GTK+ restore GUI.
2355 - Applied bsmtp patch supplied by a user. Thanks.
2356 - Made a new split_path_and_filename() subroutine -- in lib/scan.c
2357 15Mar04
2358 - Fix "typos" in RedHat install-autostart Makefile.in
2359 13Mar04
2360 - Added two tar files that Phil sent for adding slackware support.
2361   Thanks Phil and Matt Howard.
2362 - Fix relabel command -- || should have been &&.
2363 - Correct once more the scheduling algorithm -- this time it should
2364   be much better.
2365 12Mar04
2366 - Implement simple spool statistics printed by "status sd".
2367 - Cleanup/add spool error messages.
2368 - On multiple ctl-c, exit from console quickly.
2369 - Implement code to select a different Volume in the SD if the
2370   current Volume is busy -- requested by Patrick Cole.
2371 - Change postgreSQL make tables to use bigint instead of integer 
2372   for StartBlock and EndBlock because
2373   there is no unsigned integer in postgreSQL and these fields use 32 bits.
2374 - Implement multiple drive autochanger support -- prompted by email of
2375   Patrick Cole.
2376 11Mar04
2377 - Update version and date in Win32 build.
2378 - Fix bug in run_conf with month range zapping wday and wom.
2379 - Correct editing of port for PQsetdbLogin in postgresql.c as reported
2380   by J. Conroy, and do a second try.
2381 10Mar04
2382 - Integrate Phil's Makefile patch.
2383 - Add SpoolDirectory to SD Device resource.
2384 - Add MaximumJobSpoolSize to SD Device resource.
2385 - Add MaximumSpoolSize to SD Device resource.
2386 - Implement the above.
2387 - Make despooling lock the device so only it writes
2388   to the device during despooling.
2389 09Mar04
2390 - Data spooling now passes the regression tests.
2391 - Added "Files Expected" to the restore job report.
2392 - Implemented SpoolData = yes/no in the Job resource
2393 - Implemented SpoolData = yes/no in the Run overrides.
2394 - Note, you must have a 1.33.4-09Mar05 SD or later with the Director since
2395   the DIR->SD protocol has changed to support data spooling.
2396 - Remove the confusing "Which DBMS do you want to use (please select only one):"
2397   messages from ./configure.
2398 - Fix broken Jmsg with missing argument in find_one.c
2399 08Mar04
2400 - Second cut data spooling code.
2401 - Fix missing piece of yesterday's patch.
2402 07Mar04
2403 - Integrate patches supplied by Jason Conroy that fix Slot numbers 
2404   getting lost.
2405 06Mar04
2406 - This version contains a *major* addition to the SD structures.
2407   Many variables have been moved out of the JCR into a new DCR
2408   (Device Context Record). This required quite a few changes, and 
2409   introduced a bit of instability. In the end, after a few more
2410   rounds of changes, the DCR will replace virtually all arguments
2411   to the low level SD read/write routines. This change permits
2412   (with a bit more code) the SD to write to multiple devices at
2413   the same time for a single Job. It also facilitates adding the
2414   data spooling code.
2415 - Added a patch that fixed the port specification for postgresql.
2416 - Fixed findlib/find_one.c so that it will complain about backing
2417   up a hard linked file twice, which makes a restore impossible.
2418 - Tighten up permissions on pid file.  
2419 - Attempt to avoid warnings when casting 64 bit pointers to an
2420   integer.
2421 - Added skeleton code for data spooling.
2422 - Make sure spooled attributes are discarded on error.
2423 03Mar04
2424 - Updated getdiskinfo in rescue/linux to handle the fact that the
2425   sfdisk -s option now includes info on partitions. Also, before 
2426   creating the diskinfo files, clean out the old ones.
2427 02Mar04
2428 - Add debug and error output to jobq.c
2429 - Fix some minor errors in debug output of scheduler.c
2430 - Add "trace on/off" command and modify trace code in message.c
2431   to work off trace flag rather than #defines.
2432 01Mar04
2433 - If console is found during install warn user (new name is bconsole).
2434 - On install copy console.conf to bconsole.conf if it exists.
2435 - Make RunAfterJob error non-fatal.
2436 - Rework minor details in status output.
2437 - Attempt to define all values for "consoles" in JCR to avoid
2438   confusion.
2439 28Feb04
2440 - Use net start bacula to start Bacula on WinXP/NT/2K 
2441   systems after installation. 
2442 - Change a few strcpy()s to bstrncpy()s in signal.
2443 - Add "gui on/off" command to console to turn on gui mode,
2444   which will adapt Bacula better to batch or gui programs.
2445   Currently, it prevents commas from being inserted into
2446   numbers in the list command.
2447 - Tweak some of the Makefiles so that the install is done with
2448   the right program (nothing really changed).
2449 - Install logrotate in the "make autostart" of Bacula on RedHat.
2450 - Implement SIGHUP while jobs are running. It *seems* to work but is
2451   a bit fragile and still crashes if you push it. More work needed.
2452 - Applied Phil's GNOME 1.4 patch. Very clean. Thanks Phil.
2453 - Major updates to the native Win32 installer.
2454 27Feb04
2455 - Restructure free of conf resources to handle job_end_push()
2456   and SIGHUP.  Lots of changes little substance.
2457 26Feb04
2458 - Add mtimeonly=yes/no and keepatime=yes/no to Include list           
2459   1.33 style.
2460 - Allow no modifier in time and size specifications.
2461 - Attempt to implement disk seeking. More work needed.
2462 - Implement more in win32 installer and test it.
2463 25Feb04
2464 - Implement kb, mb, and gb modifiers for size, which mean
2465   1,000 bytes, 1,000,000, ... bytes.
2466 - Add Makefile to src/win32 to allow building the full 
2467   release -- it calls nmake where appropriate.
2468 - Remove the rsi directory from win32 as suggested by Christopher
2469 - Add Michel Meyers' nsi file to win32 and integrate it with
2470   the build.
2471 24Feb04
2472 - Add the frigging _O_BINARY to the right variable. Win32 works!
2473 - Add debug code to state file. There is a problem with Win32 read
2474   returning one byte less than it should.
2475 - Implement a number of new functions for alist so that it has
2476   equivalent functionality to dlist.  It will be used for
2477   job_end_push().
2478 - More work on state file. 
2479 - Added a popup message box on Windows if Bacula Aborts.
2480 - Attempt to shutdown the FD server, but doesn't work on Windows. This
2481   would have given a cleaner shutdown, no problem.
2482 23Feb04
2483 - Update projects
2484 - Attempt to fix state file on Win32 -- no luck.
2485 - Add HPUX tweaks to configure.in 
2486 - Update quickstart and install.wml of doc.
2487 - Eliminate extern int h_errno from bnet.c by including netdb.h
2488 - Eliminate NumJobs from last_job structure so that FD and SD
2489   correctly report what is in the state file.
2490 22Feb04
2491 - Implement daemon state file, and save/restore last_jobs list.
2492 - Fix time routines in win32 compat.cpp
2493 - Fix a bug of not checking the bpipe_open() status in do_shell_expansion().
2494 21Feb04
2495 - Add Volker's bacula script to the SuSE directory and convert it
2496   to bacula.in
2497 - Make LockRes() and UnlockRes() use read/write locks and have
2498   debug info to trace locking and unlocking.
2499 - Begin work of implementing SIGHUP. It is now enabled for
2500   the Director and works only if there are no jobs running,
2501   in addition, if the new conf file is incorrect, it will
2502   terminate Bacula. Much more work to be done.  I've figured
2503   out a scheme to implement it with running jobs without
2504   adding individual semaphores or use counts.  
2505 - Sort "list jobs" by StartTime rather than JobId, which can
2506   be random.
2507 16Feb04
2508 - Add a lot of "const" to char * arguments to keep the native
2509   Sun compiler happy.
2510 - Added first cut of message queuing to prevent recursion in
2511   low level routines. This code is not yet working.
2512 - Spent a *huge* amount of time looking at the tape driver
2513   code in the wake of several reports of tape labels getting
2514   trashed. The code looks fine.
2515 - Created a tape with an error (by writing a block at the
2516   beginning of a tape that had valid data), and found that
2517   Under Linux there is no way to read past an I/O error.
2518   I tried mt; I tried my own program (btape); and I tried
2519   using scsitape, which talks directly to the scsi driver.
2520   This is *VERY BAD* news.
2521 - I spent an *enormous* amount of time enhancing the btape
2522   test program as well as making the fill command work with
2523   both one and two tapes and the autochanger if configured.
2524   The multiple tape fill test is now quite comprehensive.
2525   It checks the last block on the first tape, the first block
2526   on the second tape, and the last block (11) on the second
2527   tape.
2528 - Teaked the tape driver for several functions to use the 
2529   OS driver's notion of mt_file if there is an error.
2530 13Feb04
2531 - Add DB update scripts retrieved by Scott to a new updatedb
2532   directory at the top level.
2533 - Add -p option to bcopy to allow ignoring errors on input.
2534 - COALESCE(xx,0) does not work on PostgreSQL because the 0 is not a 
2535   correct time. Replaced by adding LastWritten IS NULL to the sort
2536   line as was first suggested by JML.
2537 12Feb04
2538 - Use COALESCE(LastWritten, 0) in sql_find.c to get NULLs to sort last.
2539   See note above.
2540 - Add write/read and positioning test to btape "test" program.
2541 10Feb04
2542 - Fix bad printf of InChanger flag reported by Pascal Pederiva.
2543 - Fix bad indexing off stack in authenticate.c reported by
2544   Pascal Pederiva.
2545 09Feb04
2546 - Add \n to hosts.access reject message.
2547 - Implement security message class and make hosts.access message use
2548   that class.
2549 08Feb04
2550 - Fix check_memory bug in ua_query.c, which gives a bus error on Solaris.
2551   This affected only the query command.
2552 07Feb04
2553 - Added backup to cdwriter script to examples provided by Johan Decock.
2554 - Fixed a bug where ls really did lsmark (just invert command table
2555   entries).
2556 - Fix bug where a soft linked file and a directory had the same name
2557   by treating the soft link as a directory and putting the entries under
2558   it. This fixes the bug reported by Alexander Mueller.
2559 - Fix a deadlock situation in the new watchdog code where the 
2560   watchdog locks its semaphore, and attempts to lock the jcr_chain,
2561   but another thread has locked the jcr_chain and wants to free a
2562   watchdog, which tries to lock the watchdog semaphore -- deadlock!
2563   Used read/write locks to solve the problem. 
2564 - Improved the error messages when I/O errors or buffer id errors
2565   are detected, and prevent non-sense errors from being printed.
2566 - Fix some incorrect messages in restore if no name is supplied
2567   on the command line (e.g. pool= ).
2568 - Add the third digit to the release version number.
2569 04Feb04
2570 - Add -l option to bls that causes it to ignore tape label errors.
2571 03Feb04
2572 - Correct problems with jobs scheduled at a later time by hand.
2573   Missing unlock(), backward test on pthread_create status.
2574 - Fix setip crash reported by Alan Brown.
2575 - Create bacula.spec.in in SuSE directory from Scott.
2576 - Fix missing unlock() in ua_status on access denial.
2577 - Lots of little cleanups, improving jcr use_count debug printing.
2578 - Add EMSG to mem_pool utilization statistics.
2579 01Feb04
2580 - New bacula.spec.in file from Scott
2581 - Add Scott's spec file to the platforms/suse directory
2582 - Modify configure.in to make platforms/suse/bacula.spec
2583 - Do not allow a resource name to be specified twice.
2584
2585 2004-01-30 Version 1.33-30Jan04 Release
2586 30Jan04
2587 - Apply Jess Guardiani's second fix to list autochanger volumes without
2588   opening the drive (necessary on FreeBSD if no tape is in the drive).
2589 - Added Postgresql configure search libraries recommended by Alan Brown.
2590 29Jan04
2591 - Reworked the command line handler in restore to walk through the
2592   arguments one at a time. This makes the file= entries work correctly.
2593   Also reworked the code that takes the MediaType and finds a 
2594   storage device.
2595 26Jan04
2596 - I've noticed that the backups of Rufus, my development machine, can be
2597   "stuck" for about 12 hours, then suddenly they run. In running the 
2598   debugger, I see that it was stuck on the select() statement waiting
2599   for the Hello.  Why this happens I am not sure. I re-organized the code
2600   a bit because it didn't seem to be as robust as it could, but I cannot
2601   explain the problem. 
2602 - As a consequence of the above, I have implemented a new bsock timer that
2603   can be started and stopped. This is based on Nic Bellamy's new watchdog 
2604   code. The timer is set with start_bsock_timer(bsock, timeout); If the
2605   timeout expires, the bsock will be marked as timed_out and interrupted
2606   with a pthread_kill() on the current thread.
2607 - Added 5 minute bsock timers to all the opening Hello/authentication 
2608   exchanges between the various daemons.               
2609 24Jan04
2610 - New spec file from Scott.
2611 - New patch file from Scott for create_sqlite_database
2612 - Fix crash in run command if invalid pool specified on the command line
2613   and then the user cancels the Pool prompt.
2614 - Separate Console and ConsoleFont resources in gnome2 conf files.
2615 - Remove possibly bad ASSERTs from bnet.c
2616 - Remove open() of device in dircmd.c, which fails on FreeBSD with
2617   an autoloader -- thanks to Jesse Guardiani for this fix.
2618 20Jan04
2619 - Remove all "hostname -s" from configure except for RedHat. Use uname -n instead.
2620 - Implement SetIP command.
2621 - Implement Close On Poll in Device resource on SD.
2622 - Implement Full, Inc, and Diff Pools.
2623 - Implement Access control lists for Consoles.
2624 18Jan04
2625 - Define default working_dir as /var/bacula/working.
2626 - Implement setip console command to set new IP address for a Client.
2627 17Jan04
2628 - Implement maximum network buffer size directives.
2629 - Good first cut at access control lists for the console.
2630 - Optimize restore to select only latest Differential backup after
2631   the Full, and then all following Incremental backups. Previously
2632   everything after Full was selected.
2633 16Jan04
2634 - Organize kernstodo a bit (more to be done).
2635 - Add client IP address to BSOCK structure.
2636 - Use bit fields where appropriate in BSOCK structure.
2637 - Pass UAContext to ua authenticate in Director, and make it
2638   set the appropriate console (or NULL for none).
2639 - Tweak restore "run" argument handling and add "files" keyword.
2640 - Add device name or Volume name to some SD messages.
2641 15Jan04
2642 - First cut multiple consoles.
2643 14Jan04
2644 - Update kernstodo
2645 - Add quit command to restore tree handler.
2646 - Make restore tree handler remember if a hard link is present, and
2647   in doing a mark, only get database entry if there is a hard link.
2648   mark commands thus run at least 2 orders of magnitude faster.
2649 - Add files=xxx field to run command submitted for restore.   
2650 - Add yes to restore run command if either yes or run is command line
2651   argument.
2652 - Make "yes" on command line argument skip prompt for modification of
2653   run job.
2654 - Add markdir and unmarkdir -- both affect only the directory in
2655   question and do not do a recursive descent.
2656 - Make tree command automatically mark all higher level directories to
2657   be restored when a directory or a file is selected.  Such directories
2658   are indicated by preceding the name with a + to indicate that only
2659   the directory entry is selected and not the whole directory tree.
2660 - Modify a few tree commands to walk through all arguments rather than
2661   just taking the first one.
2662 13Jan04
2663 - Update copyright date on changed files.
2664 - Make mark command in restore tree run *much* faster by accessing database only
2665   if the file actually is hard linked -- determined at time tree it built by
2666   keeping a has_link bit in the tree entry.
2667 12Jan04 
2668 - Modify findlib/makepath.c to create all parent directories with full permissions.
2669   This should solve the access problems on restoring files on Win32 systems.
2670 - Modify restore to report **** Restore Error **** if any error are found.
2671   I.e. a file could not be created.
2672 - Change a few errors into warnings -- e.g. if permissions could not be set, but
2673   the file is actually restored.
2674 11Jan04
2675 - Replace bsd_queue with dlist in lib/watchdog.c
2676 - Add Date: header to bsmtp.  Thanks to Meno Abels (abels) on SourceForge
2677   for reporting this.
2678 - Remove ap==NULL check in src/lib/var.c as suggested by Christoph Barbian
2679   because ap (va_list) is a struct on the Alpha, so the code does not
2680   compile.
2681 10Jan04
2682 - Implement first cut of polling for a Volume.  New Device directive
2683    "Volume Poll Interval = xxx" where xxx is a time specification      
2684    (e.g. 5min). Default is off.
2685 - Call pthread_cancel on SD msgchan only if the threadid is non-zero.
2686 07Jan04
2687 - Change RH autostart scripts to start in Dan's order.
2688
2689 2004-01-06 Version 1.33-06Jan04 Release
2690 06Jan04
2691 - Correct calculation of week of month in scheduler and in scheduled
2692   listing.
2693 04Jan04
2694 - Fix cancel of job waiting on mount to be a bit cleaner.
2695 03Jan04
2696 - Fix seg fault -- don't close db in db_open_database(). It must explicitly
2697   be called.
2698 - Doc updates
2699 - Allow purge of a single JobId from a Volume (code untested)
2700 - Implement fix to keep SD from looping complaining about the wrong volume
2701   at the end of a tape -- reported by Phil, and fix confirmed by him. I cannot
2702   seem to reproduce the bug here.
2703 - Clean up a few more strcpy()s.
2704 01Jan04
2705 - Fix configure.in FD User print per Lars.
2706 - Doc update.
2707 - New bacula.spec.in from Scott. Nice!
2708 - Make RunAfterJob non-fatal if it errs since the Job has really  
2709   already completed the save.
2710 - Replace sprintf with bsnprintf in message.c
2711 31Dec03
2712 - Note, this change affects only the Win32 FD.
2713 - Fixed Win32 FD crash due to missing argument in status command. It
2714   always crashed if there was a job that had previously run.  Thanks to
2715   Christopher Hull for finding and diagnosing this problem.
2716 29Dec03
2717 - Fix SELECT as indicated by Dan in sql_get.c for returning Volume names.
2718 - Fix last_jobs list crash for utility programs (btape, ...).
2719 - Correct editing of FileSet name into SQL command.
2720 - Allow calling watchdog stop without initialization for utility programs.
2721 - Enhance btape test by attempting to forward space past the end of the tape.
2722 - Detect CAP_FASTFSF in btape test as possible reason for failure.
2723 - Attempt to prevent infinite loops in fsf_dev() if device not properly
2724   configured.
2725 - Attempt to get correct file number on tape after backspacing at EOM. The    
2726   correction should resolve differences in OS tape driver implementations.
2727 - Add ctl-c detection to bconsole. When reading from tty, interrupts any
2728   output from Bacula, when reading from a file, it terminates the reading
2729   and returns possibly exiting if it is a batch job.
2730 - Create devel_bacula.in script and make it configure itself. Very similar
2731   to the new bacula.in.  
2732 - Modify bacula.in to have separate file locations for each daemon -- makes
2733   it easier to make a new devel_bacula.in when there are changes.
2734 - Remove old config files when rebuilding configure to avoid error msgs.
2735 - Fix btape "test" to respect TWO EOF.
2736 - Fix fsf_dev() to use system notion of file if it is valid after bsf_dev().
2737 - Move btraceback.gdb to scripts directory on installl.
2738 - Add new mandrake bacula.spec.in
2739 28Dec03
2740 - Find commonset of c_iflags that work with FreeBSD tcsetattr on terminals.
2741 - Remove comments from string concatenation -- doesn't work on FreeBSD
2742   compiler.
2743 - Moderately improve bpipe_close() errors. Must rethink status return.
2744 - Eliminate some Emsgs in favor of Jmsgs.
2745 27Dec03
2746 - Add optional Pool keyword on restore command line. If specified, the pool
2747   used will be restricted to the specified pool.
2748 - "Finish" implementation of JobDefs.
2749 - Fix directory for chmod of cats scripts.
2750 26Dec03
2751 - Implement foreach_res() #define and start replacing old code.
2752 - Work some more on jobdefs -- more to be done.
2753 - Implement bstrftime_nc() bstrftime with no century.
2754 - Fix static console problem in gnome2 and gnome directories reported by Alan 
2755   Brown.
2756 - Add code to test for valid Resource Names. Permitted characters are now
2757   alpha, numeric, colon, period, minus, underscore, space.
2758 - Turnoff some unused code in timers.c
2759 - Start adding code to dev.c to prevent infinite loops if fast forward space
2760   file (MTFSF) is configured on but not properly supported by OS.
2761 24Nov03
2762 - Sort FileSet selection list by CreateTime.
2763 - Add "lsmark", and "estimate" to tree routines.
2764 - Doing a mark or unmark now prints how many entries were changed.
2765 - Add command argument parsing to btape.c
2766 - Enhance EOT to print file:block on message.
2767 - Add repeat counts on btape bsf, fsf, bsr, fsr, and weof commands.
2768 - Enhance btape's fill command to be much clearer and more reliable.
2769 - Add state file to btape so that unfill command can be done any time
2770   after a fill command.
2771 - Use reposition_dev() to position for read back of last block.
2772 22Nov03
2773 - Zap InChanger flag only if setting Slot to non-zero.
2774 - Added new SD directive TwoEOF, default off, that tells Bacula whether
2775   to write one or two EOFs for EOM.  For the OnStream driver it must
2776   be off, otherwise an empty file will be created.
2777 - Cleaned up the btape "fill" command to compare the last block written
2778   and read rather than just printing them.
2779 21Nov03
2780 - Implement btape test for autochanger.
2781 - Implement btape test for Fast Forward Space File.
2782 - Moved up to cygwin 1.5.5-1
2783 - Implemented Fast Forward Space File
2784 20Nov03
2785 - Add support for selecting volumes from InChanger list first, then
2786   selecting from all available volumes.
2787 - Ensure that Volumes are selected from oldest LastWritten data/time.
2788 - A couple of bug fixes ensuring the proper ordering of volumes.
2789 19Nov03
2790 - Return oldest LastWritten for find_next_volume.
2791 - Remove ASSERT from stored/acquire.c that could trip when it shouldn't.
2792 - Enhance SD status if debug_level > 1 to show details of dev status.
2793 18Nov03
2794 - Create update_bacula_tables, ... scripts and modify configure and Makefiles
2795 - Eliminate is_num() and use is_an_integer().
2796 - Add user slot selection code "slots=1,2-3,5,10, ..."
2797 - Start daemons at level 90 rather than 20 so that MySQL will already
2798   be started.
2799 - Write alter_mysql_tables.in and alter_sqlite_tables.in
2800 - Add Drive and InChanger to Media record.
2801 - Update database level to 7.
2802 - Add db_make_inchanger_unique() and call it when creating and updating
2803   the Media record.
2804 - Add Drive and InChanger to database code for Media record.
2805 - Allow changing InChanger flag in update command.
2806 - First cut at allowing the user to specify slots for updating autochanger.
2807 - Add scan to "update slots scan".
2808 - Add command in SD to readlabel.
2809 15Nov03
2810 - In the bacula start/stop script, ordered the stop: FD SD Dir to
2811   give the SD the best chances of updating the catalog before dying.
2812 - Add Drive and InChanger to MEDIA_DBR record and to Volume update
2813   from the SD.
2814 - Reorganize the Volume info update from SD so that the Dir sends back the
2815   current information in case the Volume status has changed by expiring.
2816   The DIR-SD protocol is not backward compatible (must update).
2817 - Fixed the signal handler to pass the signal to the exit_handler() 
2818   previously it passed 1.
2819 - Modified SD so that on normal shutdown, it walks through all jcrs and
2820   cancels them so that the Volume status will be updated in the catalog.
2821 - Found and fixed a bug where ST_LABEL was not set in append mode
2822   (when a different tape was accepted other than the original one
2823   proposed by the DIR.
2824 - Update the catalog Volume info after dev->file is incremented rather
2825   than waiting for end of job.
2826 12Nov03
2827 - Change getdomainname() prototype for Darwin.
2828 - Add gethost_strerror() to create correct error message for
2829   gethostbyname().
2830 - After doing a kill() of a stalled connection in watchdog, turn off
2831   the timer to prevent an infinite loop.
2832 - Allow Bacula to rewrite the label on a disk volume.
2833 - Correct usage report printed by bsmtp.
2834 11Nov03
2835 - Complete changing references to bsmtp from smtp.
2836 - Add L_NONE for Admin and Restore jobs and update level_to_str()
2837 - Fix segfault from double free of RestoreBootstrap in job.c
2838 10Nov03
2839 - Change console to bconsole
2840 - Change console.conf to bconsole.conf
2841 - Change smtp to bsmtp
2842 - Implement .bconsolerc
2843 - Check if volume has expired when doing an update media for the SD
2844 09Nov03
2845 - Implement new code that assures that a non-zero Slot is unique within
2846   a given Pool. When setting a non-zero Slot, the Slot of all other
2847   Volumes with the same Slot is set to zero.  Redone later to add
2848   InChanger flag
2849 07Nov03
2850 - Fix bug reported by Lars where an incorrect Volume name was printed
2851   by the "status dir" command.
2852 06Nov03
2853 - Pretty up a few error messages printed by smtp.
2854 - Make btime_t int64_t so that one can do arithmetic.
2855 - Implement since as utime (64 bit UTC). 
2856 - Compute clock diff between Dir and FD, and adjust since time.
2857 - Apply SQL fix from Nic Bellamy (thanks).
2858 - Apply John's zlib #ifdefing fix.
2859 05Nov03
2860 - Add Dan's with-sd-user, ... to configure.in.
2861 - Add Dan's userid and group modifications to bacula.in
2862 - Lots of documentation updates.
2863 - Make console print "Enter a period to cancel a command" when starting.
2864 - Fix the "list nextvol" command so that it doesn't try to close the
2865   database twice, giving a segfault.
2866 - Fix (hopefully) to dircmd.c so that a mount request does a pthread_cond_signal.
2867   There was one path were the signal was not sent. This should fix the bug
2868   that requires you to do two "mount" commands to free a job waiting on a mount.
2869 - Make dir_ask_sysop_to_mount_next_volume() return immediately if a slot is
2870   specified.
2871 - Correct some of the messages in testfind.c (pointed out by Dan -- thanks).
2872 - Alias fd to client, sd to storage.
2873 - Changed order of Console commands so that short commands such as q (quit) 
2874   are more logical.
2875
2876 2003-11-03 Version 1.32d 02Nov03 Release
2877 02Nov03
2878 - Mainly a bug fix release.
2879 - Do a clean of both Gnome directories.
2880 - Require that FileSet id match when finding an Incremental
2881   previous job. This was already the case for a Full.
2882 - Print message if no status returned from FD.
2883 - Correct "Do not forget to mount the drive" message. Test was
2884   backward.
2885 - "status dir" stopped scanning the run records on the first
2886   one that matched giving an incomplete listing.
2887 - Edit commas in Bytes on "estimate" command output.
2888
2889 2003-10-30 Version 1.32c 30Oct03 Release
2890 29Oct03
2891 - Add %v to job edit codes. It edits in the VolumeName(s).
2892 - Add code to ensure that fds 0,1, and 2 are defined by dup'ing them
2893   to /dev/null if necessary.  Mostly for Windows that does not have them.
2894 - Error check dir_create_jobmedia_record() 2 places in acquire.c
2895 26Oct03
2896 - More doc fixes.
2897 - Make message buffer longer for a status message that was    
2898   truncated.        
2899 - Put termination on varargs calls in gnome2-console.
2900 - Scroll only if text sent and not for status update.
2901 - Add all possible Status codes the jobstatus_to_ascii()
2902 25Oct03
2903 - Add new spec file and cats patch from Scott.
2904 - Optimize tree.c a bit -- turn off debug code, keep node fname
2905   length for fast rejection, add some statistics, allocate
2906   in 100K and 1Meg chunks, use bool, uint16_t and uint8_t to
2907   reduce node packet size.
2908 24Oct03
2909 - Eliminate ua_retention.c that was not used.
2910 - Improve error message when closing brace missing in conf file.
2911 - More doc updates.
2912 - Eliminate Don't forget to mount if it is a disk file.
2913 - Fix Gnome2 scrolling and blank screen problems.
2914 - Eliminate multiple JobIds in restore selection list.
2915 - Fix non-portable varargs code in var.c
2916 - Make doc fixes/changes suggested by Dan Languille
2917 23Oct03
2918 - Document new features.
2919 - Implement mod of Verify Job at the run prompt.
2920 - Correct SQL table definitions so that MySQL and SQLite
2921   have all the values in the same position.
2922 - Correct a typo in configure.in when configuring GNOME.
2923 - In doing a "status dir" make it loop over all the run
2924   commands in the Schedule rather than doing on the first one.
2925 - Close all unused file descriptors in bpipe.c otherwise if
2926   a daemon is started, it will keep our TCP/IP port open.
2927 22Oct03
2928 - Print block read error (checksum, I/O, BB01, ...) once then
2929   the number found at the end of the reading.
2930 - Implement RunAfterFailedJob
2931 - Change db_find_job_start_time() to require a Full save before
2932   running an Incremental or Differential job.
2933 - Remove has_volume_expired from code that updates vol info
2934 21Oct03
2935 - Implement "delete job"
2936 20Oct03
2937 - More documentation, add Marc Brueckner's tips to manual.
2938 - Tweak gnome2-console scroll window.
2939 - Turn off some debug info.
2940 18Oct03
2941 - Modify Verify to accept VerifyJob = xx, where the last backup job
2942   of job xxx will be verified.
2943 - Add changing the Pool name for a Volume to "update volume"
2944 - Write most of the code for Verify Disk to Catalog.
2945 - Recreate the src/gnome2-console directory.
2946 - Change all the text handling code to the Gnome 2.0 way.
2947 - Correct the way verify filenames are returned to the Director so
2948   that directories are in canonical form (i.e. trailing /).
2949 - Handle casting bug in glade-2 by sed'ing support.c in gnome2-console.
2950
2951 2003-10-15 Version 1.32b 14Oct03 Release
2952 14Oct03
2953 - Modify configure so that if threaded MySQL client library
2954   is not present, Bacula will link with the non-threaded 
2955   version.
2956 - Updates to the Web pages and to the manual.
2957 - Remove trademark symbol from title. Phil pointed out that it
2958   does not display correctly in a title.
2959 11Oct03
2960 - Implement restore by file before date. 
2961 - Change restore arguments a bit so that you can feed it
2962   multiple jobid= specifications or multiple file= specifications.
2963 - Pass restore with run option on to run_cmd.
2964 - Make run-cmd not prompt if it has a "run" on the command line.
2965 10Oct03
2966 - When pruning, select only old orphanned jobs to delete so that
2967   the current job is not pruned too.
2968 09Oct03
2969 - Corrected return status for bsf_dev and bsr_dev in block.c and btape.c
2970 - dev.c used incorrect ruturn status for bsf_dev in the BSF at EOM
2971   code. This caused all appends on FreeBSD to fail.
2972 - Turn on fast block rejection code.
2973 08Oct03
2974 - Optimize file index searches by adding a count to the bootstrap.
2975 - Write single files/blocks to bootstrap without the second part.
2976 - Add current Volume status to the cannot use this Volume message.
2977 - Zero the rx->bsr in ua_restore when freeing so it doesn't get
2978   freed twice.
2979 - Lots of testing on the restore
2980 - I noticed that SD and FD bootstrap files were not always
2981   deleted, so delete them as soon as possible.
2982 - Restore by file (or by selecting files) created some
2983   horrible looking bsr files that defeated the forward
2984   spacing code, so fix write_findex to work right.
2985 - Add zlib_strerror() routine in filed/restore in case
2986   of zlib errors.
2987 - In filed/restore.c make sure all error returns cleanup
2988   and close the open file descriptor.
2989 - Make sure to set *non* over filename in attr packet
2990   after file is found, so error messages that print the
2991   filename don't print an old, incorrect name.
2992 - Allow bclose() to be called after closing the file.
2993 - Fix a number of unclear help messages, ... reported by
2994   Phil in btape.
2995 - Retweak stored/read_record.c so that it does forward
2996   spacing at the beginning of every tape, not just the
2997   first one.
2998 - Print repositioning message if verbose is set.
2999
3000 2003-10-01 Version 1.32a 03Oct03 Release
3001 04Oct03
3002 - Combine the code in ua_output and ua_status that searches
3003   the run records.
3004 03Oct03
3005 - Fixed "list nextvol" to search for the correct pool in the
3006   Schedule Run records.
3007 - Correct an error in is_block_zero. It found a false
3008   match if the first 1016 bytes of a 32K buffer and     
3009   the last 248 bytes are zero.  Broke the sparse option.
3010 01Oct03
3011 - More documentation.
3012 - Test if multiple mail addresses works. Yes.
3013 - Add debug Jmsg() to trigger if the file I/O packet is
3014   not closed in the FD, i.e file descriptor leaks.
3015 - When error occurs reading label in mount.c, start from
3016   the very top so that the retry count is in effect.
3017 - Zap the mode in soft links in testls.c for regression
3018   testing.
3019
3020 2003-10-01 Version 1.32 30Sep03 Release
3021 28Sep03
3022 - Enhance manual faq, regression ...
3023 - Make FreeBSD read sizes always be a multiple of 512. Needed
3024   to read raw disks.
3025 - Make FreeBSD accept block AND character devices for raw
3026   disk reads.  On FreeBSD there are no block devices.
3027 27Sep03
3028 - Fix printing of EndTime on job report after rescheduling.
3029 - Fix jobq.c error returns to clean up before returning.
3030 - Make Cleaning tape aware of "unlabeled" volumes.
3031 - If a job is rescheduled, ensure that old job is
3032   removed from SD's jcr queue -- i.e. it is still waiting
3033   for FD connection.
3034 - Test rescheduling code.
3035 - Change ./configure to detect Cygwin enviornments.
3036
3037 2003-09-26 Version 1.32 26Sep03 Beta
3038 - Add regression and GUI-interface chapters to the manual.
3039 - Fix "label" of a volume that is already in the catalog,
3040   but not yet labeled.
3041 - Correct the test for spooling attributes which was backward.
3042   This caused the creation of a spool file in the working
3043   directory for every job run.
3044 - Print to the job output stream when block checksum errors
3045   occur, but continue processing. If more than one occurs,
3046   print number at end of job.
3047 - Remove a few unneeded tests from configure.in
3048 - Modify configure to use -pthread on FreeBSD 4.8,
3049   but nothing on FreeBSD 5.1
3050 - Clarify that bmicrosleep() takes sec and microsecs
3051 - Apply Franc Carter's code to specify a DB host in 
3052   bscan.
3053 - Fix sanity login length test in stored/dircmd.c
3054 - remove old code fro stored/job.c
3055 - Lots of work on regress so that it works on FreeBSD
3056   and Solaris.
3057 - Make the default gnome-console wider (console.c)
3058 - Add \r to the items that terminate a token.
3059
3060 2003-09-20 Version 1.32 20Sep03 Beta
3061 - Replace a number strcpy() calls with bstrncpy().
3062 - Added code to ensure that the names for each resource
3063   type are unique. Two resources of different types can
3064   have the same name.
3065 - More documentation
3066 - Added new full length modifiers for time intervals.
3067   Compatible with previous method EXCEPT a modifier is now
3068   manditory.
3069 - Completely restructured recycling. It should work now, but
3070   in any case, the logic is much cleaner. A lot of new
3071   code in next_vol.c
3072 - Added a few pthread_xx_destroy() for items inited.
3073 - Nic Bellamy pointed out that it wasn't necessary to do 
3074   destroy() of static initialized pthread variables -- fixed
3075   watchdog.
3076 - update VolStatus asked for the media and volume twice.
3077 - Changed a few more strcpy() to bstrncpy().
3078 - Made VolBytes=1 as indicator that the Volume is labeled.
3079 - Modified creation of Media record to include VolBytes,
3080   same for sql_update - also set LabelDate if VolBytes = 1.
3081 - Copy any statically linked programs to install directory.
3082 - Change relabel flag to label in Update_media protocol Dir<->SD.
3083 - Change a few strcpy to bstrncpy ...
3084 - Update Media record after an automatic tape label.  
3085 - Added more debug code to bnet_server and bnet.c to attempt to
3086   track down Alex's SD segfault (BSOCK==0)
3087 - Add additional debug cod for authentication errors in cram-md5.     
3088 - Implement "list nextvol job=xx" and add Volume to Dir status.
3089 - Retry waitpid if interrupted -- needed for FreeBSD!
3090 - Move lex.c debug level to 900
3091 - Add new aliases SDAddress, ...
3092 - Final changes for variable expansion
3093 - Possible fix to Alex's SD crashes
3094 - Correct incrementing counters not in catalog -- reported by
3095   Chris Allen.
3096 - Correct memory leak in core var.c code -- reported by 
3097   Chris Allen.
3098 - Make documentation of variable substitution a bit clearer.
3099 - Apply Nic Bellamy's patch to dbcheck.c to fix SQL to work
3100   on both MySQL and SQLite.
3101 - Finally fixed the .messages that was sent during prompts
3102   in the console with no readline.
3103 - Implement new Include/Exclude semantics.
3104 - Fix a good number of segfaults reported by Chris Allen in
3105   the variable expansion code. 
3106 - Print warning message if a job is blocked by user unmount.
3107 - Fix additional variable expansion problem reported by Chris Allen.
3108 - Fix pathconf() error status bug that caused a segfault on
3109   a FreeBSD system -- reported by Gernot Hueber.
3110 - Make sure the console sends ".messages" only when at the
3111   command line prompt.
3112 - Apply a patch from Nic Bellamy that corrects a file descriptor
3113   leak in the Storage deamon when a job is canceled. (Thanks)
3114 - Implement < and | in File daemon.
3115 - Implement ClientRunBeforeJob and ClientRunAfterJob.
3116 - Corrected BSRatEOF to be BSFatEOF in btape --
3117   reported by Lars Koller.
3118 - Documented BSFatEof
3119 - Eliminated save_level in FD replaced by JobLevel.
3120 - Increased MAX_RES_ITEMS from 35 to 50 to handle
3121   new ClientRunBeforeJob ...
3122 - Add line number in error message for restore from file.
3123 - Correct editing of jobids (misplaced comma).
3124 - Implement restore files.
3125 - Quickie patch to allow Purged Volumes to be mounted.   
3126   Must review algorithm.
3127 - Eliminate a duplicated query from query.sql
3128 - Restructure ua_restore.c so that I can add restore files.
3129 - Correct positioning problem at beginning of a second volume 
3130   introduced with the new forward spacing code.
3131 - Eliminated a sprintf() in the tree routines.
3132 - Doc updates
3133 - Added HOST_OS, DISTNAME, and DISTVER to the status output.
3134 - Eliminated a few stray Dmsgn(000, messages making them either
3135   debug_level 100, or Pmsg().
3136 - Made the default "Maximum File Size" 1Gbyte in SD.
3137 - Cache path in tree.c to reduce calls to make_tree_path 
3138 - Documentation updates
3139 - Implement forward space file and block when reading a bsr.
3140 - Fixed a bug in db_find_next_volume() where the VolStatus was
3141   not being returned.
3142 - Rework some of the query.sql records that were incomplete.
3143 - Fixed an ambigous SQL statement in restore.
3144 - Fix proper sorting order in restore display last 20 jobs.
3145 - Remove duplicate JobId's in feeding the directory tree.
3146 - Fix an orphaned ua buffer due to a return that should have been 
3147   break so that cleanup code executed.
3148 - Changed some strcats and sprintfs int bstrncat() ... to prevent
3149   possible buffer overflows.
3150 - Fix max file size code on tape so that after writing EOF, 
3151   an appropriate jobmedia record is created.
3152 - Fix error messages in dev.c, which were copied into lots of
3153   different subroutines without updating the text.
3154 - Add reposition_dev(), and make more of the return statuses of
3155   dev routine standard.
3156 - Eliminate old semaphore and workq code. Keep only new jobq code.
3157 - Try to get a better default size for the gnome-console
3158 - Add code to avoid race conditions in starting/stoping the
3159   heartbeat thread.
3160 - Correct potential race condition in heartbeat_stop().
3161 - Correct segmentation fault in mysql.c if no password given.
3162 - make pm_strcat and pm_strcpy return the string length
3163 - Use Phil's code to get the unadorned job name.
3164 - Move the MTIOCERRSTAT from just after a write() failure to
3165   after writing the EOF marks on FreeBSD systems.
3166 - Enhance packet too big error in bnet.c and add some
3167   ASSERTs in the send code.
3168 - Set heartbeat interval to zero by default.
3169 - Add Recycle to list of Update Volume parameters.
3170 - Use bget_dirmsg() wherever possible in Director.
3171 - Split next_volume code from catreq.c to next_vol.c
3172 - Consolidate editing job codes into a single routine.
3173 - Add Job resource name
3174 - Remove check for Win32 attributes in bls.  It doesn't
3175   need to read them, only print ls -l.
3176 - Add SDConnectTimeout in FD.
3177 - Add Scott's perlgui directory
3178 - Upgrade from RH7.3 to RH9.  New autoconf.
3179 - Eliminate gnome2-console directory.
3180 - Correct English in status command.
3181 - Eliminate old shell expansion code and use BPIPE to call shell      
3182   with echo command.
3183 - Documentation as usual.
3184 - Add a new bacula.spec for Mandrake
3185 - Add ownership to alist items. Default the list owns the items.
3186 - Make record_cb return a status (preparation for internal use).
3187 - Remove all clearing of remainder in read_record.c -- not necessary
3188 - Write a tapetest program for FreeBSD end of tape testing.
3189 - Modify read.c in Bacula to use read_record.c
3190 - Implement multiple records in read_record.c. One for each session that
3191   is open.  Free the record with the EOS_LABEL is found (or at the
3192   end of the scan).
3193
3194 2003-08-02 Version 1.31a 02Aug03 Released
3195 - Yifang Dai reported a case where he stress tested Bacula and
3196   backed up to four volumes, but only two were selected for the
3197   restore. This is because I forgot that the selection could
3198   span a volume entirely.
3199 - Added a missing CLIENT_FOUND_ROWS to the second attempt to open
3200   the MySQL database -- this prevents UPDATE errors if nothing
3201   actually changed.
3202 - Applied corrections to the manual supplied by Bob Collins.  Many thanks!
3203
3204 2003-07-30 Version 1.31 Beta 30Jul03
3205 - Integrated Robert Mathews improved description of Priorities into
3206   the manual.
3207 - Chased down the "The data is not valid" bug on WinMe/98/95.
3208 - Found an orphaned buffer in the set_attributs part of WinMe/98/95.
3209 - Add sleep(1) to console when it gets a SIGTSTP signal 
3210   to prevent it from using 100% of the CPU.
3211 - Improve description of Priorities.
3212 - Add a bit more documentation to jobq.c
3213 - Complete hash table routine htable.c htable.h
3214 - Change M_INFO to M_ERROR in attribs.c for Windows errors.
3215
3216 2003-07-23 Version 1.31 Beta 22Jul03
3217 - Apply a patch from Nic Bellamy that clarifies the error messages 
3218   during recycling volumes.
3219 - Documentation.
3220 - Clear VolCatInfo in askdir.c so that readbytes is zeroed.
3221 - Add SD statistics to backup report.
3222 - Removed old workq code.
3223 - Fixed rescheduling after error.
3224 - Fixed delayed starts which were not working.
3225 - Added priority to values that can change when starting
3226   a job.
3227 - Complete implementation of new job scheduler. jobq.h jobq.c
3228   This code is turned off unless specifically enabled in src/version.h
3229 - Integrate code from Nic Bellamy to check for recycled volume in
3230   mount.c in SD.
3231 - Fix a couple of bugs in dlist.c
3232 - Begin implementation of new job scheduler.
3233 - Take serial.h provided by David Craigon, which corrects differences in 
3234   prototypes between serial.h and serial.c.
3235 - Make db_get_media_ids() return Media Ids only for the current pool.
3236 - Add new jobq.h and jobq.c drived from workq.
3237 - Add JobPriority to jcr, and Priority to Job resource as well as
3238   to the run line in a Schedule.
3239 - Remove unused pool record from autoprune.c.
3240 - Implement Nic Bellamy's RecycleCurrentVolume.     
3241 - Implement RecycleOldestVolume.
3242 - Begin adding new JOB_QUEUE code to the Director.
3243 - Create a single routine recycle_volume().
3244 - Retry accept(), bind() and socket() if EINTR occurs.
3245 - Implement insert_before(), insert_after(), and empty() for dlist class.
3246   Also require offset to be given by giving item and link address.
3247 - Make error some messages in smtp.c a bit more explicit.
3248
3249 2003-07-12 Version 1.31 Beta 14Jul03
3250 - Marc Brueckner reported a crash during restore (a missing tree->)
3251 - Moved host.h.in file from filed to src.
3252 - Update btraceback to include host os, distname, distver in output.
3253 - Split list (in lib) into alist and dlist both with .h and .c.
3254 - Update home page to include Project status page.
3255
3256 2003-07-12 Version 1.31 Beta 10Jul03
3257 - Manual updates.
3258 - Clean up some unused variables detected by the IRIX compiler.
3259 - Test two directories on Win32 -- caused a crash. I forgot
3260   to NULL the uid cache pointer after releasing it.
3261 - Use bstrncpy() instead of strcpy() in find_files.
3262 - Clear a few linked lists in the temp directory packed in find_one.c
3263 - Eliminate an unnecessary variable in attr.c
3264 - Clear the cache pointer after release in idcache.c
3265 - Implement a new C++ doubly linked list class.
3266
3267 2003-07-08 Version 1.31 Beta 08Jul03
3268 - Update document for Win32 stuff.
3269 - Ensure VolStatus value for update is permitted.
3270 - Fix cached_path so that it is local to the jcr, otherwise, there
3271   are problems from job to job.
3272 - Fixed idcache.c which was not thread safe and didn't release memory,
3273   and didn't always edit the userid correctly.
3274 - Correct missing pool memory allocation in update voluseduration.
3275 - Release mutex in pool_mem.c before triggering ASSERT.
3276 - Lock database while recycling.
3277 - Fix a bug in editing since where I forgot to update to the new size.  
3278 - Implement all the command line update arguments.
3279 - Modify label to use volume=xxx for the new volume and oldvolume=yyy
3280   if doing a relable.
3281 - Added yes to run command line arguments.
3282 - Clear errno in editing a string to utime.
3283 - In restore print only volumes that will actually be used.
3284 - Fix bextract -- add appropriate breaks in new case code.
3285 - Add a new test -- bsr-opt-test for testing bsr optimization. As usual,
3286   it pointed out a bug where the directory tree handling code destroyed
3287   the restore arg list.
3288 - Many updates to the manual.
3289 - Pass prefix links flag to FD.
3290 - Sort list of commands for Console
3291 - Set default FD and SD concurrent jobs to 10.
3292 - Rework the find next volume code in catreq.c to correct some minor
3293   but subtle logic errors and to eliminate a goto.
3294 - Did spell check on manual.
3295 - Removed bindtextdomain() as it conflicted with RH8.0 headers
3296 - Fixed parse_args to pass address of POOLMEM struct.
3297 - Constrain FileIndexes written to BSR to be within range of Volume.
3298 - Suppress writing volumes to BSR if they are not actually referenced.
3299 - Make FOPTS use alist for match and base entries.
3300 - Pass prefix_links to SD.
3301 - Add command line interface to most items in "update volume=xxx"
3302 - Add command line interface to restore "jobid", "current", "before", "all".
3303 - Add command line "yes" to run command to supress prompt.
3304 - In new alist code, free only if allocated.
3305 - Overload [] with get() code for alist.
3306 - Fixed the code that wrote FirstIndex and LastIndex to the database. It
3307   was not correct at the end of a volume (basically included indexes in
3308   the second volume).
3309 - Fixed bscan to work with the new code and to properly build JobMedia
3310   records.
3311 - Added code to the read end of block.c to properly track Volume bytes,
3312   blocks, and files. I thought this was not necessary, but it is critical
3313   for bscan to work correctly.
3314 - Modified read_record to properly track First/LastIndex -- needed by
3315   bscan.
3316 - Eliminated some old Volume write code.
3317 - Changed RecycleOldestVolume to PurgeOldestVolume
3318 - Added what I hope are the "final" touches for Win32 stuff.  There
3319   are still a lot of annoying little problems.
3320 - Added the "portable=yes/no" option to Include. If set, it disables
3321   use of BackupRead/Write for Win32, so in principle, the data should
3322   be portable.
3323 - Pulled in more recent config.sub and config.guess from /usr/share/libtool
3324 - Replaced the system fgets() by a Bacula version that ignores
3325   interrupts (i.e. signals).  This truncated output from child processes.
3326 - Make file_index int32_t everywhere.
3327 - Moved LinkFI into ATTR structure.  Also integrated data_stream there too.
3328 - Moved code that sets the stream for writing into create_file.
3329 - Removed a signal(SIG_IGN, SIGCHLD) from dird.c that prevented getting
3330   the status of child processes.  This allowed removing the FreeBSD 
3331   kludge to bpipe.c -- the status is now obtained correctly.
3332 - Hand scan the stream header that arrives in append.c to avoid machine
3333   dependencies of sscanf().
3334 - Implemented code to put Data stream in Attributes record. 
3335 - Check if data stream is supported, if not, ignore.
3336 - Fix crash when multiple Includes are given (missing parens).
3337 - Clear WroteVol in askdir.c when JobMedia record is created.
3338 - Implement simple array list class for use in Bacula.  New files
3339   are lib/list.c lib/list.h. Probably will not use until version 1.32.
3340
3341 2003-06-24 Version 1.31 Beta 22Jun03
3342 - Change Purging Oldest Volume message to Recycling Oldest Volume.
3343 - Limit results from find_oldest_volume to one.
3344 - Fix possible buffer overrun in the restore tree handling routines.
3345 - Fixed a crash in VerifyToVolume because I moved the close_db()
3346   down into the free_ua_context() and should not have done so.
3347 - At a "var" command in the Console that does variable expansion and
3348   prints it.
3349 - Implement first cut of estimate command.
3350 - Change find_next_volume() for oldest to use LastWritten instead of
3351   FirstWritten -- also add Append to volumes slected.
3352 - Do normal recycling before checking for RecycleOldestVolume.
3353 - Implemented block rejection on read. This should make restores run
3354   much faster. Next release will have block positioning -- even faster.
3355 - Very preliminary support for Gnome-2.0.  Text does not yet work.
3356 - Correct buffer corruption in find_one.c with long directory names (Win32).
3357 - Make setting owner on directories M_ERROR rather than M_WARNING.
3358 - Fix printing of JobId in run listing for restore job.
3359 - Reduce heartbeat read check interval to every 10 seconds on Cygwin because
3360   there is no working pthread_kill().
3361 - I finally designed a test for multiple simultaneous jobs,
3362   and sure enough it broke when the jobs are split over multiple
3363   volumes.  Now fixed and working!
3364 - Eliminated a few "duplicate" error messages by testing for canceled.
3365 - Add ASSERT for device use count going negative.
3366 - Fix BlockNumber checking in stored/read.c (got first one wrong).
3367 - If socket is timed out, do a shutdown(fd,2) instead of close().
3368 - Fixed return status from SD to FD by setting JobStatus in append_end() 
3369 - Add arrays to Environment variables. Elements separated by |.
3370 - Implement Reschedule On Error, Reschedule Interval, Reschedule Times.
3371 - Add a new pool PM_NAME -- gets a name length buffer.
3372 - Implement fast cancel of FD blocked on writing to SD by using
3373   pthread_cancel(). Turned off on Cygwin due to bug.
3374 - Add code to handle EAGAIN in writing (probably not necessary). Use
3375   select().
3376 - Eliminate size_t from pool control buffers.
3377 - Complete Counter resource.
3378 - Complete LabelFormat (except for WrapCounter) plus counter
3379   inrementation.
3380 - This needs a database change to eliminate PoolId from counters.
3381 - Made a more compact format for the document index.
3382 - Add Phil's checkhost to examples directory (thanks Phil).
3383 - Implement generalized LabelFormat (documentation to come).
3384 - Implement Counter resource.
3385 - Cleanup examples/kernsconfig
3386 - Implement restore to a specific date.
3387 - Fixed a but in automatic labeling (and use durations expiring) analysed
3388   and reported by Rob Proffitt (thanks!).
3389 - Cleaned up a few Cygwin compile problems.
3390 - Made a 10Jun03 release (it is in production here)
3391 - Finally took the big plunge and fixed restoration of links and other
3392   files that have been changed between the backup and restore. Basically
3393   if the file exists, it is deleted, then re-created.
3394 - Purge only Volumes marked Append, Full, Used, or Error.
3395 - Allow pruning of volumes marked Append, in addition to Full and Used.
3396
3397
3398 2003-06-10 Version 1.31 Beta 10Jun03
3399 - Eliminated all plain email addresses and replaced them with " at " in
3400   place of @ to reduce havesting by spammers.  Doc + Web Site.
3401 - Started working on making POOLMEM a struct rather than a char. Lots of
3402   work to do.
3403 - Fixed bscan to handle -V option.
3404 - Fixed bscan to handle two File volumes.
3405 - Corrected a misplaced comma it get_fileset() in cats pointed out by bscan.
3406 - Added two Volume bscan test to regression scripts -- write two volumes,
3407   purge and delete everything, bscan the tapes, and do a restore. It works!
3408 - Reorganized the backup/restore code to move the attribute information into
3409   an ATTR packet, which is passed in place of tons of arguments.  Moved some
3410   code into lib/attr.c and lib/attr.h.  Then eliminated all the duplicate
3411   attribute code.
3412 - Moved FT_ types into baconfig.h.
3413 - Defined FT_ types to use only 16 bits. The upper half of the word is
3414   reserved for adding optional fields in the attributes packet.
3415 - Moved jcr->where into common part of jcr and have it deleted in lib/jcr.c
3416 - Put all attribute reading code on switch() with cases instead of a big
3417   if (restore.c, bls.c, bextract.c, bscan.c, ...)
3418 - set_attributes() now takes ATTR packet, and thus has much fewer args.
3419 - moved print_ls_output() into lib/attr.c  
3420 - implemented is_stream_supported().
3421 - create_file() now takes ATTR packet so has many fewer args.
3422 - add mtime_only code.
3423 - Rewrote bnet.c read and write routines to quit if bsock->terminated is
3424   set.  This will allow setting non-blocking writes and then receiving
3425   a termination message and terminating the Job immediately rather than
3426   waiting 2 hours for the line to timeout.
3427 - Put catalog db name in some error messages.
3428 - Code for restore is now much cleaner, with much of it in lib/attr.c,
3429   and it is now common for all readers.
3430 - Add first cut of proper support for Win32 Backup code.
3431 - Fix bug in restore Win95/98/Me.
3432 - Pass mtime_only flag to FD. Needs config record.
3433
3434 2003-06-04 Version 1.31 Beta 04Jun03
3435 - Fix block.c to check errno only in case of return status -1 as 
3436   suggested by Justin Gibbs (FreeBSD).
3437 - Implemented qfill command in btape for quick testing write/read of a tape.
3438 - Discovered that FreeBSD pthreads re-use the same thread id, which causes
3439   the SD to fail when a user leaves a device unmounted (old pid is reused
3440   and lock_device() thinks the same thread is calling again leading to
3441   inconsistent state). Set id to zero after blocking the device during
3442   unmount.
3443 - A lot of clean up, moving subroutines around for TermCode.
3444 - Free ua->prompt when Job terminates.
3445 - Add AutoPrune and Recycle to values copied from Pool resource
3446   into Pool record on create/updated.
3447 - Implemented bsr for Verify VolumeToCatalog. 
3448 - Improved the Verify Job report using SD and FD term codes.
3449 - Split tree handling routines from ua_restore.c to ua_tree.c
3450 - Split bsr routines from ua_restore.c to bsr.c and bsr.h 
3451 - Fixed clash between FD and SD returned job values. Report now contains
3452   values from FD.  Maybe I should change? or give both.
3453 - Attempt to fix negative use_count for dev packet in SD by adding
3454   a couple of open_dev().   This may be cause of Dan's crash.
3455 - Clear no_wait_id when device is unblocked. This may be cause of Dan's crash.
3456 - Eliminate old "new lock code".
3457 - Add configure of mtx-changer for mtx path.
3458 - Always rewind tape before releasing it (for FreeBSD).
3459 - StartBlock was one too large for second volume.
3460 - Fixed restore to display status from both SD and FD.
3461 - Unified return status message for backup and restore.
3462 - Corrected segmentation fault reported by Dan when doing "label barcodes"
3463   on a File.
3464 - Corrected a segmentation fault when attempting to send a JobMedia record
3465   to the Console -- reported by Dan.
3466 - Added MySQL documentation for using the threaded libraries.
3467 - Added new columns and tables to Catalog database.
3468 - Wrote alter scripts and tested them (thanks to Dan for the help) on
3469   MySQL and SQLite.
3470 - Started using enums where ever possible when passing flags to 
3471   subroutines. This helps make the source much more readable.
3472 - Corrected a bug where a vertical database listing was being used in
3473   the query command.
3474 - Added new argument to parse_args() to prevent command arg overflow.
3475 - Renamed ua_db_query.c ua_query.c.
3476 - Split scan.c out of lib/util.c
3477 - Perhaps I have *finally* fixed the command line history in gnome-console.
3478 - Added support for smartalloc for any global new or delete command
3479   by overloading the global operators.
3480 - Made the default time with no qualifier day rather than seconds.
3481 - Fixed a bug in the store_size() routine that improperly converted from
3482   double to uint32_t.
3483 - Started using "bool" where possible.
3484 - Zap SD session key once it is used.
3485 - Added *lots* more checking for strcpy -- bstrncpy(), ... 
3486 - Added CreateTime field to FileSet record and print it to distinguish
3487   FileSets. 
3488 - Print an information message when a new FileSet is created.
3489 - Include the FileSet date/time in the Job report.
3490 - Indicate if a Job is upgraded in the Job report and from what previous level.
3491 - Incremented the database version.
3492 - Ensure that any DB error message is printed if the start_time of a previous
3493   save is not found.
3494 - Free orphaned buffer in ua_restore.c in case of database error.
3495 - Implement enum for response DISPLAY_ERROR and NO_DISPLAY
3496 - Implement enum for create_pool (POOL_OP_CREATE, POOL_OP_UPDATE).
3497 - Make sure FileSets printed in restore are in order.
3498 - Add a number of bstrncat, and other protected string operations.
3499 - Clean up old structs in dird_conf.h
3500 - Remove all Slot invalidation code.
3501 - Add Automatic choice message to all do_prompt() calls.
3502 - Eliminate JobId from restore if not used.
3503 - Clean up a few error messages.
3504 - Make fill/unfill commands work correctly in btape.
3505 - Enhance btape fill and unfill commands.
3506 - Implement real Pmsg() code so that negative levels work in Dmsg()
3507 - Implement block number check -- had to turn it off because it doesn't
3508   work.  Need to verify that it is the correct block and that block
3509   numbers are properly written.
3510 - Moved readline from depkgs1 to depkgs.
3511 - Reworked the configure code to handle readline correctly. This was broken
3512   mostly due to the fact that the readline routines are nested down one
3513   directory.  Also, I missed one header file that was needed (possibly added
3514   in a later version).
3515 - Put correct include on the dependencies make for Console readline.
3516 - Remove JobMediaId from VOL_PARAMS (no longer needed).
3517 - Sort VOL_PARAMS by JobMediaId using SQL in cats.
3518 - Add jcr as argument to block.c read_block... routines so that error
3519   messages are immediately displayed.
3520 - Make bsr_dev() edit an error message if it is turned off and return 0.
3521 - Add checking for the BlockNumber in the read routines -- lots of
3522   false matches are found -- much check writing end.
3523 - Now sort bsr volumes by JobMediaId -- produces better results.
3524 - It turns out that under certain circumstances, when doing a restore, the
3525   Volumes will not be written to the BSR in the correct order.  I don't
3526   know exactly why, but many thanks to Dan Langille for reporting this.
3527   The solution is to sort the Vol_Params within each bsr (done), and to
3528   sort the bsr chain (not yet implemented). Note, the bsr chain should
3529   always be in order unless the user explicitly specifies the JobIds in
3530   a different order.          
3531 - Began implementing C++ structs rather than typedef structs as in C.
3532 - Added volatile to a lot of variables that are used in two threads at
3533   the same time. This should prevent improper optimization.   
3534 - Fixed a missing space in the "run job=xxx where=" the where was
3535   glued to the end of the previous stuff (bootstrap filename). 
3536 - I *finally* found the cause of the mysterious failure of shell expansion.
3537   It was due to the read() getting interrupted!  That's what opening up
3538   SIGCHLD will do!
3539 - Remove unused default tape drive names.
3540 - Create a new status.c file in stored and split the status code out of dircmd.c
3541
3542 2003-05-22 Version 1.31 Beta 22May03
3543 - I discovered that C++ permits "prototyping" structures e.g. struct A; is
3544   a valid statement. This permitted me to eliminate all the void *jcr, in
3545   favor of JCR *jcr, which pointed out a number of bugs in block.c.
3546 - Change lib/bmisc.c to bsys.c (system routines).
3547 - Add set_working_directory() to lib/util.c
3548 - Remove some unneeded setjcr_job_status() since Jmsg(jcr, M_FATAL,...)
3549   already sets it.  
3550 - Do not increment jcr->Errors for Fatal errors -- they represent non-fatal
3551   errors.
3552 - Fix a few more places in FD where Errors was not incremented.
3553 - Print unexpected (or incorrect) termination message returned from FD.
3554 - Use switch() instead of giant if statement in verify_vol.c
3555 - Protect overrun from do_shell_expansion() by passing max length.
3556
3557 2003-05-20 Version 1.31 Beta 20May03
3558 - Add mandrake to platforms
3559 - Suppress error messages if no bytes written to tape.
3560 - Suck up bootstrap file even on error so that Dir sees our error message.
3561 - Pretty much finish off the Win32 backup code.
3562 - Add DESTDIR code to autostart for creating non-root rpms
3563 - Echo input read from a script in Console.
3564 - Clarify error message for VerifyToCatalog
3565 - Add error counts in restore for M_NOTSAVED.
3566 - Adapt bfile.c to handle both Win95 files as well as WinXP files.
3567 - Add MTIOCERRSTAT for FreeBSD (clear error status).
3568 - Correct double jobmedia record when cancel at EOM reported by Phil.
3569 - Correct possible write at beginning of tape during cancel at EOM
3570   as reported by Phil.
3571 - Document in detail how Incremental and Differential jobs work.
3572 - Add non-fatal error count on backup and restore Job reports.
3573 - Remove a couple uses of lld -- now prefer to edit and use %s.
3574 - Fix directory could not be accessed on Win32.
3575 - Improve message indicating that last Full backup not found. 
3576 - Fix free() too early in directory traversal code.
3577 - Prune Jobs with no JobFiles or that have JobStatus!='T'
3578 - Add a few more command line scans for prune/purge.
3579 - Restrict valid characters in a Volume name, and document it.
3580 - Make new Win32 save/restore work. Still a bit more to do.
3581 - Use reentrant version of mysqlclient library.
3582 - Use more machine independent way of finding gcc version.
3583 - Fix race condition in sql_list where messages edited before locking.
3584 - Lots of testing saving/restoring 6GB files.
3585 - Add where to restore where=/tmp
3586 - Complete implementation of Win32 streams in FD. Must test. Also,
3587   must implement new streams in SD.
3588 - Make termination of daemons more "error" tolerant.  
3589 - Make default "duration" days rather than seconds if there is no modifier.
3590 - Install bcopy.
3591 - Add detection of available Win API's so that a single binary will
3592   work on all Windows systems.  Reference those APIs through a pointer.
3593 - Remove use_win_backup_api and enable it in bfile.c if system supports it.
3594 - Modify dev.c so that it works if MTEOM is not defined (BSDI).
3595 - Change MT_xxx to BMT_xxx to prevent conflicts with BSDI.
3596 - Detect strtoll() in configure.
3597 - Implement replacement for strtoll() for BSDI.
3598 - Add platform files for BSDI.
3599 - Use Jmsg() instead of Jmsg1() in acquire because File:line prefixed in dev.c
3600 - Use Jmsg() in write_block_to_dev() so that no messages are lost.
3601 - Rework autochanger code in restore to handle case of cassette not in magazine.
3602 - Implement Windows BackupRead/Write(). I now have permissions right!!!!
3603 - Additions to the manual (Purging, Autopruning).
3604 - Add doc to code in autoprune.
3605 - Begin adding Level = Base.
3606 - Make Jmsg recognize console and direct messages directly back to it.
3607 - Hopefully fix mess in mount.c when a tape expires.  
3608 - Fix restore bug recently introduced due to Unix backwards status convention.
3609 - New bacula.spec from Scott
3610 - Add globals for database name and version and print them in traceback.
3611 - Eliminate SubSysDirectory in each daemon conf file.
3612 - Implement get_yesno() and get_pint() in UA.
3613 - Make Jmsg aware of console. Messages now sent directly to Console.
3614 - Created a single bacula.spec.in for by the MySQL and SQLite builds.
3615 - Added proper configuration to console.in and gconsole.in
3616 - Start adding textdomain() code for translating.
3617 - A number of minor code cleanups.
3618 - Rework shell expansion just a bit.
3619 - Add rewind() when releasing a tape before acquiring the next one.
3620 - Implement addition of Description in Service entry for Win32.
3621 - Update manual to eliminate unclear autochanger points as mentioned
3622   by Dan Langille.
3623 - Implement DESTDIR everywhere.
3624 - Rework spec files for 1.31 and combine the main spec and the client
3625   only spec making a client package. At the same time, rename the packages
3626   so it is a bit clearer to the user. Also fix the build to work
3627   as non-root (scriptdir was not prefixed with $RPM_BUILD_ROOT).
3628 - Correct Auto Changers and all other forms to Autochangers in the
3629   manual.
3630 - John reported needing to do two "mount" requests, and indeed that
3631   was the case. It turns out that pthread_cond_timedwait() does not
3632   always return zero when awaken by a pthread_cond_signal().
3633 - Include RunBeforeJob and RunAfterJob output in job output report.
3634 - Implement a "real" Admin job that prints a mini-job report.
3635 - Clean up a few error messages in findlib and filed.
3636 - Recent changes to gnome-console caused initial output to be
3637   lost -- now fixed.
3638 - The Win32 version crashed after each job. After hours, it turns out
3639   that when running with LocalSystem privilege (and not as a user), when
3640   Cygwin does pthread_kill(id, SIGUSR2), it gets a memory fault.
3641 - Moved stored/fdmsg.c to lib/bget_msg.c, and moved SD messages to
3642   stored.c.  So now bget_msg() can be used by both the SD and FD.
3643 - Changed Director's bget_msg() to be called bget_dirmsg() to avoid
3644   any possible confusion.
3645 - Implemented bget_msg() in general everywhere in the FD except for
3646   job.c where the Dir and FD are communicating.
3647 - Implemented a Director only heartbeat in the FD for the cases where
3648   there is either no connection to the SD or the FD is already reading
3649   from the SD.  start_dir_heartbeat() ...
3650 - Add heartbeat to restore and verify volume.
3651 - Add "Heartbeat Interval" to Storage resource, which sets interval the
3652   SD sends heartbeats to the FD and DIR, 0 disables heartbeats.
3653 - Add "Heartbeat Interval" to FileDaemon resource, which sets the interval
3654   the FD sends heartbeats to the DIR, 0 disables heartbeats. 
3655 - Added heartbeat from FD to Dir every HB_TIME rather than forwarding
3656   SD heartbeats.
3657 - First cut label dialog.
3658 - Turn on new semaphore code for simultaneous Jobs.
3659 - Fix cancel trying to release semaphore's not acquired.
3660 - Implement get_pint() and get_yesno() for UA.
3661 - Implement find_arg_with_value() for UA.
3662 - All command line "slot" to be specified for label command.
3663 - Rework heartbeat code in FD to correctly terminate.
3664 - Fix btraceback to use smtp and to eliminate double //
3665 - Fix "storage" command to include ssl for verify and restores.
3666 - Add Heartbeat code when SD is waiting on a tape -- heartbeat every 20 mins
3667   to keep stateful firewalls from timing out the connections.
3668 - Fix src/stored/Makefile.in typo causing problems in statically linking
3669   btape.  Thanks to Lutz for reporting this.
3670 - Create an is_client_alive script for checking if a client is alive.
3671   Using this script prevents generating error messages.
3672 - Added corrections and updates to manual provided by Phil -- thanks.
3673 - Added RequireSSL to each program/daemon configuration.
3674 - Added EnableSSL to each correspondent for each program.
3675 - Added the Console resource to the Director (need to
3676   implement individual Console authorization).
3677
3678 2003-04-28 Version 1.30 released
3679 - Fix command history for gnome-console (must malloc).
3680 - Add two cancel points in acquire_resources(). The job will not
3681   be immediately terminated in all cases.
3682 - The new AutoMount code broke File archives -- fixed.
3683 - Correct watchdog mutex race introduced yesterday.
3684 - Add JobLevel to Admin run started by UA.
3685 - Add -v to daemon startup scripts
3686 - Implement bmicrosleep(sec, msec);
3687 - Implement When for "run" command.
3688 - Remove unsigned from socklen_t definition in hopes it will work better
3689   with older systems.
3690 - Remove code that attempts to set PID dir and SUBSYS dir if they
3691   do not exist because it set them to sbindir!
3692 - Modify mount to initially attempt to read the volume if Bacula
3693   wants a tape, none is mounted, and "Automatic Mount = yes" is set.
3694 - Prohibit setting --sbindir and --with-subsys-dir the same.
3695 - Fix missing argument that cause Kaboom in update slots.
3696 - Fix orphaned bsock when UA gets error contacting FD or SD
3697 - Nearly full implementation of Win Backup API, but it does not
3698   work due to lack of permission! Arggg!
3699 - Implemented restoring directory permissions as they should be.
3700 - Implemented reasonable regression script.  It found a number of
3701   restore errors.
3702 - Implemented the following @ commands in the console that work directly
3703   in the console rather than in the Director.
3704     input - read input from a file
3705     output - write output to file
3706     tee    - tee output to file and terminal
3707     time   - print current time
3708     version - print current version
3709     exit    - quit
3710     quit    - quit
3711 - Implemented new bfile io routines that will permit implementation of
3712   Windows native APIs for reading/writing files.
3713 - By default always update hard links with the prefix, but do
3714   not update soft links.  It seems inconsistent, but it is what
3715   cp does.
3716 - Implement wait command in Console that waits until no jobs are running. 
3717 - Fixed the < code in Include/Excludes, which forgot to skip over the <.
3718 - Do NOT attempt to chmod() a soft link as it will change the file behind
3719   the link!
3720 - OOPS! Lutz ran into a problem. In attempting to prevent string overflows,
3721   I used bstrncpy() on a variable that was malloc'ed thus truncating 
3722   Volume names!  Arrrggggg!
3723 - Lots of documentation of new features.
3724 - Rework Volume name scanning in console, made much more logical
3725   and corrected a bug (confusion in calling sequence).
3726 - Cleaned up a few error messages in cats adding more info.
3727 - Add the IP address to error messages due to bad connects to servers.
3728 - Implement default File output in config files so user can start
3729   saving right away without a tape drive.
3730 - Protect inet_ntoa() with mutex in case it is not thread safe.
3731 - Eliminate termcap from use in gnome console.
3732 - Remove unused SD maximum volume files and maximum volume jobs. They
3733   are implemented in the Director.
3734 - Make the default for Incremental and Differential saves to compare
3735   against both st_mtime and st_ctime rather than just st_mtime.
3736   This includes files moved or copied.
3737   Thanks to Matthias Wamser for bringing this fix to our attention.
3738 - On Win32 clients, make a pass through the include/exclude patterns
3739   and change any back slashes to foward slashes. Prevents creating
3740   unusable directory names containing both conventions.
3741 - Move ls -l output on restored files to M_RESTORED class.
3742 - Make gnome-console compile correctly on RH8.0
3743 - label barcodes now works.
3744 - Implemented "update slots".
3745 - Tweak btape "test" to always print suggestion for re-read last block.
3746 - Implemented "Cleaning Prefix"
3747 - Update alter_mysql_tables.in
3748 - More work on barcodes.
3749 - Zap VolHdr in SD when attempting to label a tape that is not
3750   there.  Prevents false tape names the next label command.
3751 - First cut of bar code reading is implemented. It doesn't do
3752   anything but return the list to the Director.
3753 - Implemented relabel command that relabels "Purged" Volumes.
3754 - Check exit code in RunBeforeJob and err the job if it is non-zero.
3755 - Remove old testsuite -- too complicated
3756 - Print length when Authorization fails because of bad length.
3757 - Fix problem of NumVols in Pool getting reset on startup.
3758 - Implement full listing of DB records by listing them vertically
3759   instead of horizontally.
3760 - Make changes to mysql scripts as suggested by Lutz Kittler
3761 - Fixed code to write Uname to Client record.
3762 - Fixed a problem (in btape) where Pmsg() was not printing.
3763 - Moved re-read last block test to last in "test" command of btape.
3764 - Lots of new documentation.
3765 - Fixed newvol.c to handle retrying 10 times if the volume name already exists.
3766 - Removed int_least16_t from sha1.h because it does not exist on some systems.
3767 - Release job in SD if canceled and waiting on a mount (better cancellation).
3768 - Prompt for Client in restore if not specified.
3769 - Print "Selection is empty!" if no selection list found.
3770 - Add new spec files and bacula.desktop from Scott.
3771 - Update client every time a job is run.
3772 - Add verbose option to daemons for printing more user error info.
3773 - Test if console works with readline 4.3 (yes, it is OK).
3774 - Release new depkgs
3775 - Release new winbacula.
3776 - Add Uname info to Client DB record.
3777 - Improve error messages and make them more consistent when a non-existent
3778   Device is requested.
3779 - Separated the -mwindows option so that only Windows programs
3780   are built with it (bacula-fd, ...) the tty tools such as console
3781   dbcheck, smtp, testfind, ... are now able to be run in a standard
3782   Windows DOS box.
3783 - Add | and < options to Exclude the same as in Include.  
3784 - Add typed in input to the text window in the gnome-console.
3785 - Change function that gets the entry text (previously had orphaned buffer).
3786 - Fix multiple Director problem in gnome-console (thanks to Lutz Kittler).
3787 - Thanks to Renato, I was able to test Bacula on a FreeBSD tape drive.
3788   There are a number of significant differences: 1. reading less than
3789   the number of bytes in a record returns an I/O error.  2. ioctl(MTEOM)
3790   looses the file position. 3. Reading two two EOF marks (or ioctl(MTEOM))
3791   leave you positioned after the second EOF, so you must backspace file
3792   to be able to append.
3793 - Added BSF at EOM = yes/no to Device resource to allow proper positioning
3794   at the end of a FreeBSD tape.
3795 - Made btape "test" do much better testing of error conditions (i.e.
3796   it now ensures that the append went well). It will automatically
3797   detect problems and apply fixes and then retry the test, if it
3798   finally succeeds, it clearly says what directives need changing.
3799 - Add Scott Barninger's rpm changes to the build environment
3800 - Add changes to mtx-changer so users can add eject and sleep for
3801   certain autochangers.
3802 - Implemented FreeBSD chflags (user defined flags).
3803 - Turn restore errors during setting of owner and modes into
3804   warning messages -- for restoring files as non-root.
3805 - Fix how prefixes are handled in restoring soft links.
3806 - Modified btape "test" command to do only those things that
3807   Bacula actually does. There is much more explanation, ...
3808 - Update manual.
3809 - Finally had to back up to gcc version 2 from version 3 to avoid version
3810   3 nightmares.   
3811 - Final cygwin tweaks.
3812 - Move start time to *after* the resource locks are acquired.
3813 - Unable to duplicate Phil's disabling of Bacula with nmap, but
3814   did make the authentication code a bit more conservative for
3815   dealing with bad input.
3816 - Added code to the query command to escape all strings input
3817   before substitution and sending to the SQL engine.
3818 - Escape user entered filenames for restore command.              
3819 - Cleaned up the waiting code a bit -- using broadcast instead
3820   of signal and counting the waiters.
3821 - Implement new pthreads semaphore code.
3822 - #define new semaphore code rather than workq on USE_SEMAPHORE.
3823 - Lots of improvements to the document to address recent support requests.
3824 - Implement cycle through a set of tapes suggested by Eugeny
3825   Fisher with the "RecycleOldestVolume=yes" record in the
3826   Pool resource.  Basically this record causes Bacula to purge
3827   to oldest tape when no more tapes are found.
3828 - Correct a number of small incorrect interactions between limit
3829   variables during recycling.
3830 - Corrected a bug in db_create_media_record() where VolMaxFiles and
3831   VolMaxJobs was not written to the database.
3832 - When the Director starts, the Pool record is updated in the
3833   database with the current contents of the Pool resource.
3834 - Corrected bnet_connect() to immediately stop (rather than looping
3835   for the timeout period) if there is a fatal error (socket, or
3836   hostname to ip).
3837 - Reworked "purge" code to make purging Volumes easier.
3838 - Made "list volumes" list the volumes in all pools -- also
3839   "list volumes pool=Default" does not produce and error message.
3840 - List Pool record after doing "update pool".
3841 - Remove pid file code from Win32 -- not really necessary.
3842 - Make bnet handle null jcr during cancel rather than crash.
3843 - Add CygwinInstall.bat and CygwinUnInstall.bat
3844 - Add db_lock() around newvol.c code to prevent race condition if multiple
3845   callers want a new Volume name.
3846 - Lots of cleanup to Win32 code, with additional error messages.
3847 - Make Bacula work on Win95 (test for GetAttributesEx).
3848 - Add better error messages when end of media is reached or volume
3849   capacity execed.
3850 - Turned off signal catching in readline(), necessary to keep console
3851   from crashing on ctl-Z with RedHat 8.0.  Thanks to David Craigon for
3852   testing this.
3853 - Make the 3rd and hopefully final change to the Finclude structures.
3854   This new version permits multiple sets of options (more code to be
3855   written) to be applied against the same set of files. Thus one can
3856   have options that with match of *.gz and a different set of options
3857   for *.c, ...
3858 - Integrated GNOME Console font resource code supplied by Phil Stracchino.
3859 - Check for job_cancelled() in bnet_connect() code to stop wait loop if
3860   client not available.
3861 - Fix early end of file scanning conf file in lex.c, which previously
3862   caused ABORT -- now reports error.  This could happen with an unterminated
3863   string for example.
3864 - Move Maximum File Size code before write and detect error on writing EOF.
3865 - Additional fix for Solaris 2.6 and a bdb.c fix submitted by Armin Buehler.
3866 - Added detection for Solaris 2.6, which uses older setsockopt() calls.
3867 - Defined sockopt_val_t for setsockopt() calls.
3868 - Added fixes sent by Bevan Anderson that fix multiple connects to FD
3869   (I zap keys for security, so must put back dummy key).  Also a fix
3870   to the Internal database that wrote garbage after the filename in
3871   the database.
3872 - Back out the __SVR4 changes.
3873 - Add automatic configuration of socklen_t
3874 - Attempt to fix problems reported by Lutz with multiple simultaneous
3875   open file Volumes (experimental code). Serialized acquire. This may
3876   fix the problem, but more thought and testing is necessary.
3877 - Add table of "supported" autochanger models.
3878 - Add Solaris 2.6 (__SRV4) changes sent by Peter Schmitz.
3879 - Correct tape selection code in SD (|| => &&). Thanks to Chuck Hemker
3880   for the patch.
3881 - Eliminate FileOptions. Implement new Finclude and Fexclude that
3882   have file options contained in it.  New structure must be transmitted
3883   to FD.
3884 - Split Include/Exclude into new inc_conf.c file.
3885 - Cleanup new Include/Exclude and FileOptions.  Structures in Director
3886   now correct.  Must transmit FileOptions to FD.
3887 - WARNING:  With the adddress and port code in the Catalog you MUST
3888   remove old address= and dport= records!!!!!
3889 - Added code to remove cancelled jobs from the workq -- needs testing.
3890 - Added first cut AIX from output James MacLean sent me.
3891 - Second cut of FileOptions.
3892 - First cut of parsing FileOptions and Counters.
3893 - Added address:port for MySQL as well as socket for local access.
3894 - Fixed job.c in filed to properly handle excluded files. Apparently
3895   I changed the daemon protocol but forgot to update the code.
3896 - Enhance testfind to handle include and exclude files
3897 - Fix getdomainname() prototype for Darwin
3898 - Added new -u and -g options for specifying userid and groupid to
3899   use when running, so that Bacula can reduce its privileges.
3900 - When Bacula was hanging due to an NFS volume being down, I 
3901   fixed a few places in the File daemon where is should have immediately
3902   terminated the connection instead of waiting for the Director to do so.
3903 - Added first cut support for Darwin.
3904 - Temporarily comment out the O_NOFOLLOW to avoid possible subtle problems.
3905 - Implemented O_NOFOLLOW in creating files in create_file.c to prevent
3906   creating a file at the end of a symbolic link.
3907 - Use chown() if lchown() does not exist (e.g. Darwin).
3908 - Always close stdin on startup to avoid having /dev/console attached.
3909 - Change all DATE occurrences to BDATE because it is used by Cygwin headers.
3910 - Add printing of Volume names in SD status output.
3911 - Display all open devices in device chain in SD status output.
3912 - All changing Pool in console run command.
3913 - Thanks to Eric Bollengier for pointing out that the run_program()
3914   return status was not correctly generated. Now fixed (I hope).
3915 - Corrected crash in Internal Database getting Volumes.
3916 - Flush all daemon messages at the end of every job.
3917 - Fix Install.bat script so that Bacula restarts after reboot on WinNT/2K systems.
3918 - Minor changes in the gnome-console directory.
3919 - Integrated in my old Tcl/Tk code into src/tconsole and moved it up
3920   from C to C++.  Pretty crude, but it is a beginning.
3921 - Close syslog() %n exploit in message.c
3922 - Edit space before each line in gconsole.
3923 - Added INCEXE structure so we can have FileOptions.
3924 - Added support for multiple simultaneous open file volumes.
3925 - Fix hard linked files so that the one saved is always restored.
3926 - Add * to restore "dir" listing to indicate marked files.
3927 - Add ability to make md5sum and sha1sum in lib directory.
3928 - Work a bit more on the new daemon protocol.
3929 - Use unmask of 022 or more restive
3930 - Create File volumes with 0640 permissions
3931 - Added support for SHA1 signature. Need to modify DB to have type.
3932 - Document SHA1.
3933 - Work a bit on getting proper child status from bpipe calls.
3934 - Added Ludwig's mtx-changer to the examples/devices directory.
3935 - Added a Warning not to use the Internal Database when it is initialized.
3936 - Compiled and tested SHA1, and added it to the library.
3937 - Added code to print the "load slot" status after autoloading.
3938
3939 =============================================================================
3940 2003-01-24 Version 1.29 released
3941 23Jan03
3942 - Tightened up permissions on all .conf files to be 640 so they are not
3943   world readable.
3944 22Jan03
3945 - Added prefixlinks=yes/no Job record to specify applying the Where
3946   prefix to absolute soft links.  Code is not yet passed to FD, because
3947   FD would then be incompatible with version 1.28.
3948 - Added skeleton of installation for Gentoo release for Patrick Naubert.
3949 - Add timer on open() for reading or writing a FIFO file.
3950 - Put btraceback and btraceback.gdb in sysbin dir (a bit of polution,
3951   but at least dumps will work).
3952 20Jan03
3953 - Added "append" all messages to a log to default bacula-dir.conf
3954 - Added WriteBootstrap to default bacula-dir.conf
3955 - Made smartall.c print "Out of memory" if malloc() fails.
3956 - Added pthread btimer routines.
3957 - Added timer to FIFO open statement
3958 - George was still having problems with VolUseDuration failing.
3959   On looking into it, one line of code subtracting 1900 was
3960   mysteriously missing from the source -- bizarre.
3961 18Jan03
3962 - Yesterday's version corrects all the problems I was
3963   previously having, and my production jobs are now completing
3964   properly.
3965 - Added a #define dev_cap() to test the capabilities bits. I just
3966   makes the code a bit shorter and a bit simpler.
3967 - Added phase 1 support for an output fifo device. The big 
3968   difference here is that it is a STREAM device, which means that
3969   Bacula will only write to it and not read. Thus, Bacula assumes
3970   that the correct "Volume" is mounted and will construct a valid
3971   label (without needing the Volume to be prelabeled), and write
3972   to the device.
3973 - Added phase 1 support for input from fifo device (suppress re-read,
3974   add empty buffer flag).
3975 17Jan03
3976 - Improve printout of dbcheck with # files/path fixing.
3977 - Zap SD authorization code after use.
3978 - Added <> back to smtp (think about this some)
3979 - Doc
3980 16Jan03
3981 - Massive change to add jcr as the first argument to nearly
3982   every db_ call. This is because I was storing the jcr in the
3983   db structure, which will not work because everyone shares
3984   exactly the same structure.
3985 - More cleanups of error termination status in filed.
3986 - Found another bug in message.c where %s was missing in JmsgN. A lot
3987   of cleanup in message.c
3988 - Found places where filename listing was made (restore, verify
3989   vol) where the buffer could possibly overrun.
3990 - Chain include files on the end of the list so that the
3991   order will be correct.
3992 - Rewrote mtx-changer to output one slot per line terminated by
3993   a colon followed by an optional Volume Tag for the "list" command.
3994   Preparation for handling Volume Tags.
3995 - My production crash remains elusive. Adding debug code or running
3996   under the debugger eliminates the problem. I found a case in
3997   message.c where I was extending the message string by two 
3998   characters to send it to the console. VERY BAD. Rewritten.
3999 - Started implementing fifo and program handlers (i.e. streams)
4000   in the Storage daemon. Lots to do.
4001 - Added a trace capability where trace statements are written
4002   to a file. Tmsg(). Hopefully this won't be used much.
4003 - Running lots of "production" saved by scheduling a few minutes
4004   after the current time -- slow process ...
4005 15Jan03
4006 - Removed <> on From and To in smtp.c as suggested by James MacLean.
4007 - Added code to suppress spurious error messages during cancel,
4008   but I was unable to eliminate all errors -- to be worked
4009   on later.
4010 - Up size of print buffer from 2000 to 5000.
4011 - My production run failed again. I'm beginnig to suspect 
4012   hardware problems because running by hand or under the
4013   debugger always works -- we will see.
4014 - Added Update Volume VolFiles to reset correct tape files 
4015   a bit dangerous.
4016 - Use the mysql_escape_string() rather than internal version.
4017 14Jan03
4018 - Cleanup handling of JobStatus by creating a subroutine.
4019 - Fix a number of minor things with JobStatus.
4020 - Print FD and SD JobStatus on backup report.
4021 - Add JCR to findlib -- so now FD stops normally when cancelled.
4022 - My production Director segment faulted during the second Job.
4023   I haven't been able to track it down. After rebuilding, all
4024   jobs finished correctly.
4025 - In investigating the duplicated Paths, I found that there
4026   were 10,552 of them -- only Path records. After checking the
4027   code, I do not see the reason, but I've enhanced the code to
4028   print the full path name.
4029 - I made a few improvements to tools/dbcheck. Mostly it provides
4030   a bit more feedback with verbose mode on when eliminating
4031   duplicate filenames or paths.
4032 13Jan03
4033 - During four simultaneous backups, the File daemon started
4034   detecting buffer corruptions. It turns out to be due to the
4035   fact that the smartall.c routines were not thread safe. They
4036   are now.
4037 - Based on input from James MacLean and team, I eliminated a number
4038   of places where printf could be recursively called by using "%s".
4039 - It turns out that because of an error of my understanding of
4040   mysql_escape_string(), the last argument was taken as the length
4041   of the string to be escaped rather than the maximum length.  I've
4042   now corrected all my code -- Thanks James.
4043 12Jan03
4044 - George Motter reported problems with UseDurations, and it seems 
4045   that there were a number of inconsistencies and problems with
4046   FirstWritten and LastWritten.  Hopefully for the most part they
4047   are now corrected.  Also fixed LabelDate if done through Console.
4048 - Try to chase down reasons why there would be buffer overruns.
4049   Added P & V around referencing last_fname for status.
4050   Rewrote find_one.c with MEMPOOL, but not yet tested enough
4051   to commit.
4052 10Jan03
4053 - Give extra margin to converting filenames from Unix to Windows
4054   in attribs.c of findlib -- dumb cygwin API doesn't provide for
4055   a length.
4056 - Added file:line traceback to size_of_pool_memory, check... and 
4057   realloc  in an attept to get closer to the memory overrun reported
4058   by James MacLean.
4059 09Jan03
4060 - Made yet another fix to quoted string -- paths!  Thanks to
4061   Scott Medlock for reporting this.
4062 - Made | and < work.
4063 - Implemented FIFO reading/writing. To do so, simply explicitly mention
4064   the fifo file (named pipe) in the Include AND add the new option
4065   readfifo=yes
4066 08Jan03
4067 - Started implementing | and < on Include names.
4068 - Changed source to . in cats directory as requested by Andrew Kokarev.
4069
4070 =============================================================================
4071 2003-01-05 Version 1.28b released
4072 - Corrected a typo of working_directory in bacula-dir.conf
4073   reported by James MacLean.
4074 - Fixed the fact that path and filenames in some cases were not
4075   being quoted before going into the database. Many thanks to
4076   James MacLean for reporting this.
4077
4078 =============================================================================
4079 2003-01-05 Version 1.28a released
4080 - Corrected a missing quote in bacula-dir.conf reported by James MacLean
4081
4082 =============================================================================
4083 2003-01-05 Version 1.28 released
4084 General:
4085 - Implemented Bare Metal Recovery for Linux and manual procedures for Solaris
4086 - Now using only a single technotes file kes-1.28 and will add to
4087   it as the development goes on.
4088 - Wrote a general purpose bi-directional pipe command. This replaces
4089   previous use of pipes as well as the run_program previously used.
4090 - Make BSRs stop if no more matches are possible.
4091 - Allow unliminted number of devices in Storage daemon.
4092 - Allow connections to Storage daemon before all devices are initialized.
4093 - Better documentation (and btape test command) on using fixed block
4094   tape drivers.
4095
4096 Changes submitted this submission:
4097 04Jan03
4098 - Add cygreadline5.dll to Win32 release -- needed for console
4099 03Jan03
4100 - Add scripts make_catalog_backup and delete_catalog_backup that makes and
4101   deletes an ASCII copy of the catalog for backup. An example of how
4102   to use it is in the <bacula-src/src/dird/bacula-dir.conf file.
4103 - Made a nicer column oriented listing of scheduled jobs for "status dir".
4104 02Jan03
4105 - Added backup/restore of raw partitions.
4106 - Corrected restoration of files in root directory (problem with
4107   splitting path from file).
4108 01Jan03
4109 - Finally decided to cleanup handling of splitting path and filenames
4110   in the cats directory. Now the code is in one place sql.c and it
4111   is done using Pool memory, so there are no length restrictions.
4112 31Dec02
4113 - Add start of Solaris bare metal recovery
4114 - Add Site Visit usage statistics to Web page
4115 - Got Bacula listed on www.backupcentral.com
4116 30Dec02
4117 - Retest bare metal recovery on Linux 2 times with verify
4118 - Cleanup printout of verify differences using proper casting to
4119   handle shorts and long longs.
4120 29Dec02
4121 - Added --enable-client-only to ./configure
4122 - Modified --enable-static-sd to work better and documented it.
4123 - Fixed Restore options (never,ifnewer, ...). They now work.
4124 - Moved the stored.c Resource lock into the allocation thread so
4125   that the same thread sets/clears it. This created a problem on
4126   FreeBSD.
4127 28Dec02
4128 - Added more rescue documentation.
4129 - Did a spell check of the Bacula doc.
4130 - Modified bscan to use the working directory as specified in the
4131   configuration file as the default.
4132 25Dec02
4133 - Fixed an important bug reported by George Motter that caused only
4134   the last option on an Include record to be used (all previous options
4135   were lost).
4136 24Dec02
4137 - Chase down some inconsistencies in creating Media records from
4138   the Pool defaults, and in updating/creating the Pool from the
4139   resource. Also fixed the cats DB routines to include all
4140   fileds (VolUseDuration was missing for example).
4141 21Dec02
4142 - Added building static versions of daemon static-bacula-dir, ...
4143 - Fine tuned the rescue (bare metal) code including support for grub.
4144 - Added skeleton freebsd rescue
4145 - Corrected SQL syntax error in autoprune code (JobType => Type).
4146 - Added error messages for SQL errors in autopruning.
4147 19Dec02
4148 - Documented Bare Metal Recovery
4149 - Create new "rescue" directory containg the Bare Metal Recovery code.
4150 - Fiddle with SQL a bit for pruning as apparently the last InitCatalog
4151   was pruned after the expiration date eventhough it was the ONLY copy!
4152   I'm not sure this is fixed yet.
4153 18Dec02
4154 - Allow Director to pass a NUL where string to FD (fix in FD).
4155 - Fix installation mv of query.sql.
4156 - Make sure btraceback.gdb is not wiped on "make distclean"
4157 - Corrected a bug in mod of replace options pointed out by Dave Anderson.
4158 16Dec02
4159 - Started adding FileOptions ...
4160 - Fixed  and incorrect print out of the number of files restored (Jarif).
4161 - Finally fixed EndBlock (and file address for Files) in catalog!
4162 - Added hostname to tape header as always planned.
4163 - Removed Level code (will not implement unless strong demand exists).
4164 - Tweaked bscan to print number of errors ignored before first SOS.
4165 - Enhanced btape "fill" to permit using one tape and to dump last
4166   block before writing and upon read back.
4167 - Make fsf_dev() return 0 on fail and 1 on success.
4168 - Use new db_get_job_volume_parameters() to enhance Write Bootstrap to
4169   contain more info (start/end file/block, file indexes).
4170 - Added --enable-static-fd, sd, and dir to configuration to enable making
4171   static versions of the daemons.
4172 13Dec02
4173 - The btape test program was indicating errors on Adrian's machine
4174   using the ATAPI (ide-scsi) tape drive. It turns out that this
4175   is a fixed block driver as a consequence, Bacula must be setup
4176   to write fixed blocks. btape was not always using the fixed
4177   blocks defined in the Bacula config, so that has been updated.
4178   It now works fine. A lot of tips added to the Bacula test command 
4179   to help guide the user.
4180 - Documentation of the above significantly improved in the manual.
4181 12Dec02
4182 - Added code in watchdog to permit setting and clearing child timers. If
4183   the timer expires, the child process is killed.
4184 - Modified restore to handle differential jobs.
4185 - Added a new test to the btape "test" command
4186 09Dec02
4187 - More documentation of new features (week position in scheduler, bsr).
4188 - Re-read last block written on full tape to verify it.
4189 - Fix segmentation fault with btape fill command due to missing FileSet MD5.
4190 07Dec02
4191 - Created better SQL input editing routines str_to_int64 and str_to_uint64()
4192 - Pull Client from database in Console restore command.
4193 - Create a Unique list of Volumes to be mounted (previously had repeats).
4194 - Made many of the SQL searches better by using the ClientId rather than the name 
4195   in the restore Console command.
4196 - Modified reading of a tape to include the VolFile info. Once the
4197   tape is past the specified file, reading stops.  The BSR now includes
4198   both the VolFile and VolBlock. Currently VolBlock is not used.  
4199 - Handle multiple volumes better by creating a real volume list with all
4200   parameters in it.
4201 - Display "At prompt waiting for input" in gnome console when at subcommand   
4202   prompt.
4203 - Broke ascii to internal and internal to string editing routines out into
4204   new lib/edit.c file.
4205 02Dec02
4206 - Added a readme and an afs-bacula script to the examples directory
4207   that permits Bacula to backup an AFS filesystem. Thanks to
4208   Lucas Mingarro for the submission.
4209 - Added A Sun-desktop autoloader script and Device definition to the
4210   examples/devices subdirectory.  Thanks to Lucas Mingarro for the
4211   submission.
4212 - If the WriteBootStrap fails, the job will now be marked in error.
4213 - Added a week position to the scheduler syntax that allows you to
4214   specify 1st, 2nd, 3rd, 4th, or 4th, or first, ... fifth as a week
4215   position specification in front of a day. So if you say
4216
4217     1st sun ...
4218
4219   the scheduler will start only on the first sunday of the month.  The
4220   day specification can also be a day range e.g. sun-fri.
4221   This code is untested.
4222 - Implemented bpipe.h and bpipe.c in src/lib, which defines a bi-directional
4223   pipe.  This allows executing other programs and sending them information
4224   as well as getting info from them.   
4225 - Replaced the previous pipe usage with bpipes in RunBeforeJob and   
4226   RunAfterJob.
4227 - The mail program now uses bpipes rather than pipes, which means that any
4228   error output will appear in the job output (truly bi-directional).
4229 - Modified BSR to handle counts and to stop when no more matches are possible.
4230   This is untested.
4231 - Improved error messages in smtp.
4232
4233 =============================================================================
4234 2002-12-12 Version 1.27d
4235 - This is a minor update that fixes a segmentation fault in btape
4236   as well as reduces non-important error messages in bscan.
4237
4238 2002-11-29 Version 1.27c
4239 - Yet another silly error duplicating a column name in the SQLite
4240   make tables.  No code change, just a make file.
4241
4242 2002-11-29 Version 1.27b
4243 - Set DB version to 5 in DB make files.
4244
4245 2002-11-28 Version 1.27a
4246 - Use g++ instead of gcc for testfind in tools 
4247
4248 2002-11-27 Version 1.27 (26Nov02) released 28 November 2002
4249
4250 General: from kes25Nov02
4251 - Mostly Cygwin changes
4252
4253 Changes submitted this submission:
4254 - Updated bdb_find.c to have new calling sequence for db_find_job_start_time
4255 - dird/catreq.c edit in Volume name in error messages to SD
4256 - attribs.c switch to using the cygwin API to convert from POSIX paths
4257   to Win32 paths. This now permits Win32 path specifications in Include
4258   statements (all combinations not yet tested).  It also avoids the large
4259   number of errors seen by Lutz if a Win32 path is specified in the Dir.
4260 - Update testfind help and remove set_attribsEx debug code.      
4261 - Build testfind as default.
4262 - Turn off debug message in stored/askdir.c
4263
4264 General: from kes21Nov02
4265 - Another change in the database. You MUST either re-initialize
4266   your database or use the appropriate ./alter_xxx_tables in
4267   the src/cats directory.
4268
4269 Changes submitted this submission:
4270 - Additional documentation.
4271 - Added MaxVolFiles to the database (not yet implemented in code).
4272 - Increased the database version from 3 to 4.
4273 - Change VolMaxBytes to MaxVolBytes, which is much more descriptive.
4274 - Compressed unnecessary spaces out of a lot of SQL statements.
4275 - Changed many %d to %u where unsigned integers are used.
4276 - Added the Bacula version and build date to each backup output.
4277   This will help knowing what version of Bacula was used.
4278 - Implemented VolUseDuration MaxVolBytes, MaxVolFiles, and MaxVolJobs
4279   based on maximums set in the Volume (Media) record rather than in the
4280   resource. This means the values can be individually set on a Volume basis.
4281 - Allow commas separating Include options (this was a subtle bug).
4282 - Added maximum string length argments to a number of subroutines to
4283   prevent buffer overflows. Most notably was do_prompt().
4284 - Replaced MANY occurrences of strcpy() with bstrncpy(), which guarantees
4285   both that the length is not exceeded and that the string is properly terminated.
4286   This has a risk of a certain destabilization -- as does the changes to
4287   the SQL noted above.
4288 - In cram-md5 routine use my_name if gethostname() returns an error.
4289 - Increase timeout from 2 minutes to 3 minutes in authorization code.
4290 - Check the full string including \n in authorization.
4291 - Throw away any response longer than MAXSTRING.
4292 - Added a number of additional error checks on subroutine return statuses.
4293 - Replaced as many lld's with edit_uint64 as I could find.
4294 22Nov02:
4295 - Added MaxVolBytes to Pool record - had forgotten it. Updated DB version.
4296 23Nov02
4297 - Update manual to document new Pool/Volume attributes
4298 - Correct make_sqlite_tables (typo, plus missing value in Pool)
4299 - Fix bizarre behavior in gnome-console and console when auth fails.
4300 - Add Pool attribute query
4301 - Add a few more error messages in askdir.c
4302 - More strcpy() conversions to bstrncpy().
4303
4304 General: from kes18Nov02
4305 - Did a number of cleanups of string copying to limit the length
4306   and prevent buffer overflows.
4307
4308 Changes submitted this submission:
4309 - Added a mutex arount the gethostbyname() so that multiple simultaneous
4310   jobs get the correct address.
4311 - Added the MaxVolJobs to the Media alter tables script for MySQL (forgot it).
4312 - Changed arg to db_find_job_start_time to be POOLMEM for returning the string.
4313 - Add the new VolUseDuration and MaxVolJobs to all the db_ routines.
4314 - Use bstrncpy() in most places in the db_ routines to prevent a bad 
4315   database from crashing Bacula (self protection).
4316
4317 General: from kes13Nov02
4318 - You MUST either re-initialize your databases or use the 
4319     ./alter_mysql_tables
4320   or  
4321     ./alter_sqlite_tables
4322   in the <bacula-src>/src/cats directory to modify your database tables.
4323 - Major improvements to dbcheck including an interactive mode.
4324
4325 Changes submitted this submission:
4326 - Implemented VolumeUseDuration and MaximumVolumeJobs which control
4327   when a tape can be marked Used.
4328 - New tape status "Used" means it was used and cannot be used any more.
4329 - Defined utime_t which is 64 bit epoch time in seconds.  btime_t is
4330   64 bit epoch time in microseconds.
4331 - Created alter_xxx_tables to add new columns (VolUseDuration, MaxVolJobs) to
4332   database. Incremented db version.
4333 - Changed a few subroutine names concerning dates to be more descriptive.
4334 - Fixed several places where the last filename was not stored in JCR in
4335   FD verify_vol.c and restore.c
4336 - Major update to dbcheck.  Unfortunately I used subselects, which work
4337   perfectly fine in SQLite, but not at all in MySQL.  I must now rework
4338   it for MySQL. What a pain!
4339 - Removed "Database found" from configure output. It was no longer used or valid.
4340 - Corrected doc --working-dir => --with-working-dir  Thanks to Tuck for 
4341   reporting this.
4342 - Added the database name to the error message for mismatched DB version.
4343 - Commented out GMP and CWEB from configure as they are not currently used.
4344
4345 General: from kes09Nov02
4346 - Converted the manual over to a new format written in wml. This
4347   gives navigation buttons on the top and bottom of each page
4348   as well as a standard page size.
4349 - Updated the main Web site, providing a menu bar to the left
4350   and much better organization and presentation of the information.
4351 - Added code to recognize a Volume written with a larger block
4352   size than specified. The code automatically adjusts. 
4353
4354 Changes submitted this submission:
4355 - Created a new scripts directory and moved most of the scripts
4356   previously in the main directory there. This cleans things up
4357   quite a bit.
4358 - Moved the randpass stuff into autoconf.
4359 - ensure that the generic make_bacula_tables and drop_bacula_tables
4360   are installed.
4361 - Added code to filed to allow it to be run from inetd.  Just add the
4362   -i option.  I have not tested it.
4363
4364 General: from kes30Oct02
4365 - Alex found a problem with GZIP compression -- fixed.
4366 - bacula stript fixes.
4367 - Segment fault in Director fixed.
4368 - Added openbsd to platforms
4369
4370 Changes submitted this submission:
4371 - GZIP compression was broken for large files due to a variable that
4372   is changed during the compression. This was relatively easy to fix.
4373   However, there were a number of fixes required to make GZIP and SPARSE
4374   files work together. Found one more place in bextract where SPARSE_GZIP
4375   testing was missing.
4376 - During testing of the above, I ran into the restore problem of multiple
4377   FileSet records. Fixed by including the FileSetId and the MD5 on the
4378   selection string, then always using the FileSetId. It is a bit
4379   confusing for the user, but ...
4380 - Francis found a problem with bacula.in (fixed - thanks)
4381 - I found another problem with bacula.in, so now it REALLY should work
4382   on most systems.
4383 - Added the Replace options code for restores. Not tested.
4384 - Fixed an ugly stack overrun bug in reading the config file
4385   that has been in for a long time.  I found this in testing on FreeBSD
4386   where the Director seg faulted.
4387
4388 General: from kes29Oct02
4389 - Major change to the bnet communications routines.
4390
4391 Changes submitted this submission:
4392 - Modified the bacula script to use pid files, so this script should
4393   now work on more platforms.  Updated devel_bacula as well.
4394 - Added the full GNU hostname on the configuration print output.
4395 - Added gettimeofday() to configure, and tweaked a few variables for
4396   OpenBSD.
4397 - Added a chapter to the manual on Porting Bacula to other platforms.
4398 - Documented in Tips how to use the WriteBootstrap record.
4399 - Modified bc_types.h to error if 64 bit types are not found.
4400 - Pass replace option for restore to the FD (no code to use it yet).
4401 - Modify the FD to pass back the GNU OS string as well as the DISTNAME
4402   and DISTVER. This needs to be put in the Client record in the catalog.
4403 - Major reworking of the bnet routines to eliminate the zero length which
4404   previously indicated a signal. This risks to create some subtle communications
4405   bugs.  The changes now permit blank lines to be sent from the user to the
4406   Director.
4407 - Found and corrected a few more places where the Win32 attributes were not
4408   being recognized.
4409 - Permit spaces in the Where string (restore) by bashing/unbashing them.
4410 - Handle quotes correctly in the Console program (actually Dir ua code).
4411   Previously they were not handled in the middle of a string.
4412 - Corrected two error message (error reading file), which previously stated
4413   it was a network error.
4414 - Reworked the files in the binary Windows release. Removed unused programs 
4415   and added a README with the copyright as suggested by John. Also added
4416   console.exe to the release.
4417 - Found and corrected an autoloader mount problem where the wrong tape
4418   was specified.  Previously it looped, then gave up.  Now it correctly
4419   detects the volume is not correct and zaps the Slot in the catalog.
4420
4421 General: from kes23Oct02
4422 - I have mainly worked on getting all the details of a Restore
4423   to work correctly (new tape format, support for Win32 
4424   attributes, ...)
4425 - Trademarked name Bacula.
4426 - Implement Bacula tape format 11 (1.0 Immortal). This format
4427   will be maintained forever.
4428 - Accept Any Volume is yes by default. This modifies Bacula's behavior
4429   when writing tapes.
4430
4431 Changes submitted this submission:
4432 - Corrected a bug on FreeBSD where CFLAGS would get a "yes". I was
4433   unable to reproduce this, but a user confirmed the correction.
4434   It was a problem with detection of largefile support, which FreeBSD 
4435   has by default.
4436 - Added a new "license" chapter in the manual. Re-licensed a number of
4437   library routines (bnet.c, hmac.c md5.c, cram-md5, ...) with LGPL so that they
4438   can be used in proprietary software to access Bacula if so desired.
4439 - Move Director's AutoChanger doc to correct location (in Storage      
4440   resource). 
4441 - Document why trademark (to protect compatibility).
4442 - Implement and turned on Bacula tape format 11 (also BB02). This
4443   format moves the VolSessionId and VolSessionTime from each record 
4444   header into the Block header. This is MUCH more efficient when reading
4445   records as now whole blocks can be skipped.   
4446   Also added JobStatus in End Of Session record, and added MD5 for
4447   FileSet, which is necessary to insure uniqueness.
4448 - Implement a new Bacula time format for btime_t. It is Epoch time
4449   in microseconds (i.e. base 1 Jan 1970 in microseconds).
4450   This replaces previous floating point times.
4451 - Added Win32 extended attributes. In doing so, I moved all attribute
4452   handling from src/lib into src/findlib.  Added new streams for 
4453   Win32 attributes and for GZIP Win32 attributes.
4454 - Modified "Accept Any Volume" so that it really permits any volume
4455   in the pool to be mounted.  
4456 - Removed "Mount Anonymous Volumes" from Storage daemon config.
4457 - Implemented sparse files. You must add "sparse=yes" on the include line
4458   for it to be enabled.
4459 - Print "None" in backup summary rather than 0.0% if there is no compression
4460   enabled.
4461 - Improved error checking in daemon connection/authentication code to prevent
4462   garbage data from harming a Bacula daemon.
4463 - All daemon tools MUST have a config file.
4464 - Completely strip drive specification on Win32 if a Where prefix is specified.
4465 - Corrected DB info for writing to files. Now the File Address is stored
4466   in File-Block variables in the catalog.
4467 - All Storage daemon tools now use common code for acquiring/reading
4468   Volumes.
4469 - If a device is unmounted, report it even if the device is not open. This
4470   will help inform users who have BLOCKED Bacula by unmounting a drive.
4471
4472
4473 =============================================================================
4474 2002-10-12 Version 1.26 (10Oct02)
4475 General: from kes10Oct02
4476 - Changed Job name conventions to avoid : which is an illegal
4477   character on Windows.
4478
4479 Changes submitted this submission:
4480 - Added check for inet_pton to configure.in. If it does not
4481   exist (e.g. Windows) use inet_aton
4482 - Documentation on GZIP.
4483 - Another restore doc example.
4484 - Documented btape fill command.
4485 - Set default restore directory from /tmp to /tmp/bacula-restores
4486 - Add additional no find error messages to sql_get.c
4487 - Creating a bootstrap file on Windows failed because the Job name
4488   contained colons which are illegal on Windows. Replaced the
4489   colons with periods.  This corrects the Windows restore problem.
4490 - Print number of files to be restored in "restore" command.
4491 - On Windows systems, if there is a prefix, completely eliminate
4492   any drive: at the beginning of a path.
4493 - Minor corrections to the tree routines to handle Windows
4494   files such as c:/ better. Previously it insisted on /c:/, which
4495   would then not be found in the catalog for a "dir" command.
4496 - Modified cd command in restore to try /c: if c: fails.
4497 - Add a new S_ISWIN32 bit to the st_mode word so that low level
4498   routines that create files do not print error messages.
4499 - More work must be done to restore all Windows files correctly.
4500   Currently the following bits are not handled:
4501     Archive
4502     Hidden
4503     System 
4504   Also, all the dates are not properly restored.
4505
4506 General: from kes09Oct02
4507 - More documentation.
4508 - Implemented new fill command in btape that permits filling
4509   a tape and then reading it back to ensure that it works
4510   with Bacula.
4511
4512 Changes submitted this submission:
4513 - Added ReadBytes to JCR, which contains Job bytes read by
4514   FD, JobBytes contains compressed output of FD.
4515 - Modified FD to pass back JobStatus, ReadBytes, JobBytes, ...
4516   for backup jobs.  This is upward compatible.
4517 - Modified backup termination status report to contain the
4518   compression ratio 100 * (1 - compressed-bytes/uncompressed-bytes)
4519   This will always be zero if no software compression was
4520   done, or if you are using a version 1.25 or older FD.
4521 - Pickup Job termination status of FD in backup, so now
4522   the termination status represents the state of all three
4523   daemons.
4524 - Implemented new fill command in btape that permits filling
4525   a tape and then reading it back to ensure that it works
4526   with Bacula.
4527
4528 General: From kes06Oct02
4529 - Implemented first major cut of bscan -- program to scan a tape
4530   and recreate a Bacula catalog.
4531 - Fixed lseek() relative negative seek that prevented writing multiple
4532   jobs to a File volume.
4533 - Implemented BB02 tape format -- currently turned off for writing.
4534
4535 Changes submitted this submission:
4536 - Updated README
4537 - Implemented new BB02 tape format, which moves the VolSessionId and
4538   VolSessionTime from the record headers into the Block header.  It
4539   is currently turned off.
4540 - Implemented new btime time/date format on the tape. This is currently
4541   turned off.
4542 - Added JobStatus to EOS tape label. This is currently turned off.
4543 - Changed start_block, ... to StartBlock in JCR for uniformity.
4544 - Print a message telling which tables were dropped/made with  
4545   ./drop_bacula_tables.
4546 - Return JobType and JobLevel in db_get_job_record().
4547 - Implemented get_current_btime(), which returns btime_t.
4548 - Bump debug message max size to 2000 bytes.
4549 - Add btime_t serial/unserial routines.
4550 - Rework all tape label routines to integrate btime and other
4551   label format changes (currently turned off -- for writing).
4552 - Fix lseek() to always be positive -- block.c
4553 - Consolidate record, block, and label major #defines in block.h.
4554 - Major implementation of bscan. Some more minor tweaking will be
4555   necessary.  E.g. add multiple records for multiple simultaneous
4556   Jobs.
4557 - Cleanup lseek() to always use off_t as second argument.
4558 - Add new "created" tape label (EOT_LABEL). This generates a callback
4559   to the read_records() routine when the final end of all tapes is
4560   reached allowing proper termination and updating of the media records.
4561
4562 General: From kes25Sep02
4563 - Added means to bind servers to specific address.
4564 - Documentation
4565
4566 Changes submitted this submission:
4567 - Added DirAddress, FDAddress, and SDAddress records to the corresponding
4568   resources that allow the server to bind to a specific address 
4569   rather than any address.  This security improvement was suggested by
4570   a user -- thank you.
4571 - Eliminated deprecated "Address" record from all sample Storage resources.
4572 - Made quite a lot of improvements to the bscan program. Much more
4573   to do. Aside from details, it is able to recreate a database
4574   from which you can do a restore.
4575 - The s option is not accepted on all versions of ar, so replaced it
4576   by an explicit ranlib call.
4577 - Fixed a bug that caused the Director to crash if you rudely bring
4578   down the console program in the middle of an SQL command.
4579 - Fixed a bug (missing break) that caused scheduled Admin jobs to
4580   be listed as "Unknown type".
4581 - Removed old code from Storage daemon that used a separate FD port.
4582
4583 General:  From kes14Sep02
4584 - Better key generation on non OpenSSL systems.
4585 - 64 bit file address support if available.
4586 - Implement autochanger for reading
4587 - Lots of cleanup of tape reading code.
4588 - Automatically create all Pool resources when Bacula starts.
4589 - Implement bscan.c
4590 - Implement autochanger use via the Console commands "add" and "label"
4591 - Begin implementation of a regression script 
4592 - Write bootstrap after ever job
4593
4594 Changes submitted this submission:
4595 - After noticing that the non OpenSSL random key generator was
4596   not good on Solaris, John wrote a very nice randpass generator.
4597 - Integrated John's makeSessionKey for generating the FD->SD
4598   authorization.
4599 - Statically link tools (doesn't work on Solaris).
4600 - Document how to debug Bacula (new chapter in the manual)
4601 - Remove unneeded printing of error message in sql_get.c
4602 - Free SD description config record (previous oversight)
4603 - Bash spaces when sending Director names, and unbash them when 
4604   received.
4605 - Ensure no divide by zero in rate computation in backup.c
4606 - Implement WriteBootstrap in backup.c
4607 - Allow tape reading to request volume information for any
4608   volume.
4609 - Create all Pool resources at startup.
4610 - Show only Backup jobs in Restore listing of last 20 Jobs.
4611 - Handle 64 bit stat packets in restore.
4612 - Don't do shell expansion on store_dir in config if string 
4613   starts with |.  This is used for piping the program for the
4614   WriteBootstrap.
4615 - Ignore SIGHUP -- DéjàGnu was triggering this. 
4616 - Implement autochanger for reading, many changes to 
4617   acquire_device_for_read()
4618 - Implement callback for reading Volume. Implement in bextract,
4619   bls, and bscan.
4620 - Implement bscan
4621 - Add count to bsr.
4622 - Fix Volume in bsr.
4623 - Move autochanger code to new subroutine in mount.c
4624
4625 =============================================================================
4626 2002-09-05 Version 1.25a (05Sep02) Released
4627 - Fix unitialized stack variable in bextract so it
4628   will always read the currently mounted tape.
4629
4630 =============================================================================
4631 2002-09-04 Version 1.25 (01Sep02) Released
4632   General:
4633 - Added .cvsignore files in each directory to cut down on the
4634   CVS output when scanning directories and finding Makefiles
4635   and such which are not part of the CVS tree.
4636
4637   Changes submitted this submission:
4638 - Cleaned up a lot of the error messages in Verify, including
4639   indenting.
4640 - Had to remove some of the "automatic" error message printing
4641   in the DB because they are in fact things that come up 
4642   for Verify but not really errors.
4643
4644
4645   2002-08-30 Version 1.25 (30Aug02) Beta
4646   From kes30Aug02
4647 - Fixed a bug where only the first file was restored if
4648   it is hard linked. The other links were lost.
4649 - In some cases of restoring to alternate directories, softlinks
4650   were not properly restored.
4651
4652   From kes28Aug02
4653   General:
4654 - Bacula backups now run up to 12 times faster than version 1.24
4655 - Bacula can run multiple simultaneous Jobs.
4656 - Had to turn off TRANSACTIONS in SQLite because it doesn't work
4657   with multiple simultaneous jobs (I'm working on this).
4658 - Added a better Job printout for Restore Jobs.
4659 - Added a save/restore Rate to backup and restore jobs. This
4660   does not yet subtract out operator wait time so it will be
4661   underestimated it the Job waits on the tape (mount/label).
4662 - Fixed a major bug caused by free()ing a buffer twice in
4663   the Restore code. This made the SD more or less useless after
4664   any restore Job. Arrggg!
4665 - DIR - SD protocol changed, both must be updated at the same time.
4666 - DIR - FD protocol changed in upward compatible way. Upgrade of   
4667   FD not required, but recommended.
4668
4669   Changes submitted this submission:
4670 - Added bell to "make" when errors are detected.
4671 - Changed default compile option from -g to -g -O2
4672 - Additional documentation as usual -- much based on questions or
4673   feedback from users. Thanks.
4674 - Fixed example config files to use new syntax and to have a 
4675   Restore Job.
4676 - Define ETIME to ETIMEOUT for Irix
4677 - Added JCR filed to DB structure permitting direct printing error
4678   messages from within the Database subroutines.
4679   Some error messages may be printed twice as a consequence.
4680   When I see them or someone reports them, I will remove the double.
4681 - Added JCR to the bsock structure. This allows direct printing
4682   of network errors from within the network code.
4683 - Made most "trivial" debug messages have level 100 or greater. This
4684   allows for easier debugging of new code using the range below 100.
4685 - Began replacing all Emsg() with Jmsg() using a NULL as the JCR in    
4686   Jmsg() is the same as Emsg().
4687 - Fixed several crashes in the Director because of malformed config files.
4688 - Added SpoolAttributes to Job resource.
4689 - Pass CatalogFiles to SD. If set to no, the attributes are dropped 
4690   within the SD rather than being sent to the DIR.
4691 - Cleaned up a number of information/error messages in user interface.
4692   This includes eliminating the "pretty please" response in favor of
4693   "yes/no" to delete volumes and pools.
4694 - Cleaned up quite a number of uninitialized variables reported when going
4695   to -O2, most were harmless, but a couple could cause problems.
4696 - The cd command in restore was not working correctly (it didn't allow some
4697   legal cds).
4698 - Fixed a segmentation violation in the directory tree handling code in 
4699   the restore command.
4700 - Handle a few error conditions in the restore command better.
4701 - Permit "Where" to be set to nul in modification of a run command.
4702 - Clarified the error message for Verify if an InitCatalog has not previously
4703   been done -- thanks Chuck.
4704 - Add MaximumConcurrentJobs to FD.
4705 - Added code to mem_pool to die if a buffer is released twice.
4706 - Lots of work done on SD for multiple simultaneous jobs. Split device.c
4707   into device.c, mount.c and acquire.c
4708 - Started writing new lock code for SD, but may back it out -- needs more
4709   thought. Current code works, but is too complicated. Maybe can simplify it.
4710 - Cleaned up the SD tools code quite a bit. Added bootstrap to all tools.
4711 - Ensure that tape session labels are not split across two blocks. This makes
4712   reading them back much easier.
4713 - Fixed another restore bug concerning tape labels on multi-volume saves.
4714
4715 =============================================================================
4716 2002-08-14 Version 1.24
4717   From kes12Aug02
4718 - Made a new tools directory.
4719 - Moved smtp into the tools directory.
4720 - Created a dbcheck program in the tools directory that
4721   checks for certain database errors and if requested fixes them.
4722 - Put the database link flags on DB_LIBS so that it now only is
4723   on binaries that actually need it.
4724 - Document dbcheck and testfind programs.
4725 - Move testfind to tools directory.
4726 - Check for FileSet after getting Client name in Restore command.
4727   Modify all necessary SQL commands to accept FileSetId.
4728 - Add a db_get_fileset_record in cats directory.
4729 - Correct list last 20 files concatenation to be MySQL 
4730   dependent. They aren't SQL standard. Use SQL standard || for
4731   other SQL programs.
4732 - Modify dir command in file selection to produce a long form
4733   listing of the file/directory name.
4734 - Add platforms/irix/*.in files to CVS
4735 - Make Console command scanner accept quoted value fields.
4736 - If after selecting Client to restore, there are multiple
4737   FileSets, ask user to select one.
4738 - After obtaining JobIds for restore, ensure that there is only
4739   one MediaType, and select a Storage resource to be used.
4740
4741   From kes11Aug02
4742 - Made restore actually work.
4743 - Made console and gconsole be configured (requested by Chuck)
4744 - Updated kernstodo
4745 - changed fs in Job record to fileset for clarity
4746 - The console run command was not properly picking up the command
4747   line arguments.  Fixed!
4748 - Changed add/remove/rm to mark/unmark
4749 - Volume keyword VolumeName was wrong, changed to Volume (in restore bsr).
4750 - Pass jcr to parse_bsr, and if non-NULL, it will output error messages
4751   to Job stream rather than Emsg.
4752 - Modified lexical scanner to include caller context so that jcr can
4753   be stored in lex context allowing error messages to be properly 
4754   routed.
4755 - Renamed the Job message chain to be jcr_msgs. This eliminated the      
4756   previous confusion with the default value, now named jcr->messages.
4757 - Implemented multi-volume bsr records.    
4758 - Implemented pm_strcat() and pm_strcpy() to cat/add to memory pool
4759   buffers in same way as strcat/strcpy, but expanding buffer.
4760 - Modified db_get_volume_names to handle arbitrarily long Volume list.
4761
4762   From kes07Aug02
4763 - If the Console program terminated during the printing of messages,
4764   the message file was left locked. This was corrected by using the
4765   new read-write lock code.  
4766 - Implemented Pw() and Vw() for obtaining and releasing a write lock
4767   using the rwl_xxx routines.
4768 - Deleted some old pthread_mutex code from mysql.c
4769 - In making the Irix port, I previously corrected the base64 routine so 
4770   they were not sensitive to the machine definition of char. This made
4771   them incompatible with previous versions invalidating MD5 signatures
4772   which are in base64 format. I have now corrected this, making the
4773   routines compatible with the previous version but also insensitive
4774   to the default definition of char.
4775 - Removed some unnecessary NPRT() usage in signal.c (pointed out by
4776   the Irix compiler).
4777 - Add back BNET_NONO for compatibility with older File daemons.
4778 - Implement runing a restore Job in the restore command.
4779 - Make installation of query.sql unconditional. To prevent you own file
4780   from being overwritten, give it a different name.
4781 - Made parse_command_args() in ua take command from ua->cmd, this
4782   simplifies it and allows usage in other places -- e.g. building
4783   arguments for created run command in restore.
4784 - Cleaned the naming of s_full_ctx to be s_jobids.
4785 - Write the bsr created in restore to "working-directory"/restore.bsr
4786 - Fix bugs in command line scanner in run command -- also some misplaced
4787   breaks!
4788 - Eliminate static cmd in ua_server.c
4789 - Eliminate segmentation fault when using the Run command in the
4790   Console -- forgot to init_msgs().
4791
4792   From kes06Aug02
4793 - Did a good amount of documentation.
4794 - Added sql_cmds.c to CVS, forgot, pointed out by Chuck.
4795 - Added new platforms/irix directory to CVS
4796 - Turn off transaction debug code in sql.c
4797 - Reworked the scheduler so that it handles the same Job starting
4798   twice in the same hour. Previously it took one or the other.
4799 - Tightened up the "slop" in the timings that I programmed to ensure
4800   that the same job isn't run twice or that no job was missed.
4801 - Increase the sleep time.
4802 - Used job_type_to_str() in status so that Admin jobs are correctly reported.
4803 - Add internationalization message chars to a number of routines
4804   in util.c
4805 - Make the watchdog timer clear the mutex when it exits.
4806 - Some tweaks to the Restore command. It needs fixing when a Job spans
4807   two or more volumes.
4808
4809   From kes05Aug02
4810 - Initial cut at adding Irix File daemon support.
4811 - Lots of work on the restore command.
4812 - Take a stab at eliminating the "broken pipe message"
4813   when the console program prematurely terminates.
4814 - Reimplemented transactions for SQLite by keeping
4815   them all in the same thread.
4816 - quit in the Console program now waits for Bacula to
4817   quit. To immediately quit, you must enter .quit
4818 - Eliminated BNET_EOF -- this COULD have some negative consequences
4819   on interdaemon communications.
4820 - Define Job termination status for Admin jobs.
4821 - Write new bstrncpy() function that guarantees that strcpy is
4822   properly terminated.
4823 - Fixed command input in ua_input.c to accept quoted items as a
4824   single field. 
4825
4826   From kes01Aug02
4827 - The changes that added indexes to the SQLite database were
4828   lost -- thanks to Chuck for pointing this out. Redone.
4829 - Fixed a problem quoting strings in SQLite. This showed up
4830   as database errors with files containing ' or " in the filename.
4831 - Implemente restore command -- still in progress.
4832 - Added indexes to all fields in SQLite that exist in MySQL.
4833 - Moved unused immortal files from src/lib to src/immortal.
4834   This will permit splitting depkgs.
4835 - Started work on adding embedded MySQL. Cannot get the tables
4836   to work for the moment. Please don't try to use this option.
4837 - Convert to using single quotes for enclosing all strings.
4838 - Implement correct quoting algorithm for SQLite strings.
4839   Is dequoting needed?
4840 - Started centralizing SQL statments in the Director in sql_cmds.c
4841 - Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
4842   but does not produce a dump.
4843 - Allow wild-card matches in bsr for Client name, and Job.
4844 - Change OflineOnUnmount=no as default.
4845 - Fixed improper printing of filenames containing a space in bls.c
4846   Thanks to Carlos for reporting this.
4847
4848 ===========================================================================
4849 2002-07-26 Release 1.23a
4850 - Fix segmentation fault is FD status.
4851 - Turn off TRANSACTIONs for SQLite.                        
4852
4853 ===========================================================================
4854 2002-07-23 Release 1.23
4855   From kes22Jul02
4856 - Updated Bacula to handle some minor differences in MySQL 4.0.2
4857   (still works with older MySQLs).
4858 - Updated MySQL documentation to correct some minor errors.
4859 - Added kernstodo to CVS
4860 - Fixed create_mysql_database, which I recently accidently broke.
4861 - Disallow zero length volume names in Console program.
4862 - Create alter_mysql_tables and alter_sqlite_tables for conversion
4863   from 1.22 table format to 1.23 table format.
4864
4865   From kes20Jul02
4866 - Investigation of SQLite performace problems reported by Chuck.
4867 - Updated ChangeLog
4868 - Updated README
4869 - made root@localhost the default email address because many smtp
4870   servers reject root but accept root@localhost
4871 - Added an autochangers chapter to the manual.
4872 - Documented most of the new features in 1.23
4873 - Modified the SQLite interface code to start a transaction at the
4874   beginning of a job and commit it at the end of the job. It
4875   also commits it after 10000 changes. Hopefully this will
4876   improve performance.
4877 - Set the default cache pages from 2000 to 10000 for SQLite (i.e.
4878   about 15Megs of memory) hoping to improve performance.
4879 - Terminate last filename referenced in FD prior to copy to
4880   avoid race problem with multiple threads and no locking.
4881 - Enhanced the status output to include the JobType                
4882 - Print an error message if the email program terminates in error.
4883 - If your machine has an MTUNLOCK, do it before doing an OFFLINE to
4884   ensure that the door is unlocked.
4885 - Added code to stored/append.c to spool attributes. This is in
4886   a testing stage and must be explicitly enabled.
4887 - Added a no_attributes variable to stored/append.c that prevents
4888   the attributes from being sent to the Director. As yet, no way
4889   to turn it on.
4890 - Modified SQLite code so that after 10000 updates any transaction
4891   is committed, then restarted. This keeps it from using too much
4892   memory.
4893 - Set the default cache size to 10000 pages (previously 2000).
4894 - Fixed a segmentation fault on Sun due to no default value for
4895   the JobStatus.
4896 - Added the same indexes to SQLite that I exist in MySQL. This
4897   VASTLY reduces CPU usage for lots of inserts.
4898 - Added spooling to bnet_send().
4899
4900   From kes18Jul02
4901 - The following two changes were prompted by questions/suggestions
4902   from A Morgan.
4903 - If you have "AlwaysOpen = no" in your SD Device
4904   resource, Bacula will free() the drive when it
4905   is finished with the Job.
4906 - If you have "Offline On Unmount = yes", in your
4907   SD Device resource, Bacula will offline (or eject)
4908   the tape prior to freeing it.
4909 - Added Maximum Open Wait to allow open() to wait if drive is busy.
4910 - Added RunBeforeJob and RunAfterJob records to Job records.
4911   This permits running an external program with the following editing
4912   codes:
4913     %% = %
4914     %c = Client's name
4915     %d = Director's name
4916     %i = JobId
4917     %e = Job Exit
4918     %j = Job
4919     %l = Job Level
4920     %n = Job name
4921     %t = Job type
4922
4923   From kes17Jul02
4924 - Added autochanger support to devices.c
4925 - Allow user to change Slot in the Volume record.
4926 - Implemented code in lib to run an external program
4927   (tape changer)
4928 - Implemented a changer script for mtx.
4929 - Currently the changer commands used are:  
4930     loaded -- returns number of slot loaded or 0
4931     load   -- loads a specified slot
4932     unload -- unloads the device (returns casette to slot)
4933 - Other changer commands defined but not yet used:
4934     list   -- returns list of slots containing a cassette
4935     slots  -- returns total number of slots 
4936 - Implemented ChangerCommand, specified in the SD Device
4937   resource, permits editing of:
4938       %% = %
4939       %a = archive device name
4940       %c = changer device name
4941       %f = Client's name
4942       %j = Job name
4943       %o = command
4944       %s = Slot base 0
4945       %S = Slot base 1
4946       %v = Volume name
4947 - Implemented MaximumChangerWait default 120 seconds. It is 
4948   specified in the SD Device resource.
4949
4950   From kes15Jul02
4951 - Moved techlogs from main directory to be subdirectory of doc
4952 - Added code for strerror_r, and detection of gethostbyname_r().
4953 - The protocol between the Director and the SD has changed.
4954 - Major rework of SD tape mounting to prepare for Changer commands.
4955 - Separated Update Media record and Create JobMedia record. These
4956   are done from the SD by calling the Director. Need separate Create
4957   JobMedia so that when a Job spans a volume, all other Jobs writing
4958   the same volume will also have JobMedia records created.
4959 - Added message to user indicating selection aborted if he enters .
4960   to a Console selection request.
4961 - Create a jobstatus_to_ascii() routine for use in status commands.
4962   This makes a single routine from three separate pieces of code.
4963   Updated the code to properly handle more (all) termination statuses.
4964 - Tried to fix the gnome-console to handle history a bit better. There
4965   are still some problems with focus not being properly set to the edit
4966   box after history replacement.
4967 - Removed the shutdown() from bnet_close() hoping to fix Console termination
4968   errors that are occassionally seen -- no luck.
4969 - Moved add_str() to lib/util and renamed it add_str_to_pool_mem() so that
4970   it can be used to edit Job termination codes and Changer command codes.
4971 - Reworked how the SD mounts tapes (in device.c) so that control passes through
4972   only a single routine. The logic is much simpler than previously, and now
4973   adding AutoChanger code is straight forward.
4974 - Made SD tape mounting much more fault tolerant -- more cases retry instead
4975   of terminating the Job.
4976 - Wrote code to edit_device_codes() for Changer commands. Not yet fully     
4977   implemented.
4978 - Added a ChangerDevice directive to the Device resource. Still need to add
4979   ChangerCommand.
4980
4981   From kes07Jul02
4982 - This documents what I did while on vacation. 
4983 - A fair amount of documentation.
4984 - Implemented Verify Volume to Catalog (needs renaming)
4985 - Modified the database to include new MarkId field as
4986   well as Counters. Database level is incremented from 1 to  2.
4987 - Added first cut of managing autochangers by implementing Slot in DB.
4988 - Fixed a good number of M_ERROR messages to be M_FATAL where appropriate.
4989   Also converted a number of Emsg() to Jmsg() permitting better Job error
4990   messages.
4991 - First cut at implementing a general packet passing mechanism for bsock
4992   to replace printf and sscanf for passing data.     
4993 - Made make_xxx_tables and drop_xxx_tables and create_xxx_database
4994   for bdb as well as sqlite. With this each database has the
4995   same set of scripts (with the exception that MySQL has grant_privileges).
4996 - Modified Makefile to only install the database scripts for the
4997   database that you are using.
4998 - Updated the pdf script to include all the html files.
4999 - Did quite a lot of documentation.
5000 - Made Bacula compile correctly with DEBUG turned off.
5001 - Implemented Pmsg() macros that permit using the debug print
5002   routines even with DEBUG off.
5003 - Updated job_cancelled() macro to handle JS_FatalError.
5004 - Changed db_find_last_full_verify() to db_find_last_jobid(). This
5005   permits working with Verify Volume to Catalog.
5006 - Removed TRANSACTION code from incrementing NextId for SQLite. 
5007 - Implemented quick and dirty (not fully functional code) so that
5008   console program does not die if ctl-Z is entered. 
5009 - Cleaned up backup.c a bit adding a bail_out goto to ensure proper
5010   handling of errors with minimum code.
5011 - Added passing Slot back and forth to Storage daemon with Volume info.
5012 - Implemented Slot in Media record in DB.
5013 - Implemented first cut of Counter resource in dird_conf.c. A counter
5014   resource is part of the Pool resource.
5015 - Implemented necessary database record. However, the resource doesn't
5016   yet create a DB record.
5017 - Implemented onefs (One File System) and recurse options on Include
5018   resource.
5019 - Implemented autopruning of Verify and Restore Jobs.
5020 - Did a better job of calculating thread_concurrency() for Sun systems.
5021   This permits better multi-threading allowing all the threads to run
5022   at the same time.
5023 - Implemented a wait_for_storage_daemon_termination(), which is used by
5024   backup and verify volume.
5025 - Clarified a number of UA prompts, and add feedback where certain commands
5026   completed but printed nothing. (More work to be done here).
5027 - Added a pile of new code to implement Verify Volume to Catalog. It is sort
5028   of a hybrid of "restore" and "verify" in that it actually reads the tape,
5029   then compares it to the catalog.  Need Verify Volume to Client.
5030 - Added a good number of checks for job_cancelled() this should permit
5031   quicker and more reliable cancelling of jobs.
5032 - Fixed one bug in restore where I used ofile instead of lname, which means
5033   that if the lname was too long, the memory was not properly reallocated.
5034 - Cleaned up find_one.c in findlib quite a bit.
5035 - Link smtp static so that it works even if the libraries are messed up.
5036 - If mail host is not found, retry with local host in smtp.
5037 - Added slot and stream to the bootstrap record processing.
5038 - Do offline on tape cartrige for unmount command. This can be turned off
5039   by the user in the config file. OffLineOnUnmount in Device resource.
5040 - Implemented AutoChanger = yes/no in Device resource.
5041
5042 ===========================================================================
5043 2002-07-07 Release 1.22
5044 - All the basic Restore code to handle the boostrap file is
5045   now implemented with the exception of the Console Restore command.
5046 - Retained compatibility with previous Restore providing no 
5047   bootstrap file is specified. However, the old code (JobId based)
5048   will go away in a future release.
5049 - Fixed a number of segmentation faults in the Console program due
5050   to printing of NULL pointers -- thanks to Chuck and his Sun for
5051   finding and reporting them -- mostly in ua_output.c.
5052
5053   From kes25Jun02
5054 - Null pointers now are printed as *None* if NPRT() is used.
5055 - At the request of Phil, all resources are now chained in in the
5056   order they appear in the config file.
5057 - Implement Bootstrap record in the Director's config file, which
5058   allows you to specify a predefined bootstrap file for Restore Jobs.
5059 - Allow Bootstrap on the Restore record. This is deprecated.
5060 - Implemented code to pass the Bootstrap file, if defined, to the
5061   File daemon, then from the File daemon to the Storage daemon.
5062 - Added ability to set Bootstrap file in the Console when running a Restore.
5063 - Allow scan_error() routine to be passed to lex_open_file(). This permits
5064   using lex in the Storage daemon without worrying that it will ABORT on
5065   a syntax error.  More work is needed to direct the error messages correctly.
5066 - Improved error messages a bit when config syntax errors are found.
5067 - Tested and corrected some errors in match_bsr.c
5068 - Removed askdir.c from bls and bextract by defining dummy entry points.
5069 - bextract now has bootstrap pretty well integrated.
5070 - Changed bextract ABORTs into FATAL and exit(1) or ERROR_TERMINATE.
5071   More user friendly.
5072 - Eliminated at least one lld and replaced it by edit_uint64() 
5073 - Eliminated a few more _PROTO()s.
5074 - Corrected a problem with the SQL for in query.sql for 
5075   Listing Volumes to Restore All Files
5076
5077   From kes22Jun02
5078 - Additional documentation.
5079 - Reduce the time the jcr mutex is locked in lib/jcr.c
5080 - More null pointer printing fixes in lib/parse_conf.c (debug output only).
5081 - Added daemon filename to Kaboom message so I know what daemon died.
5082 - Fix big bad bug introduced in watchdog.c last update that caused
5083   a segmentation violation (forgot to check for NULL pointer).
5084 - Add a bit more info to bad returns from Stored when starting
5085   a job fails.
5086
5087   From kes21Jun02
5088 - Fixed scan_to_eol
5089 - Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
5090 - changed all rwlock_t to brwlock_t to avoid conflicts with
5091   Solaris library.
5092 - Added NPRT() macro to allow printing of NULL pointers, which
5093   segment fault on Solaris.
5094 - Cast printing of pid_t to int for Solaris compiler.
5095
5096   From kes20Jun02
5097 - Added expect argment to lex_get_token().
5098 - Added tree.c and tree.h to lib directory.
5099
5100   From kes19Jun02
5101 - Improvements to the bootstrap compiler
5102 - Implemented first cut of bootstrap code in the Storage daemon
5103 - Modified the authentication code to be more explicit during 
5104   failures.
5105 - Added a few more debug message numbers with more arguments (Dmsg10, ...)
5106 - Added more and more precise error messages when authentication fails.
5107 - Implemented new "expect" codes in the lexical scanner that allows
5108   the caller to specify what he wants.                   
5109 - Added integer, positive integer, 64 bit integer, and integer ranges,
5110   and name scanning to lex.
5111 - Implemented new lex code in parse_conf.c, this reduces significantly
5112   the code.
5113 - Hopefully fixed a watchdog race bug that caused the watchdog to time
5114   out a line after 1 hour rather than 6 days.
5115
5116   From kes15Jun02
5117 - Implemented a Bootstrap file parser and matcher.
5118 - Implemented first cut of bootstrap code in bextract  
5119 - Started clarifying different termination codes.
5120 - Added M_ERROR_TERM to immediately terminate the daemon -- no dump.
5121   Also changed a few termination codes as appropriate.
5122 - Fixed create_jobmedia_record() to include all the fields such as
5123   StartFile/EndFile, StartBlock/EndBlock.
5124 - Print user friendly message when query mode ends.
5125 - Fixed ls style print routines (bextract, bls, restore) to check
5126   buffer size, to print the link if any, and to used edit_uint64()
5127   instead of %lld.
5128 - Moved scan_to_eol() and s_err() to lex.c to avoid dragging in 
5129   parse_conf.c for new bsr scanning code.
5130 - New files: bsr.h, parse_bsr.c and match_bsr.c. parse_bsr.c parses
5131   a Bootstrap file, and match_bsr.c matches a bsr against a tape.
5132 - use strcasecmp() in several places instead of lcase().
5133 - Add first cut of bootstrap to bextract.
5134 - Added File Size limit -- writes EOF after limit exeeded.
5135
5136 ===========================================================================
5137 2002-06-12 Release 1.21
5138 - Fixed several problems with filenames being truncated if
5139   they contain spaces. Thanks to the user that reported this.
5140 - N.B. To get the new queries, after the "make" and 
5141   "make install" you must explicitly replace the
5142   existing query.sql by query.sql.new.  query.sql is a
5143   user configuration file, so it is not overwritten.
5144 - Added GZIP compression of Included files.  
5145 - Added additional fields to tape SOS record permitting better
5146   recovery with no database.
5147 - Be sure to remove any !terminate statements you may have
5148   in your config files.
5149 - MUST UPDATE ALL DAEMONS due to protocol change to handle new
5150   tape format.
5151
5152   From kes11Jun02:
5153 - Updated examples directory with my most recent config files.
5154 - Modified the M_TERM meaning to mean that Bacula has
5155   terminated in error without producing a dump. Previously,
5156   it meant that Bacula terminate (with or without error).
5157   You should remove any !terminate from your messages
5158   resources.
5159 - Changed the order of the libraries in the link so that
5160   tcp wrappers link properly. Thanks Phil for reporting this.
5161 - A user reported that filenames containing spaces were truncated
5162   in bextract. This was indeed the case. They were also truncated
5163   in Restore as well as in Verify. They are, hopefully, all fixed
5164   now.
5165 - Made a few error conditions in Verify non-fatal.
5166 - Modified the Console "query" command to permit multiple SQL
5167   statements per command. 
5168 - Implemented three new "query" options: 
5169     List last 10 Full Backups for a Client
5170     List Volumes used by selected JobId
5171     List Volumes to Restore All Files
5172   To use them, simply type "query" to the Console program, and
5173   select the one you want.
5174 - Modified bextract to default to extracting all files (i.e. /).
5175 - Cleaned up the code in bextract a bit.
5176
5177   From kes03Jun02:
5178 - Improve Verify command to include files examined.
5179 - Eliminate fcntl() locking of the console file and replaced
5180   it with a pthreads mutex.
5181 - Note Director - SD protocol is changed to handle new tape
5182   information (Fileset, JobType, JobLevel).
5183 - Create config.out that contains a summary of ./configure
5184   to see what you previously configured: "cat config.out"
5185 - Implemented GZIP compression.  Added addition syntax to
5186   Include { } resource to permit setting of any GZIP compression
5187   level:
5188      compression=GZIP
5189      compression=GZIP1
5190      ...
5191      compression=GZIP9
5192
5193   Level 1 is minimum compression and level 9 is maximum. Using just
5194   GZIP gives the default (level 6).
5195 - Enhanced the tape format to include the unique Job name, FileSetName,
5196   JobType, and JobLevel in the Start/End of Session records. The code
5197   detects that tape level difference and acts accordingly. You can 
5198   add data in the new format to old tapes.
5199 - Fixed an incorrect display message in the prune command.
5200 - Began implementation of Verify Volume and Verify Data.
5201 - Cleaned up File daemon restore.c a bit ensuring that termination 
5202   cleanup is done and all possible Emsgs are converted to Jmsgs.
5203 - Modify bls.c to use common setup routines. This reduced the big
5204   code duplication that creeped in when I added different listing
5205   options. Also, changing tapes is now handled uniformily in a subroutine.
5206
5207 ===========================================================================
5208 2002-05-27 Release 1.20
5209 - Started documenting Catalog Pruning and Recycling.
5210   Added catmaintenance.html and recycling.html
5211 - Fixed the query command bug.
5212 - Implemented PID files to prevent two copies of Bacula
5213   from running at the same time. Be sure you --with-pid-dir
5214   points to a working directory.
5215 - Modified ASSERT() to cause a segmentation violation. This
5216   permits a core dump.
5217 - Worked on gnome-console. It paints better, it tells you if it
5218   is ready to accept a command or processing one, and it is
5219   almost entirely GTK+ (rather than GNOME, I'm removing GNOME
5220   a bit at a time).
5221 - Limit to 100 the number of tape labeling errors in a single Job.
5222 - Add some additional ASSERT()s to the database routines. I don't
5223   like ASSERTs but they do catch bugs.
5224 - Tested and debugged recycling of Volumes.  Needed to change
5225   the Director-SD protocol slightly.
5226 - Removed the experimental SIGHUP in the Director as it is a
5227   potential source of errors.
5228 - Added Level, Pool, Messages, and Storage keyword/value scanning
5229   to the Schedule Run record.
5230 - Improved printing of Schedule resources with "show schedules"
5231 - Do not autoprune Jobs/Files if the Job errs.
5232 - Updated newvol() to pass back the updated Media record.   
5233 - Fixed the "update pool" command, which was broken during a much
5234   earlier code reorganization.
5235 - Improved a few of the pruning messages.
5236 - Removed readline inclusions from gnome-console (hang over from console).
5237 - Make Jmsg use daemon message handler if no message handler is defined.
5238   This is always the case in the SD and FD.
5239 - Started removing __PROTO(). With C++ prototypes are manditory, so why
5240   keep around legacy code.
5241 - Added a good deal of message internationalization -- more to be done.
5242 - Move cached Path into mdb structure and use POOLMEM.
5243 - Fix verify bug introduced last update causing incorrect diffs 
5244   by turning off autopruning.
5245 - Started adding code to distinguish Errors from Fatal Errors.
5246 - Errors are now counted in message.c for a Job.
5247 - More POOLMEM cleanups.
5248 - Implemented Automatic pruning.
5249 - Implemented Automatic recycling of Volumes.
5250 - Added PruneJobs/Files/Volumes=yes or no to Job resource. If set,
5251   it forces the specified pruning.
5252 - Modified rwlock to accept multiple nested write lock
5253   requests.
5254 - Modified the cats directory to use the new rwlock mechanism
5255   in place of P() and V(). 
5256 - Defined db_lock(mdb) and db_unlock(mdb). They are in effect
5257   transaction locks. 
5258 - Add CVS Id's to most files.
5259 - Made first cut at AutoPrune
5260 - Added new autoprune file that is called at the end of
5261   each Job. It then decides when and what to prune and
5262   calls the UA prune routines.
5263 - Modified Run (in Schedule resource) to permit overrides of
5264   Level, Pool, Storage, and Messages. (not tested).
5265 - Added more POOLMEM in place of char.
5266 - Implemented daemon pid files. This prevents multiple 
5267   daemons from running simultaneously. You can run multiple
5268   daemons if they listen on different ports.
5269 - Documented the Schedule resource a bit better.
5270 - Began gently adding a POOLMEM type (perviously void).
5271   For the moment it is a #define to char, but long term
5272   it should be its own typedef.
5273 - Corrected a bit of spacing on the status bar of gnome-console
5274 - Added Admin and Archive Job types.
5275 - Implemented multiple Messages resources. Each daemon has
5276   its own message resource, which defaults if not defined.
5277   Jobs may now have different message handlers.
5278 - Cleaned up a bit of duplicate code in backup, verify, and
5279   restore by creating appropriate subroutines in job.c
5280 - Added Type, Client, FileSet, and Level resource record
5281   definitions to the Director. These can be used in place
5282   of the Backup = ..., Verify = ..., ... commands.  This needs
5283   documenting.
5284 - Corrected an incorrect message in the prune code and added
5285   the number of Files pruned in the message.
5286 - Corrected several paint problems with gnome-console.
5287 - Added a bit of printout in signal handler during traceback.
5288 - Cleaned up most of sm_check() to be turned on/off by define
5289   in version.h
5290
5291 ===========================================================================
5292 2002-05-10 Release 1.19
5293 - Allow the user to select a new period for pruning.
5294 - Lots of additions to the manual -- prune and purge
5295   commands documented.
5296 - Applied Phil's configure.in fix for --prefix, ...
5297 - Fixed bug found by Phil (patch supplied) in updating
5298   MD5 signatures (revert to 32 bit FileId, move "static"
5299   variables into JCR) (catreq.c fd-cmds.c).
5300 - Reverted to using INTEGER for FileId in make_sql_tables
5301   due to a bug in MySQL.
5302 - Change editing code to %d for FileId.
5303 - Remove sqlite in make distclean in cats directory.
5304 - Remove console.conf in console during make distclean.
5305 - Remove gnome-console.conf during make distclean.
5306 - Remove bacula-dir.conf during make distclean.
5307 - Set default level when using Console if none specified.
5308   Bug reported by Phil.
5309 - A simple . command from Console is ignored.   
5310 - Change program named from filed to bacual-fd in winmain.cpp
5311 - Change default config file for Win32 in winmain.cpp
5312 - Free namebuf on early return from find_one.c. Bug reported by Phil.
5313 - Modify testfind.c to dump orphaned buffers.
5314 - Removed terabytes from parse_conf.c because of problems with
5315   older gcc compilers.
5316 - Turn off gnome options in gnome-console by constructing empty argv.
5317 - Fixes to Verify when only MD5 differs.
5318 - Insert 0 for MD5 as default rather than space.
5319 - Allow .messages "transparent" command while reading input
5320   in UserAgent server.
5321 - In dird/verify.c ensure that correct filename is printed if only
5322   the MD5 differs. Minor reindenting caused large diff.
5323 - Delete unused code from backup.c
5324 - In filed/verify.c ensure that same algorithm as backup.c is used
5325   to pass back MD5 signatures -- especially for directories and files
5326   that cannot be read. Change dummy filename from X to *MD5-id*.
5327   This dummy value should never be printed.
5328 - Make gnome-console poll Director every 5 seconds for output.
5329   This means that queued up messages are displayed at reasonable
5330   intervals. Delete some unused code hanging around from the tty
5331   console program.
5332 - Begin implementation of prune commands.
5333 - Add command line history to gnome-console. Not yet saved across sessions.
5334 - Fixed some broken URLs in the manual.
5335 - Added JobId type.
5336 - Wrote first cut of "prune files" and "prune jobs".
5337 - Added command line history to gnome-console 2500 lines max.
5338 - Widened store_time() and associated variables to 64 bits using
5339   new btime_t definition.
5340 - Removed GNOME about box and replaced it with 
5341   a somewhat crude Gtk+ about box in the gnome-console.
5342 - Widened StartDay in the Job DB record to be 64 bits.
5343 - Changed edit_uint_ to edit_uint64_ everywhere. Much more
5344   descriptive of what is done.
5345 - Removed most llds and replaced them with %s and edit_uint64.
5346   This makes the code a bit easier to read for beginners.
5347 - Added a btime_t typedef which is 64 bits wide.
5348 - Added most of the code needed to do Purge and Prune of
5349   database. Not yet tested. Please do not use.
5350 - Additional config options for Console.
5351 - Started adding code for Automatic Recycling of Volumes.
5352 - Allow arbitrary length filenames in Verify code.
5353 - Fix incorrect filename in Verify code.
5354 - Significant enhancement to number scanning in config parser.
5355 - Requires initializing MySQL tables, or applying cats/alter.sql
5356   to modify Media table.
5357 - Modified Makefile to printer a much more visible
5358   message if the make ends in error.
5359 - Added the Purge value to the VolStatus in the Media table.
5360   This value is set if the Volume is purged.
5361 - Enhanced the db_delete_media_record() routine to delete
5362   all associated records in the database.
5363 - Modified Console to always write to the variable "output"       
5364   rather than stdout. This will permit directing output to a file.
5365 - Enhanced the Console configuration file to have a Console 
5366   resource. This will allow us to add an rcfile and history file.
5367 - Modified Find_next_vol in catreq.c to search for "Recycle"
5368   volumes if there are none marked Append. Also made Get_Vol_info
5369   return the VolStatus to the Storage daemon.
5370 - Allow upper/lower case match on job level names.
5371 - Added another warning message to the Console "delete media" command.
5372 - Corrected a number of FileId types from uint64_t to FileId_t in
5373   ua_retention.c.
5374 - In ua server close database before freeing JCR (because pointer is
5375   kept in ua and jcr structures).
5376 - parse all numbers as doubles. Do lots of checking for valid number
5377   formats. Allow numbers in scientific form (e.g. 1.5e+10).
5378 - Remove terabyte modifier as it doesn't work in some compilers.
5379 - Fix bug in handling some modifiers.
5380 - Added all necessary code for Recycle to Storage daemon. A Volume
5381   marked Recycle will now be overwritten.
5382 - Filled out the prune command a bit and did some testing.
5383 - Make console accept redirected input.
5384 - Altered the Table definitions to include Recycle,
5385   FileRetention, JobRetention, and AutoPrune.
5386 - Widened StartDay to 64 bits.
5387 - Use JobId_t in more places. 
5388 - Added the new table fields to the database record definitions.
5389 - Changed Recycle from string to a binary quantity.
5390 - Added a Version table with a VersionId to detect.
5391   future changes in the database. This should prevent
5392   a Bacula from working with a database that is not in sync.
5393 - Modify Console to accept input from a file. This will permit
5394   the .read command and allow reading a .rc file.
5395 - Added new retention and recycle variables to the Director's configuration.
5396 - The UA subroutines or commands can now be called from core
5397   code because the output routines detect the absence of a 
5398   UA socket and direct output to the Job.
5399 - Added a verbose flage to the ua packet to permit reduction of
5400   output while running a UA command (prune) from a Job.
5401 - Did a fair amount of work on the prune command. Prune Volume now works.
5402 - Purge Volume now works.
5403 - Made last changes for integrating prune and purge commands.
5404 - Add -ltermcap to CONS_LIBS when readline is configured.
5405   More work to be done to search for termcap.
5406 - Added cats/drop_sqlite_tables.in, which will delete the SQLite database.
5407 - Got CWEB working so that we can compile filesys.w and immortal.w
5408 - Modified depkgs to include cweb.             
5409 - Note, CWEB is not yet used by the core Bacula code.
5410 - Made cats/alter.sql, which alters an old database to bring it
5411   up to the new format. This only works with MySQL since SQLite does
5412   not have the ALTER SQL command.
5413 - Changed the old StartDay field in the db to be JobTDate, which is
5414   the latest time/date in widened Unix time format that the Job ran.
5415   This value is used when doing pruning.
5416 - Added code in cats/sql.c to verify that the database internal version
5417   corresponds to the db version compiled in Bacula. It is set to 1 currently.
5418 - Lots of changes to cats to bring the SQL up to date with the new 
5419   retention period changes.
5420 - Added Console command code to permit changing a Volume's retention period.
5421 - Removed old code that used date_encode() and replaced it with widened
5422   Unix time().
5423 - Started modifying Message resource scanner so that we can have multiple
5424   message resources. Much more work to be done.
5425 - Moved scanning for time into new library routine string_to_btime().
5426
5427 ===========================================================================
5428 2002-04-22 Release 1.18
5429 - Applied Phil's configure.in fix for --prefix, ...
5430 - Fixed bug found by Phil (patch supplied) in updating
5431   MD5 signatures (revert to 32 bit FileId, move "static"
5432   variables into JCR) (catreq.c fd-cmds.c).
5433 - Reverted to using INTEGER for FileId in make_sql_tables
5434   due to a bug in MySQL.
5435 - Change editing code to %d for FileId.
5436 - Remove sqlite in make distclean in cats directory.
5437 - Remove console.conf in console during make distclean
5438 - Remove gnome-console.conf during make distclean
5439 - Remove bacula-dir.conf during make distclean
5440 - Set default level when using Console if none specified.
5441   Bug reported by Phil.
5442 - A simple . command from Console is ignored.   
5443 - Change program named from filed to bacual-fd in winmain.cpp
5444 - Change default config file for Win32 in winmain.cpp
5445 - Free namebuf on early return from find_one.c. Bug reported by
5446   Phil.
5447 - Modify testfind.c to dump orphaned buffers.
5448 - Removed terabytes from parse_conf.c because of problems with
5449   older gcc compilers.
5450 - Turn off gnome options in gnome-console by constructing empty
5451   argv.
5452
5453 ===========================================================================
5454 2002-04-18 Release 1.17 Kern Sibbald
5455 - Ensure that platforms Makefiles are called for clean  
5456   and distclean.
5457 - Hide a lot of Makefile messages with @
5458 - Applied Phil's configure.in patch. Thanks.
5459 - Doc updates, many to clarify points brought up by Phil.
5460 - Applied Phil's make_mysql_tables.in patch. Thanks.
5461 - Made authenticate.c in dird test bnet_send status.
5462 - Make label a bit more friendly with extra info message.
5463 - Add level 200 to debug info in run command.
5464 - Remove old code from findlib/testfind.c so that it compiles.
5465 - Add two minute max wait to cram-md5 authentication. Hopefully,
5466   this will catch non-responding WinNT daemons.
5467 - Allow time and size modifiers to be upper or lower case.
5468 - Turn off old CYGWIN patch for pthread_cond_timedwait() bug that
5469   now causes File daemon hangs on WinNT.
5470 - Fix mount messages for restore. Previous updates to save
5471   broke the restore code.
5472 - By default write fixed block sizes rather than variable block
5473   sizes.  My Sony DAT simply does not work (reread failures) with
5474   variable block sizes.
5475 - Data split across tapes was not being correctly restored
5476   (at least on DAT tapes). 
5477 - Implement MaximumBlockSize and MinumBlockSize statements in
5478   Storage daemon so user can specify variable block sizes if
5479   desired.
5480 - Return error if block checksum error on read (previously 
5481   ignored).
5482 - Fixed some error messages in bls, and in some cases exit(1)
5483   rather than ABORT. There remain ABORTs to be examined.
5484 - Made a local copy of tcpd.h and corrected the function 
5485   prototype problem for C++.
5486
5487 ===========================================================================
5488 2002-04-14 First public release 1.16 Kern Sibbald
5489  - Many intervening changes/updates.
5490
5491 2001-09-29 Release 1.0 Kern Sibbald
5492  - Fixes to problems found at John's installation.
5493  - See techlogs/kes25Sep01 for details
5494
5495 2001-09-25 Release 1.0 Kern Sibbald
5496  - Helped John install at his site.
5497    He is backing up one Linux machine and
5498    one Win2000 machine.
5499
5500 2001-mm-dd Many releases
5501  - Released internally.
5502   
5503 2000-04-09 Release 0.4 Kern Sibbald
5504  - Added a lot of Director configuration code. In      
5505    part (a small part), the Director now uses the
5506    bacula.conf file to know what to do. There still
5507    remains a lot to do.
5508  - The file search code is now integrated into the
5509    MySQL database routines, and Bacula is now hooked
5510    into the MySQL database (if so configured). Thus
5511    all the database records are being created, though
5512    there still remains some work in getting all the
5513    details into the records (such as the Storage 
5514    coordinates).
5515  - I've defined how Volume pools work (see manual).
5516  - I've defined error message handling though no code
5517    is yet written.
5518  - The following resources and records are implemented
5519    in the Director configuration file (bacula.conf):
5520     
5521    Director
5522      Name (passed to Storage daemon)
5523    Client
5524      Name, Address, Port
5525      Password (not yet used)
5526    Storage    
5527      Name, Address, Port, Password, MediaType
5528    Job
5529      Name    
5530      Type (not yet used)
5531      Backup (only one permitted) 
5532        Client, FileSet
5533      Storage
5534      Schedule, Messages, Pool (not used)
5535    FileSet
5536      Name  
5537      Include (options ignored)
5538      Exclude (no options)
5539    Schedule (not used)
5540      Name
5541    Messages (not used)
5542      Name       
5543      Debug, syslog, mail, append (not used)
5544    Catalog
5545      Name
5546      Address, Port, Password (not used)
5547    Pool (not used)
5548      Name
5549      PoolType, MediaType (not used)
5550
5551  - Added Storage configuration routines.
5552    Director
5553      Name, password (verified against those sent by Director)
5554    Storage
5555      Name, Address, Port (address, port must correspond to Director's values)
5556      Password, MediaType
5557    Device
5558      Name, MediaType (must correspond to those sent by Director)
5559      Archive Device (defines device name)
5560
5561
5562 2000-03-10 Release 0.3 Kern Sibbald
5563  - Implemented new base64 encoding for attributes.
5564    This eliminates some of the error messages in the
5565    sprintfs on the Solaris due to different stat() sizes.
5566  - Implemented  the first cut of the file search routines for
5567    the File daemon.  The exclusion lists work including wild
5568    cards.   There is a lot of work to be done, but the basic
5569    structure is now in place (wild cards do not yet work for
5570    the include).
5571  - Completed writing the memory pool code.  Now I must
5572    implement it in the daemons.
5573  - Modified the bacula start/stop script so that it has a
5574    better chance of working on SGI and Solaris.
5575  - The catalog code has not been converted to the new file
5576    search code.
5577
5578 2000-03-06 Release 0.2 Kern Sibbald
5579  - Integrated John's fixes.
5580  - Made Makefiles self configuring when Makefile.in is changed.
5581  - Added a runit script in the top level that runs bacula
5582  - Added a "bacula" script in the top level directory that
5583    starts and stops the File daemon and the Storage daemon.
5584
5585 2000-03-03 Release 0.1 Kern Sibbald
5586  - Basic Director, File, and Storage daemons.
5587    Standalone Catalog services using MySQL
5588
5589 2000-01-22 Kern Sibbald
5590    * Setup basic file structure with ./configure