]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
- Add code to reservation VOLRES subroutines to try to ensure
[bacula/bacula] / bacula / ChangeLog
1 Changes to 1.37.38:
2 04Sep05
3 - Fix out of order volumes during restore.
4
5 Changes to 1.37.37:
6 30Aug05
7 - Final tweaks to build Win32.
8 - Enable debug code in ua_label.c
9 - Remove devices from the Volume list even if no
10   Volume is in drive.  Hopefully this fixes Arno's problem
11   of multiple volumes listed in the same drive.
12 28Aug05
13 - Apply Landon's patch for TLS default values.
14 - Correct LOCALEDIR problem in build of Win32
15 - Correct ssize_t problem in build of Win32
16 - Add code to llprint pools and volumes to debug next item.
17 - From bug report, fix resetting Pool defaults in Volume. It
18   was a typo "Max" was missing in several places.
19 - Don't allow translation of database Volume Status values.
20
21 Changes to 1.37.37 released 26 Aug 05
22 24Aug05
23 - Ensure that the drive is closed before calling the
24   mtx-changer script so that the script can access the drive.
25 - Add drive name to reserved Volume list printout in SD.
26 23Aug05
27 - Fix bug in acquire.c that incorrectly reported volume
28   busy.
29 - Add additional debug code and messages in reserve.c
30 - Eliminate unwanted warning message in reserve.c
31
32 Changes to 1.37.36 released 22 Aug 05
33 20Aug05
34 - Landon's fix for NLS detection
35 - Eliminate incorrect compiler warning on FreeBSD. 
36 - Move Win32 errno message build into berrno constructor.
37 - Minor Win32 tweaks
38 19Aug05
39 - A number of minor Win32 fixes.
40 - Remove a PostQuitMessage() as suggested by Thorsten so that
41   BartPE restore can work correctly.
42 - Fix for create JobMedia so that VolIndex remains valid even
43   during a delete Job or pruning -- bug 402.
44 - Minor tweak for Win32 build.
45 18Aug05
46 - Win32 fix -- remove debug O_NONBLOCK code.
47 - Fix bug 399 -- make_catalog_backup does not work for sqlite3
48 - Implement unloading a volume in a different drive if it
49   is needed in the current drive.
50 - Implement search for unused autochanger drive.
51 - Implement search for exact Volume in reservation before
52   other searches.
53 - Fix picking up drive in Dir so that it is not done in
54   the status command.
55 - Eliminate double check on "loaded" for autochanger.
56 17Aug05
57 - Start coding better reservation algorithm
58 - Always look for slot for label command.
59 - Add more debug code for autochangers.
60 - Apply fix from Stephan Leemburg <sleemburg@jvc.nl> for
61   improper scanning of schedule resource:
62   Run = Level=Full Pool=Catalog daily at 1:20
63 - Apply patch from Chris Lee <labmonkey42@gmail.com> for 
64   adding --enable-build-dird --enable-build-stored.
65 - Tweak datadir definition in configure.in
66 16Aug05
67 - Fix bug that missed drive=nn specification.
68 - Eliminate nonblocking kludge in heartbeat of FD as
69   it caused high CPU usage.
70 - Pickup loaded slot when doing open() of tape drive.
71 - Make autochanger reservation code go through full list
72   first pass until exact match found.
73 15Aug05
74 - Fix how FileSet is saved in job record to correct continual  
75   Full save.
76 - Make datadir print on config.out listing.
77 - Move get FileSet record up in backup init to eliminate continual
78   Full save seen by Peter Sjoberg.
79 - Add VolumeName to read-only Python variables.
80 - Add VolumePurged event for Python.
81 - Suppress /dev/ Filesystem change prohibited INFO messages.
82 - Do not delete FT_RAW files before restore (allows FIFOs
83   to be used for restore).
84 13Aug05
85 - Add drive specification to mount, unmount, release, label,
86   and relabel for Autochangers.  Note Dir<->SD protocol has
87   changed.
88
89 Changes to 1.37.35:
90 12Aug05
91 - Disable parts of NLS as the configure does not work here.
92 - In job backup init (backup.c) define definitive Job level and
93   since time, *then* apply Job Pool override selection if any.  
94 11Aug05
95 - Modified bconsole script so that it is improperly
96   installed, it will refuse to execute.  This avoids
97   recursive call loops.
98
99 Changes to 1.37.34:
100 06Aug05
101 - Apply David's ACL fix to src/filed/acl.c
102 05Aug05
103 - Apply patches sent by David Duchscher <kreios@gmail.com> for
104   making ACLs work on MacOS X and FreeBSD.
105 04Aug05
106 - Apply patch in bug#397 that improved configure
107   - find readline under $with_readline/include/readline
108   - no libutil under Solaris
109   - no need for -ldl under Solaris 
110 - Make reservation system single threaded during the
111   search to avoid two threads competing for the same
112   resource.
113 - Correct a return code in find_suitable_device_for_job()
114   Possibly cause of "busy writing to another volume".
115 03Aug05
116 - Modify open() for tape so nonblocking really works.  
117 - Use fcntl() to reset blocking status rather than close()
118   and reopen the drive.
119 - Make sure dev->open() is always called so that any change
120   in read/write permissions will occur.
121 - Open drives initially in daemon in read-only mode.
122 - Ensure that each time the VolHdr.VolumeName is zapped
123   or changed that free_volume() is called on the old name.
124
125 Changes to 1.37.33:
126 03Aug05
127 - Require 5 arguments to mtx-changer except list and slots
128 - Turn -EPIPE status returns from bpipe to ETIME
129 - Include Slot in SD status output 
130 - Do not term_dev() during initialization in SD if the device
131   could not be opened.  In the case of a tape drive, there may
132   be no tape in the drive.
133
134 Changes to 1.37.32:
135 02Aug05
136 - Correct PostgreSQL database scripts as suggested by a user.
137 - Add additional info to FATAL message generated when a device
138   is busy writing to another volume.
139 - Suppress an inappropriate NULL Volume name message after a cancel.
140 - Correct a warning message in reserve.c
141 29Jul05
142 - Apply user's patch to make mutiple modifiers for times
143   work correctly.
144 - Make read_dev_volume_label() handle ANSI/IBM labels
145   correctly -- ie space over any label at the beginning
146   of the tape.
147 28Jul05
148 - Make ANSI/IBM writing of HDR1/2 labels ignore any
149   errors if at end of tape.
150 - Apply Martin's patch to improve Python detection in
151   configure.in
152 - Temporarily turn off disk seeking until I find the
153   cause of the problem.
154 27Jul05
155 - Add OSF1 patch supplied by user.
156 - Use number of files selected from write_bsr() only
157   if it is not defined.
158 - Explicitly seek to end of file when getting size for
159   restore test.
160 - Correctly set EndBlock position in JobMedia record
161   for files.
162 - Remove unnecessary set StartBlock in bscan. Caused bscan
163   regression error.
164 26Jul05
165 - Modify mtx-changer to wait a maximum of 300 seconds.
166 - Do restart of failed jobs only for Backups job types.
167 - A number of DVD updates from Nicolas.
168 24Jul05
169 - Turn off old service helper code in Win32.
170 - Correct Messages bug found by Phil in stored.
171 23Jul05
172 - Complete (almost) documentation of 1.38.
173 - Add error messages for error conditions with VSS.
174 - Fix additional problems with VSS backup that I introduced.
175 Changes to 1.37.31:
176 22Jul05
177 - Correct compiler complaints in wx-console and tray-monitor.
178 - Correct VSS problems recognizing c:
179 - Add VSS before job status
180 - Fix output of status from being one big line.
181 - Change cd xx; make to cd xx && make as suggested by Phil.
182 - Cleanup projects file
183 - Remove unnecessary casting of FF_PKT in filed.
184 - Apply Thorsten's bugfix for vss_generic.cpp
185 - Add check for df path for dvd_freespace
186 - Use df to get space used on DVD.
187 - Change sense of flag indicating erase DVD or not before writing.
188 - Fix bpipe so that it never modifies the result pointer.
189 - Replace more dev_name by print_name().
190 - Rewrite edit_device_codes_dev() so it does not overwrite the
191   supplied buffer.
192 - Update printing of labels (for bls) so that critical information
193   is printed (Job name and timestamp).
194 - Cleanup old spool files when starting the SD.
195 - Modify vss.cpp to allow C: as a path name.  Otherwise VSS
196   doesn't work when only a drive name is given.
197 - Modify vss.c to eliminate double / in filenames.
198 - Update doc -- particularly the restore chapter.
199 18Jul05
200 - Make all files in working directory have .xxx at end.
201 - Work on DVD writing.
202 - Fix keepatime bug (bugs database).
203 - Move Python variables from Job to Bacula. They are
204   DirName, Version, ConfigFile, and WorkingDir
205 - Fix delete of bootstrap to only occur on Bacula created
206   filenames.
207 - Allow cancelling a Job name that is not active. It is
208   sent to the daemons.
209 17Jul05
210 - Fix name space pollution by OpenSSL 0.9.8 reported by
211   Matthias Kurz -- applied his patch.
212 - Fix bpipe.c so that it does not modify results pointer.
213   ***FIXME*** calling sequence should be changed.
214 - Remove some remaining references to dev_name.
215 - Fix calls to mount_dev() and unmount_dev() to
216   correspond to returned value (bool instead of int).
217 - Try without success to make DVD writing work.
218 == Nicolas
219 15Aug05
220  - Convert dvd-writepart to Python.
221  - Increase delay from 3 seconds to 5 seconds between SIGTERM and SIGKILL when
222    killing external programs.
223 13Aug05
224  - Add gettext macros in autoconf/gettext-macros.
225  - Modify how localedir is set in configure.in.
226  - Remove setlocale check (useless).
227 10Aug05
228  - Mark translatable strings in all source files.
229 08Aug05
230  - Create French and Italian translation files (fr.po, it.po).
231  - Add support for translation in configure and Makefiles.
232  - Update autoconf/aclocal.m4 so it is automatically created with aclocal
233    (Note: autoconf/gnome-macros is not used anymore, it may be removed).
234 30Jul05
235  - Fix src/lib/bpipe.c:run_program and run_program_full_output to detect if the watchdog
236    killed the program, and return an error if it is the case.
237 26Apr05
238  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
239  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
240    been adapted.
241  - Remove set_exit_on_error function
242 07Apr05
243  - Fix "unknown device type" problem with DVD devices.
244  - Fix crash when there is no media in the DVD drive.
245 09Jan05
246  - Update the documentation and ReleaseNotes.
247 05Jan05
248  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
249  - Some modifications (again) on how guessed volume names are handled (now it should work).
250  - Part files on the hard disk are removed if they are empty.
251 04Jan05
252  - Major fixes on how guessed volume names are handled.
253  - Minor fix in src/stored/append.c.
254  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
255  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
256 03Jan05
257  - Add WritePartAfterJob directive in Job resource (Director)
258  - Add WritePartAfterJob directive in Schedule Resource (Director)
259  - Implement these new directives
260 02Jan05
261  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
262    name of a mounted device, so the label can be read.  
263  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
264  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
265  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
266 01Jan05
267  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
268  - Implement these directives (volumes can now be restored from a manually written DVD). 
269  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
270  - Implement these directives (DVD writing now works).
271  - New function run_program_full_output in src/lib/bpipe.c.
272  - Lots of bugfixes and cleanups in the new code.
273 29Dec04
274  - Add VolParts field in Media table
275  - Add MaximumPartSize directive in Device (SD configuration file)
276  - File Volumes can now be splitted in multiple files ("parts")
277  - Fix SQL error in sql_list while doing "llist jobmedia"
278
279 Changes to 1.37.30 released 16 July 2005:
280 14Jul05
281 - Fix "dir" command scanning field misalignment in
282   wx-console.
283 - Switch to using the wxWidgets Unicode library.
284 - Include msvcr71.dll in distribution.
285 - Add VSS to status line in Win32 FD if enabled.
286 - Get VSS build scripts working with Thorsten's help.
287 - Unlink the bootstrap file after sending it to
288   the FD.
289 - Remove sending include/exclude lists to the FD during
290   a restore -- deprecated code.
291 - Cleanup the bootstrap files in the FD.
292
293 Changes to 1.37.29:
294 14Jul05
295 - Remove old commented out code from configure.in
296 - Add baculavssfd.mak file for building VSS version of
297   Win32 FD.
298 - Correct date (year) in vss.cpp and vss_generic.cpp
299 13Jul05
300 - I finally found and squashed the elusive SD crash.        
301   I needed to initialize the used volume list before
302   firing off the device initialization thread.
303 Changes to 1.37.28:
304 11Jul05
305 - Make sure that bpipe results are zapped even on
306   error return.
307 - Lots of documentation.
308 - Do not prune volume marked as append when needing a
309   new Volume.
310 - Print a warning message in SD if a non-used Volume
311   is specified and autolabel not turned on.
312 - Correct a bug in chksum.c concerning SHA1 signatures 
313   (an * should have been & when checking for a bit flag).
314 - Print File:Block for all label records in label.c -- concerns
315   primarily bls when doing Job listings (-j).
316 - Correct is_volume_in_use() to return false if testing
317   on the same device where the Volume is already mounted.
318 - Define a init_done flag in the SD that is set when the
319   devices are initialized and make users connecting wait.
320   This prevents useless connect failure warning messages.
321 - Do additional device locking in ask_op_to_mount_volume()
322   to prevent race conditions with a user labeling a Volume
323   or autolabeling.
324 09Jul05
325 - Add a test for error return from bnet_wait... in heartbeat.c
326   in FD to avoid CPU loop.
327 - Implement TLS in gnome console and wx-console.
328
329 Changes to 1.37.28:
330 08Jul05
331 - Correct a NULL pointer reference in the mount command.
332 - Correct typo in Copyright
333 - Add detection of EOM for IBM drives (i.e. errno == ENOSPC)
334 07Jul05
335 - Remove temp file created in mtx-changer script.
336 - Make fsf_dev() into a class method.
337 06Jul05
338 - Modify mtx-changer.in script to return slot:barcode for
339   Volumes that are loaded in the drives.
340 - Correct some more places where dev->is_blocked() needs
341   to be checked in dircmd.c in SD.
342 - Update doc.
343 05Jul05
344 - Add code to ensure that reserved but unused volumes
345   are freed. 
346 - Correct how Volumes are mounted and handled so that the SD
347   does not get stuck if multiple volumes are used (recycling,
348   relabling, ...)
349 - Correct bug where you could relabel a volume while it
350   was being acquired -- created chaos.
351 04Jul05
352 - Correct seg fault caused by open() calling sequence change.
353 03Jul05
354 - Add new rc-chio-changer script by Rudolf Cejka to 
355   examples/autochangers
356 - Apply Rudolf's changes to bacula.in
357 - Expand the space from 8 to 10 characters in editing
358   file sizes for restore and dir of catalog, otherwise
359   GB sizes are truncated -- fixes bug report.
360 - Modify wx-console to know about 10 character widths.
361 - Allow decending into top level directory if "recurse=no"
362   is set.  Fixes a bug report.
363 - Install pthreadVCE.dll when installing console or wx-console
364   on Win32 systems. Fixes bug report.
365 02Jul05
366 - Tweak dvd-writepart script to prevent door from opening/closing
367   so much.
368 - Remove GROUP BY in several PostgreSQL commands to prevent error.
369   Resolves bug report.
370 - Ensure that < as first character of filename list is not treated
371   as a directory for restore.
372 - Add debug to heartbeat in FD as it seems to go into an
373   infinite loop from time to time during SD failure in DVD writing.
374 - Add more debug code to dvd writing.
375 - Attempt not to destroy existing fs on DVD. 
376 30Jun05
377 - Detect device mounted for DVD and suppress be sure to 
378   mount message after label.
379 - Set Cleaning tape status to "Cleaning" and force no
380   MediaType.
381 - Get DVD writing working with new standard Bacula open()
382   code.
383 - Rename get_filename() to make more sense.
384 - Detect "is already mounted on" on mount command so to avoid
385   error if device is already mounted.
386 - Eliminated guess_name() code. It may be necessary to
387   add it back later.
388 - Eliminate seg fault from printing invalid results.
389 - Make dvd_write_part() bool.
390
391 29Jun05
392 - Attempt to fix DVD writing by eliminating a number of the 
393   DVD subroutines to simplify.
394 - Modify DEVICE::open() to take dcr as first argument. This
395   will permit providing more info to DVD opening.
396 - Fix scanning for time/size items which in some cases
397   ate the next line.
398 - Eliminate read_dvd_volume_label().  New code (not yet written)
399   *must* open dvd appropriately before calling 
400   read_dev_volume_label.
401 - Modify open_first_part() open_next_part() to take DCR as 
402   argument.
403 - Make label command from console work on DVDs.
404 - Make mount command from console work on DVDs.
405   Unmount does not work yet.
406
407 Changes to 1.37.27:
408 27Jun05
409 - Add Database vendor to CatalogRes tuple for Python.
410 - Update doc
411 - Implement DoesVolumeExist(Vol) for Python.
412 - Prevent python command from seg faulting if no arg given.
413
414 Changes to 1.37.26:
415 26Jun05
416 - Add set_mode method in DEVICE.
417 - Correct set_mode method in DEVICE
418 - Add more DVD debug info 
419 23Jun05
420 - Check for incorrect duration and size modifiers in conf files.
421 22Jun05:
422 - Make Version a tuple (version, build-date)
423 - Add CatalogRes tuple (DBName, Address, User, Password,
424     Socket, Port)
425 - Add Version, ConfigFile, and WorkingDir as Python attributes
426   in the Director.
427 - Implement code (principally for Win32) that on failure to
428   create a file, it will cd into the directory and attempt
429   to create the file using a relative path. This avoids creating
430   files with paths which fail on Win32.
431 - Fix parsing of times and sizes with decimal numbers.
432 - Make free_volume_list() in SD work if vol list is not
433   initialized (./bacula-sd -t).
434 21Jun05:
435 - Add debug error printout when open() fails.
436 - If open() of DVD fails in mount.c, return false.
437 - Split open() code for DVD into separate subroutine in dev.c
438
439 Changes to 1.37.25 released on 20 Jun 05:
440 20Jun05:
441 - Fix bug where Storage daemon gets confused about what
442   tape is mounted. (one line of code was inadvertently 
443   deleted).
444
445 Changes to 1.37.24:
446 18Jun05
447 - DVD writing/reading seems to be mostly working.
448 - Set execute bits on dvd-freespace and dvd-writepart
449 - Make dvd-freespace use existing dummy file.
450 - Modify dvd-freespace to pickup size from Track Size:
451 16Jun05
452 - Add Date, Job, level to updates to .bsr file in 
453   dird/backup.c
454 - Add debug info to dvd-freespace.in
455 - Fix hard coded bacula.sql in make_catalog_backup reported
456   by a user.
457 - Make sure a verify volume to catalog never reports an error
458   if there are zero files to verify.
459 - Remove confusing debug info in filed/backup.c on network
460   error.
461 - Make sure output from console is not sent to system log.
462 - Convert open_dev() into a class method.
463 - Change VolHdr.VolName to VolHdr.VolumeName.
464 - Add a flag in the device state word to indicate that
465   we found Media in the drive (DVD). 
466 - Make mount_dev() and unmount_dev() return bool.
467
468 Changes from Nicolas Boichat:
469 26Apr05
470  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
471  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
472    been adapted.
473  - Remove set_exit_on_error function
474 07Apr05
475  - Fix "unknown device type" problem with DVD devices.
476  - Fix crash when there is no media in the DVD drive.
477 09Jan05
478  - Update the documentation and ReleaseNotes.
479 05Jan05
480  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
481  - Some modifications (again) on how guessed volume names are handled (now it should work).
482  - Part files on the hard disk are removed if they are empty.
483 04Jan05
484  - Major fixes on how guessed volume names are handled.
485  - Minor fix in src/stored/append.c.
486  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
487  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
488 03Jan05
489  - Add WritePartAfterJob directive in Job resource (Director)
490  - Add WritePartAfterJob directive in Schedule Resource (Director)
491  - Implement these new directives
492 02Jan05
493  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
494    name of a mounted device, so the label can be read.  
495  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
496  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
497  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
498 01Jan05
499  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
500  - Implement these directives (volumes can now be restored from a manually written DVD). 
501  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
502  - Implement these directives (DVD writing now works).
503  - New function run_program_full_output in src/lib/bpipe.c.
504  - Lots of bugfixes and cleanups in the new code.
505 29Dec04
506  - Add VolParts field in Media table
507  - Add MaximumPartSize directive in Device (SD configuration file)
508  - File Volumes can now be splitted in multiple files ("parts")
509  - Fix SQL error in sql_list while doing "llist jobmedia"
510
511 Changes to 1.37.23:
512 - Renamed to make unique version for open_next_part()
513   changes.
514
515 Changes to 1.37.23:
516 - Renamed to make unique version for open_next_part()
517   changes.
518
519 Changes to 1.37.22:
520 14Jun05
521 - Fix the same state variable problem in open_next_part().
522 - C++ify the SD code a bit more.
523 13Jun05
524 - Add more debug code and clarify debug code for DVDs.
525 - Do not save and restore state in open_first_part() 
526   since state should be properly set after open_dev().
527 - Make default mandir /usr/share/man
528 - Install Bacula man page.
529 - Implement passing of FileSet Enable VSS to FD.
530 - Move main body of reserve drive code into subroutine
531   so that it can be called multiple times.
532 12Jun05
533 - Eliminate getpass() for Win32 builds in console as the
534   function does not exist.
535 10Jun05
536 - Correct some reservation problems in SD when no devices
537   are available.
538 - Start removing #ifdef HAVE_TLS by sneaky tricks.
539 - Begin implementation of TLS in wx-console
540 - Remove ignoring SIGCHLD from console.
541 - Rework the dlist binary search routines for implemenation
542   of the Volume reservation code -- make it more general.
543 - Strip double slashes // from Win32 filenames in an attempt
544   to resolve restore problems on some systems.
545 - Fix a minor bugs in the trace code that caused the first
546   line output to be lost.
547 - Implement a good first cut at adding Volume reservation code
548   to the storage daemon (in file reserve.c).
549 - Remove old unused code from the tree.c routines.
550
551 Changes to 1.37.21:
552 06Jun05
553 - Fix compile problems on Win32
554 - Start writing Volume reservation list (already exists, but
555   is not really very good).
556 - Implement attribute caching to put Signature into database     
557   at the same time as the file attributes thus eliminating a
558   number of database accesses.
559 - Correct a reservation problem.
560 - Implement full Dir Storage use.
561 - Reduce a bit of TLS #ifdeffing.
562
563 Changes to 1.37.20:
564 04Jun05
565 - Minor changes
566 01Jun05
567 - Add more documentation to mtx-changer.in
568 - Correct link to manual in authenticate.c in various
569   directories.
570 - Create a new src/stored/reserve.c file where the 
571   Use Storage command is processed and drives are
572   reserved.
573 - Modify src/stored/autochanger.c to keep track of each
574   Slot that is loaded for each device.
575 - Ensure that changer_command and changer_name are picked
576   up from Autochanger resource if not specified, and if
577   neither is specified, err.
578 30May05
579 - Fix bextract.c compile problem
580 - Create bacula.man 
581 - Make make distclean clean a bit better
582 29May05
583 - Remove old code in jcr.c
584 - Make testls release jcr chain when terminating.
585 27May05
586 - Implement Maximum Job Spool Size (actually DCR based)
587 26May05
588 - Use light weight non-recursive locking on jcr chain.
589 - Make JCR a class and implement inc_use_count() and
590   dec_use_count() methods that ensure that the jcr is
591   locked when inc/dec the use count.
592 - Remove the global jcr lock when traversing the jcr
593   chain.   
594 - Use dlist to implement the jcr chain rather than hand
595   crafted next and prev links.
596 - Lock the jcr chain inside each function that modifies
597   the chain.
598
599 Changes to 1.37.19:
600 26May05
601 - Fix compile problem of ua_restore.c on broken compilers.
602 - Apply patch from bug 326 to permit bacula status by any user.
603 - Fix bug 325 -- conversion of 12:30pm to 24hour time.
604 25May05
605 - Put Dmsg() on inside if() to avoid calling subroutine.
606 - Make restore.bsr have unique name.
607 - Allow user to define bsr filename on restore command line
608   with bootstrap=xxx.bsr
609 - Add limit=nnn to "list jobs" command.
610 - Remove old restore code that did not use .bsr file.
611 - unlink automatically generated bsr file.
612 - Cleanup heartbeat code so that duped fd is almost sure
613   to be released. Previously under certain conditions, the
614   memory was not released due to race conditions.
615 - Shorten copyright.
616 20May05
617 - Unify the reserve_device() for a single device into one subroutine.
618 18May05
619 - Modify wait during use_device to happen only after all devices
620   have been examined rather than in the reserve_device code.  
621 - Correct updating count of number of Volumes in a pool.
622
623 Changes to 1.37.18:
624 16May05
625 - Add more debug to SD for Autochangers + status output.
626 - Add Scratch to PoolType in PostgreSQL make...tables and do not
627   permit NULL PoolTypes. Fix for bug 319 reported by Eric.
628 - Update LICENSE.
629 - Add quotes around filename in parse_config error message. Bug
630   reported by Eric.
631 15May05
632 - Change nested \include to \input so that sections are properly
633   included in the pdf manual -- update the Web site.
634 - Set reconnect flag in MySQL packet to 1 to ensure that connection
635   is re-established.  MySQL 5 changed default to 0. Fixes bug report.
636 - Fix Scratch pool handling as reported in a bug by Eric Bollengier
637   by applying his patch.
638 - Remove delete job in favor of delete jobid.
639 - Add = NULL to configfile definitions as reported by Eric in a bug
640   report.
641 - Update winbacula.nsi.in to reflect new manual file structure.
642 10May05
643 - Correct a minor build problem with wx-console.
644 - Add cancel() to Dir Python scripting.
645 - Re-correct bug in parse-config error handling.
646 - Reorganization of use_command in SD to permit
647   waiting and multiple drive autochanger support.
648 09May05
649 - Correct bug in parse_config error handling.
650 - Where ever possible mark a volume in error or not   
651   InChanger in mount.c
652 - Fix bug in changing tape pools after first backup. Reported
653   by Peter Sjoberg.
654 - Enhance mtx-changer to use Working Directory as temp.
655 - Remove all but initial setup locking of Res in SD.
656 08May05
657 - Add Client OS type to Job report.
658 - Add version to manual 
659 - Update the Web site to have a single page for
660   the documentation links.
661
662 Changes to 1.37.18 release 08May05:
663 08May05
664 - Correct attribute definition compile error in 1.37.17
665 - Correct inverted order of CreateTime and MD5 pointed out
666   by a user in a bug report in FileSet db routine causing
667   the MD5 to print in the output instead of the time/date.
668
669 Changes to 1.37.17:
670 07May05
671 - Implement cstrlen() in sql list routines.
672 - Implement caching of attributes to add the        
673   signature so that only one DB call will be made
674   per file. Not yet turned on.
675 - Fix Win32 build for TLS.
676 - Optimize File pruning to eliminate one database call. 
677 - Fix bug that prevented File pruning from working.
678 - Implement a cstrlen() which returns the character
679   length of a UTF-8 string.
680 06May05
681 - Move test for MaxStartDelay as suggested by Peter.
682 - Implement Python methods (I had to read the Python source
683   code).
684 - Implement run() method in Director.
685 - Add Priority and Scheduled time to Job report.
686 - Add JobInit and JobRun events.
687 - Add Priority as Python read/write attribute to Job.
688 - Correct typo in bsmtp reported by Jo.
689
690 Changes to 1.37.16 (07May05): released 07May05
691 07May05
692 - Implement cstrlen() in sql list routines.
693 - Implement caching of attributes to add the        
694   signature so that only one DB call will be made
695   per file. Not yet turned on.
696 - Fix Win32 build for TLS.
697 - Optimize File pruning to eliminate one database call. 
698 - Fix bug that prevented File pruning from working.
699 - Implement a cstrlen() which returns the character
700   length of a UTF-8 string.
701 06May05
702 - Move test for MaxStartDelay as suggested by Peter.
703 - Implement Python methods (I had to read the Python source
704   code).
705 - Implement run() method in Director.
706 - Add Priority and Scheduled time to Job report.
707 - Add JobInit and JobRun events.
708 - Add Priority as Python read/write attribute to Job.
709 - Correct typo in bsmtp reported by Jo.
710
711 Changes to 1.37.16 (03May05): released 05May05
712 03May05
713 - Make a few tls ifdef tweaks.
714 - Fix create_file.c Win32 problem pointed out by
715   Peter Sjoberg.
716 - Fix really ugly bstrncpy() but found by Thorsten.
717 - Move winapi.h/c from findlib to lib for inclusion in 
718   multiple places.
719 02May05
720 - Thorsten Engel finished his work on Win32 Unicode. We
721   now have a single executable that runs on all Win32 machines.
722 - Move job initialization code after job scheduling so that
723   Verify jobs check for the prior JobId after they are really
724   started rather than before.
725 - Fix lib/fnmatch.c so that it does proper testing before folding.
726 - More documentation -- at tls and ansi labels chapters.
727 - Fix fileset_convert.pl to handle empty Exclude statements.
728 - Turn regex back off in Win32
729 01May05
730 - Fix sign extension problem in lex.c that reads UTF-8 
731   with Chinese characters incorrectly.
732
733 Changes to 1.37.14:
734 30Apr05
735 - Remove a few HAVE_TLS #ifdefs
736 - Implement final Python style interface. More implemention to
737   be done, but the interface should change little if at all.
738 28Apr05
739 - Make default no tls support. You must add 
740   --with-openssl to get tls support.
741 27Apr05
742 - Update Web header to include google search in the search
743   box -- thanks to input from Michel Meyers.
744 - Fix md5sum so that it builds with the new openssl stuff.
745 - Take some enhancements to the md5sum test program proposed
746   by a user.
747 26Apr05
748 - Apply Tru64 patch supplied by Pascal Pederiva <freebsd@paped.com>
749 - Apply Unicode fixes for Win32 from "Thorsten Engel" 
750   <thorsten.engel@matrix-computer.com>
751 - More work on Python read feature in FD.
752 22Apr05
753 - Fix (hopefully) the ftello() overflow reported by Peter.
754 - Landon Fuller committed his TLS patch.
755 - Fixed two minor warnings in console.c with TLS turned off.
756 - Updated the Makefile.in for wx-windows and tray-monitor
757   to handle TLS. I can only build the tray-monitor.
758 - Fix bscan to open tape in read-only mode (actually fix
759   it so that it doesn't use the standard open routine).
760 - Correct what appears to be an error in setting the
761   return value in dvd.c
762 21Apr05
763 - Get FD Python running -- design Python backup interface.
764 - Fix seg fault in SD when referencing Alert Command.
765 - More documentation.
766 - Fix one more thing in Win32 build.
767 20Apr05
768 - Doc updates
769 - Fix Win32 build
770 - Put in production here
771
772 Changes to 1.37.13:
773 19Apr05
774 - Fix SQLite and PostgreSQL table creation script syntax
775   problems.
776 - Fix new Python code to work for Director.
777 - Move lib/python.c to lib/pythonlib.c so that debug output
778   is easier to read (can distinguish lib from dird, ...).
779 - Cleanup Python build so that Python is not dragged
780   into programs that don't use it.
781
782 Changes to 1.37.12:
783 02Apr05
784 - Reset NumVols in Pool record from database on every update
785   Pool.
786 - Modify DB to support multiple simultaneous copies and
787   RAIT stiping.
788 - Pass copy and stripe between DIR and SD and put into
789   the JobMedia DB record.
790 - Update and test SQLite and MySQL datebase creation and
791   update scripts.
792 - Implement version 9 of the DB.
793 31Mar05
794 - Convert more atoi to str_to_int64() for DB.
795 - Implement filling in NumVols by querying DB rather
796   than trying to keep track of it.
797 - Add storage name to string passed to in use storage=
798 - Fix newVolume() so that the Python script is always
799   called.
800 - Fix handling of pool,PoolId, and storage in ua_output.
801 - Same fix in ua_status.c
802 - Remove required locking of resources
803 - Replace pthread_cond_signal() by pthread_cond_broadcast()
804   hoping to fix the /lib/tls hang problems (lost signal).
805 - Move resource locking seaching from parse_conf.c to res.c
806   in src/lib.
807 - Modify end of volume handling so that fixup_... does not
808   redo what block.c has already done -- writing Vol info to
809   DIR. This fixes a bug with bad numbers of files on a tape
810   when it filled as reported by Peter.
811 - In release_device() do not update the DIR on the Volume
812   info if the the information was already written at the
813   end of the tape.
814 28Mar05
815 - NOTE!!!! This version has a new DIR <--> SD protocol. Both 
816   must be updated at the same time.
817 - Begin implementation of passing all the Storage and Device
818   possibilities to the SD for examination during the reserve 
819   phase.
820 - Modify the reserve and acquire code in the SD to make a 
821   job wait if the device is not available.
822 - Implement New Volume Each Job in DIR and pass to SD, not yet
823   used.
824 - Remove init/update of the Device resource in DIR
825 - Remove passing PoolId to SD and back.
826 26Mar05
827 - Remove \a and -e from error echos in most Makefiles.
828 - Add more debug code when there are errors on the tape 
829   to try to find Peter's tape problem.
830 - Add wait.c (oops forgot previously).
831 - Move all the reserve/acquire_device_for_read/append to have
832   only a DCR as the argument.
833 - Rework the reserve_device_for_append() in stored to wait
834   if the drive is not available.  Note! This is a short
835   term solution.
836 25Mar05
837 - Comment out Multiple Connections in the document.
838 - Move the P() and V() to subroutines so that they can be accessed
839   from class methods. The reference to strerror() caused problems.
840 - Implement new DEVICE class methods block() and unblock() that
841   do what was previously done in 3 lines of code.
842 - Implement wait_for_device(), which will wait for any device
843   to be released then return. This requires a new global mutex
844   and condition variable, and is implemented in src/stored/wait.c
845 - Change the code in reserve_device_for_read(), which previously
846   failed the job to use the new device wait code.
847 22Mar05
848 - Apply reschedule patch to 1.37 code.
849 - Add copyright to title page of manual so it is clear.
850 - Create patch for rescheduling problem found by Ludovic. Storage
851   pointers were lost during rescheduling.
852 - Attempt to fix 2.6 rescue disk -- failed!
853 - Start working on adding a wait routine in the SD.
854 - Cleanup some old invalid doc in watchdog.
855 - Convert a number of references to dev->dev_name to dev->print_name().
856 - Add new wait.c file to SD.
857 - Add a few more methods to DEVICE in SD to cleanup code a
858   bit -- implement a few of the methods.
859 18Mar05
860 - Fix more print_name()s for printing device name.
861 - Modify open_dev to try 10 times every 6 seconds to
862   open the device if it gets an I/O error (meaning no
863   volume mounted). This gives a bit of settling in time
864   for an autochanger and avoids spurious messages.
865 - Change all yes/no to yes|no in the manual.
866 - Fix win32 create_file.c typo.
867 - Fix a typo in an error message.
868 17Mar05
869 - Detect if fseeko exists with autoconf. If so, use it 
870   and ftello.
871 - Remove old bacula-*.conf from examples directory (out
872   of date).
873 - Remove latex-fr index files from CVS.
874 - Rewrite code that stops reading the tape so that the
875   tape is marked at EOT, then once the work is done,
876   the EOT flag is removed.
877 - Flush output to file after every send in console.
878 - Make setting VolFiles to smaller number fatal.
879 - Disable Multiple Connections code.
880 - Add patch from user for NetBSD statvsfs() fix to
881   fstype.c
882 - Take more care with errors in acquire.c
883 - Don't run through dvd code in append.c if bad status
884   returned.
885 - Modify code so that an autochanger fault is fatal.
886 - Use dev->print_name() in more places.
887 - Implement dev->can_steal_lock() to simplify code.
888 - Make btape re-read first 10000 records on fill command.
889 - Check error return and fail job from fseeko and ftello
890   in spool.c.  Don't let a -1 slip in as size.
891
892 Changes to 1.37.7:
893 15Mar05
894 - Apply NetBSD patch from kardel in bug 258.
895 14Mar05
896 - Add a second job and a second client to the default
897   bacula-dir.conf file.
898 - Remove old style Include/Excludes.
899 - Fix ANSI labels to put EOF1 and EOF2 after each file mark.
900 - Add Python to SD and FD.
901 12Mar05
902 - Implement IBM labels
903 - Implement EOF and EOV labels at the end of a volume.
904 - Fix a rather ugly problem with the PoolId not getting
905   passed correctly. Now the DIR passes the Pool name and
906   Media Type to the SD, who passes them back when requesting
907   the next Volume. The DIR then looks up the correct PoolId.
908   This takes more time, but always works, AND allows wild
909   card Media Types (i.e. the SD can decide).
910 - The DIR <==> SD protocol has changed.
911
912 Changes to 1.37.6:
913 11Mar05
914 - Fix scanf of PoolId in catreq to handle 64 bit Ids.
915 10Mar05
916 - Add new ua_update.c file and move update_cmd there.
917 - Modify "update slots" to obtain actual number of slots.
918 - Tweak autochanger code to handle new slots request.
919 - Modify autochanger code to lock/unlock around slots and
920   update slots code.
921 09Mar05
922 - Patch the FD so that it does not issue an error message if
923   it attempts to restore the permissions on a Win32 drive.
924 - Edit "Resource-name" (physical-name) for the device name
925   everywhere in the SD.
926 - Remove .linked.tex files in preparation for cutover to
927   using .tex in place of .wml.
928 08Mar05
929 - Copy latest config.sub and config.guess from autoconf.
930 - Try new way of identifying drives with:
931    "resource-name" (physical-name)
932   More work need to a complete conversion.
933 07Mar05
934 - Rework some of the autochanger data so that the DIR has   
935   the number of drives.
936 - Modify the way the Device info is returned so that it comes
937   back as a special message type and can be sent anytime the
938   Device status changes.
939 - Copy the change name and changer command into the device
940   record if none is specified.
941 - Require the change command and changer name to be specified in
942   and AutoChanger resource.
943 - Force all the Media Type records of all devices in an Autochanger
944   to be the same.
945 06Mar05
946 - Add new "run" command to Job resource in DIR. This permits
947   cloning a job as many times as you want.
948 - Pass PoolId to SD on Query request. It is now used in the
949   Find_media catalog request.
950 - Reworked the Device resource in the DIR. Eliminated num_waiting
951   and use_count, but added max_writers, reserved, and PoolId.
952 - This DIR is nolonger compatible with previous SDs.
953 - Add since and cloned keywords to the Console run command
954   to support cloning.
955 - Implemented store_alist_str() to allow multiple string items
956   to be specified in a .conf file.
957 - Added %s (since time) to Job code editing.
958 - Reworked reserving drives in the SD. It now does it much simpler
959   and correctly. 
960 05Mar05
961 - Integrate HP-UX patch from  Olivier Mehani <olivier.mehani@linbox.com>
962 - Fix FD job.c to test correctly for no level.
963
964 Changes to 1.37.4:
965 04Mar05
966 - Change Developers to Developer's Guide as requested by Michael.
967 - Fix developers link in manual
968 - Add additional dcr changes in SD to allow multiple dcrs.
969 02Mar05
970 - Fix a few problems with the MySQL table create in 1.37.
971 - Delete the new tables in the table delete files.
972 - Increase the number of items permitted in a conf table.
973 - Make Director loop over alternative Devices specified in the
974   Storage resource until one is reserved by SD.
975 - Fix storing of StorageId in Media records.
976 - Add AutoSelect = yes|no in bacula-sd.conf
977 - Add Autochanger support to Label command.
978 - Do not autoselect devices with autoselect set false 
979 01Mar05
980 - Implement setting DIR Storage device to Autochanger
981   name. 
982 - Select first available device in Autochanger.
983 - Pass back actual device name used.
984 - Allow Query of AutoChanger.
985 - Modify Query to include name of AutoChanger if 
986   Device belongs to one.
987 - Remove old Pool code in jobq.c
988 - Add Autoselect flag to query and DEVICE class (still
989   need Directive).
990 28Feb05
991 - Lock autochanger script when running.
992 - Mark Volume not InChanger if correct volume is not     
993   autoloaded.
994 - Corrected some typos in the make_xxx_tables.in files.
995 - Made preliminary split of pre-run and run code for each
996   job type. This will permit early opening of SD for reserving
997   drives.
998 - Add offline and autochanger fields to Device Query record.
999 - Correct pthread_mutex_init() for autochanger in SD.
1000 - Tweak Makefile for LaTeX manual, plus add nav buttons.
1001 26Feb05
1002 - Clean up drive reservation system. Add more sanity checks.
1003 - Implement a few more methods for the DEVICE class in SD.
1004 - Add latex directories to make clean
1005 - move DEV_BSIZE to B_DEV_BSIZE to avoid conflicts with
1006   certain header files (FreeBSD).
1007 24Feb05
1008 - Fix an ASSERT that was triggering in stored/acquire.c
1009   attempt to fix a bug report.
1010 23Feb05
1011 - Corrected SunOs to SunOS in btraceback (user submitted).
1012 - Applied patch from Roger HaaÂ¥kansson <hson@ludd.luth.se>
1013   to warn the user of defective AWKs during ./configure.
1014 20Feb05
1015 - Add some changes submitted by a user for HP client build.
1016   Not all changes accepted.
1017 - Rework code in filed/backup.c to ease #ifdefing and make
1018   program flow more obvious.
1019 - Split DVD code out of dev.c into dvd.c
1020 - Tweak #ifdefing to add back all the performance measurement
1021   #defines in version.h
1022 - Put most of MTIOCGET code in a subroutine to simplify the
1023   mainline code.
1024 - Make clean remove old CVS files
1025 - Remove unnecessary image files from Latex directory
1026 - Implement remaining parts of Storage DB record and
1027   its use in the Director.
1028 - Implement
1029   FullMaxWaitTime, Differential Max Wait Time, and               
1030   Incremental Max Wait time in Job resource.
1031 - Start work on SD Autochanger code.
1032 19Feb05
1033 - Add back JobId index for MySQL as default -- speeds up 
1034   pruning.
1035 - Add more database fields and fix the update scripts to
1036   include the new items.
1037 - Pass actual level to FD so that ClientRun editing can reflect
1038   correct level -- ditto for job status. This makes the DIR
1039   incompatible with older clients!
1040 - Move jobq.c acquire resources to static subroutine so that
1041   the code logic becomes clearer. This is in preparation for
1042   actually using the new Device resources.
1043 - Fix some lower case problems in sql_cmds.c reported by
1044   Debian.
1045 - Correct a seg fault in the SD reported by a user. Occurred
1046   only when a high debug level was set.
1047 - Modify init_dev() in dev.c to take JCR as first arg so that
1048   proper error messages can be reported in next item.
1049 - Modify the query and use device SD commands to attempt to
1050   open the device if it could not previously be opened.
1051 - Correct error message for Could not reserve device.
1052 - Correct some minor details with Autochanger resource in SD.
1053 18Feb05
1054 - Fix seg fault if debug level 900 set in SD.
1055 - Truncate Win32 child return code to 8 bits.
1056 - Remove some old lld's.
1057
1058 Changes to 1.37.3:
1059 16Feb05
1060 - Make another attempt at fixing the ClientRunXXX return code 
1061   bug on Win32 machines.
1062 - Apply ua_status patch from Carsten Paeth <calle@calle.in-berlin.de>
1063   which enforces console ACLs in the status command for Jobs.
1064 15Feb05
1065 - Fix Media LabelDate and FirstWritten to be correctly set.
1066 - Fix deadlock in multiple simultaneous jobs.
1067 - Fix tape "truncation"/"number of files" after restore bug.
1068 10Feb05
1069 - Ensure that correct error messages are returned when
1070   reading an ANSI label.
1071 09Feb05
1072 - Modified ANSI label code to preserve any ANSI label 
1073   already found by skipping over it rather than rewriting
1074   it.
1075 - Split the ANSI label code into ansi_label.c
1076 - Do not let user relabel an ANSI labeled tape.
1077 - Applied a patch for the console help command supplied
1078   in a bug report. 
1079 - Added some new dev methods. Most notably was
1080   set_eof(), which handles setting all the dev variables
1081   when an EOF is just read. This is now used most everywhere
1082   in the code.
1083 07Feb05
1084 - Added code to detect that no files were inserted into the 
1085   tree for a restore. If a specific JobId was specified, the
1086   user has the option of restoring everything.
1087 - More progress in implementing 64 bit DB Ids.
1088 - Modified the daemon start messages for RH.
1089 - Implement update scripts for all database types.
1090 - First cut at implementing restore directory (it will not
1091   recurse).
1092 04Feb05
1093 - OK, I think ANSI labels work.
1094 - Added Label Type = ANSI|IBM|Bacula to Device resource in SD.
1095   If this is set, it will force writing of the appropriate
1096   label type.
1097 - Added Check Labels = yes|no to Device resource in SD. If this
1098   is set, Bacula will check for ANSI labels and accept them,      
1099   otherwise, ANSI labels will not be accepted when the tape
1100   is first mounted.
1101 02Feb05
1102 - Second cut ANSI labels.
1103 01Feb05
1104 - Merge Preben's patch for ACLs and for Mac OS X resource forks.
1105 - Some doc updates.
1106 - Display more informative message when a device was not
1107   found or could not be opened.
1108 - Add the sqlite3 database scripts. 
1109 - Add some patches for 1.36.1 (note, I have now prepared
1110   a 1.36.2 with all the patches and some new features --
1111   to be documented).
1112 - Some minor doc updates.
1113 - Add Arno's baculareport.pl script to the examples directory.
1114 29Jan05 -- after vacation
1115 - Add support for SQLite3 (it seems to run at 1/2 the speed
1116   of SQLite2).  Use --with-sqlite3 instead of --with-sqlite
1117   to get SQLite3.
1118 - Add target for running qemu to boot Rescue CDROM
1119 - Add code to support kernel 2.6 in Rescue CDROM -- does NOT yet
1120   boot correctly.
1121 - Implement ANSI labels -- not yet tested.
1122   This required changes to DB format. No upgrade script yet.
1123   Note, more work needed to modify "update" command to handle
1124   changing label types, also must restrict volume name lengths
1125   to 6 characters.
1126 - Add new Device, Storage, and MediaType records to DB. No
1127   upgrade script yet.
1128 - Add MediaType to bsr file record types. Not yet used in SD.
1129 - Permit multiple device specifications in Storage resource in 
1130   Dir conf file.
1131 - Implement Device resources. Director requests Device resource
1132   info from SD on startup. 
1133 - Note!!!! DIR->SD incompatible with previous versions.
1134 - Remove multiple Storage definitions in Job resource.  One can
1135   still specify multiple Storage resources, but they all go into
1136   a single alist, and imply sending data to each Storage daemon 
1137   simultaneously.
1138 - Implement Device query command between DIR and SD.
1139 - Allow DIR to "reserve" a Device. It will then be acquired
1140   when the FD connects to the SD.
1141 - Turn all DIR resources into classes, and implement a few class
1142   methods -- more to come.
1143 - Turn DEVICE in SD into a class, and implement a number of inline
1144   class methods -- more to come.
1145 - I had serious problems with ACL errors on my Laptop, and so had
1146   to add the following patch:
1147   @@ -181,7 +181,7 @@
1148       }
1149       /***** Do we really want to silently ignore errors from acl_get_file
1150         and acl_to_text?  *****/
1151   -   return -1;
1152   +   return 0;
1153    }
1154 - Added edit_int64()
1155 - Reworked and tested a bit the htable routines.
1156 - Major changes to SD acquire.c -- DIR can now reserve devices. Needs
1157   lots of testing!!!!
1158 - Made a special state code for DVD -- this simplifies the logic
1159   of the code, but I probably broke it. Testing needed!!!!
1160 - Add AutoChanger resource to SD, but not yet used.
1161
1162 Changes to 1.37.2:
1163 12Jan05
1164 - Integrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
1165   acl patch. Fix case where configured but no ACL exists.
1166   Rework calling arguments to be shorter and positioned
1167   more typically in Bacula usage.
1168 11Jan05
1169 - Fix scripts/bacula.in to have awk on an environment variable
1170   and add comments for Solaris users.
1171 - Turn off inet_aton in src/lib/address_conf.c for Win32
1172 - Add new files to win32 build and eliminate a compiler warning.
1173 - Add sample DVD Device resource to bacula-sd.conf
1174 08Jan05
1175 - Integrate Nicolas' patch for direct DVD support.        
1176 07Jan05
1177 - Fix fstype error returns.
1178 - Apply Preben's cleanup.patch which puts back much of the
1179   cleanup code in src/filed/restore.c
1180 06Jan05
1181 - Apply all of Preben's patches, but revert to old backup.c
1182   and old restore.c in filed. Also turn off code in new
1183   acl.c because of errors.  The new code, when fully implemented
1184   moves platform specific code into acl.c.
1185   One of the patches also implements WildFile and WildDir -- thanks.
1186 01Jan05
1187 - Implement Python in the SD (no events yet though).
1188 - Fix some typos in the previous commit.
1189 30Dec04
1190 - Enhance CDROM boot to include some documentation at boot time.
1191 - NOTE!!!!! The CDROM will not boot 2.6 kernels because the
1192     boot sequence has changed significantly. Updates to come
1193     later.
1194 - Add memtest option to CDROM boot.
1195 - Include Nicolas' changes to fix llist JobMedia records.
1196 - Make sure that ClientRunBefore/After messages from the program
1197   are terminated with a newline. Add strerror to output error
1198   messages.
1199 - Return program exit status code in Win32.
1200 29Dec04
1201 - Add memtest86 to Bacula Rescue disk
1202 - Enhance Rescue disk startup screen
1203 24Dec04
1204 - Move some variables to eliminate Solaris 2.6 compiler warnings.
1205 - Fix the seg fault at the end of a job in the FD when using
1206   old style include/excludes.
1207 22Dec04
1208 - Apply Preben's ACL patch.
1209 - Integrate Preben's restore patch.
1210 - Integrate Preben's verify teaks.
1211 - Fix doc/latex/Makefile to copy/remove .eps files when building
1212   html and web outputs.
1213 21Dec04
1214 - Fix Bacula so that it does not exit if there is a syntax error
1215   in its conf file during a reload command. Bug 182.
1216 - Apply fixes suggested for old Solaris networking.
1217   Fixes bug 190.
1218 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1219   three patches that clean up white space:
1220   ws.patch.02.strings:
1221     Breaks strings that span lines into concatenated strings. I am not sure
1222     if you like this one. Other code works with concatenated strings, though.
1223   ws.patch.03.trailing:
1224     This removes trailing whitespace. No changes resulted from this for
1225     my setup.
1226   ws.patch.04.leading:
1227     This replaces space runs at the start of line with tabs. No changes
1228     again.
1229 - Fix overriding storage specification to be done
1230   through a subroutine.
1231 - Fix autoconf so it runs with FC3. 
1232 - Add Python4.3 to configure search paths.
1233 - Always copy and delete storage definitions into jcr.
1234 - Check that VolumeName supplied by Python is valid. 
1235   Return 0 if not.
1236 19Dec04
1237 - Fix undefined in non-Python build.
1238 - Update rescue disk to include mkinitrd
1239 - Fix umount_drives in rescue disk (only one arg to umount)
1240 - Ensure that if SD is manually set in Console, it is used.
1241 - Put generate_event on pointer and plug it in init. This
1242   permits using it in /lib
1243 - Correct despooling size reported to be Job specific rather
1244   than for the whole drive.
1245 18Dec04
1246 - Fix bug 207. jcr use count off by one when manually
1247   scheduling jobs.
1248 - Remove FNMATCH test in configure.in and always use
1249   the one in our library to get the FN_CASEFOLD GNU
1250   extensions on all platforms.
1251 - While using the rescue CDROM after my computer would not
1252   boot, I realized that it would be very useful to have
1253   a umount_disks. So, it is not implemented, along with
1254   updates to the READMEs and some minor tweaks.
1255 - Moved mounting the CDROM in the rescue boot from /cdrom
1256   to /mnt/cdrom (more standard location).
1257 - Reboot in CDROM rescue should now work -- requires -d
1258   option (no write) to work.
1259 - Hopefully fixed all the IPV6/4 problems and buffer
1260   problems with networking in lib. Bugs 190 and 204.
1261   Cleaned up a lot of #ifdefing problems by using routines
1262   in address_conf.c
1263 17Dec04
1264 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1265   alist fix patch.
1266 - Remove duplicate code from chksum.h (mentioned by Preben).
1267 13Dec04
1268 - Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
1269   to handle both the "standard" and "default" ACLs.
1270 12Dec04
1271 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1272   three cleanup patches (btest, verify, find).
1273 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1274   three cleanup patches (backup, chksum, and verify)
1275 09Dec04
1276 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1277   patch to avoid doing MTIOCGET on OSes that do not support
1278   it such as OpenBSD.
1279 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1280   patch to add filesystem type matching to FileSets in the
1281   Options resource.
1282 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1283   patch to add Mac OSX resource fork support (save/restore)
1284   to Bacula -- HFS Plus support.
1285 - Add FileSet to client Job listing query.
1286 06Dec04
1287 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1288   patch to backup directories skipped (due to no file system
1289   changes or no recursion), and to add a slash to the end
1290   of the directory name during the match process.
1291 - Implement Jamie ffolliott <jamieff@inline.net>
1292   patch to dird_conf.c that enables Multiple Connections and
1293   fixes a typo in show. The rest of his patch awaits my suggested
1294   changes.
1295 05Dec04 
1296 - Implement run command in Python
1297 04Dec04 
1298 - Implement conversion of the manual, and some minor
1299   tweaks to the script tags.
1300 - Apply a patch supplied by Preben 'Peppe' Guldberg that implements
1301   ignore case in wild cards and regexes.
1302 - Fix a truncated line in the above patch due to my cut and paste.
1303 03Dec04
1304 - Fix it so that the InChanger flag is only changed for Volumes
1305   in the same Pool.
1306 - Add PIDOF configuration path and apply to bacula.in
1307 - Add user supplied patch to add inet_aton() of old Solaris
1308   systems.
1309 - Require pools to match before allowing multiple simultaneous
1310   accesses to same storage resource.
1311 - Add patch supplied by Martin to correct buffer overrun in
1312   bsnprintf() with no library snprintf().
1313 02Dec04
1314 - Apply user supplied patch that implements No Hard Links.
1315 - Document Python interface
1316 - Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
1317 01Dec04
1318 - Fix non-python prototypes in dummy routines.
1319 - Add python 2.3 to config search list (user submitted patch)
1320 - Add JobStatus to Python variables.
1321 28Nov04
1322 - Add "python restart" command in Console.
1323 - Make built-in variables table driven.
1324 - First cut of Python Events for Bacula. Director only.
1325   StartJob, EndJob, NewVolume events.