29Jul05
- Apply user's patch to make mutiple modifiers for times
work correctly.
- Make read_dev_volume_label() handle ANSI/IBM labels
correctly -- ie space over any label at the beginning
of the tape.
28Jul05
- Make ANSI/IBM writing of HDR1/2 labels ignore any
errors if at end of tape.
- Apply Martin's patch to improve Python detection in
configure.in
28Jul05
- Temporarily turn off disk seeking until I find the
cause of the problem.
27Jul05
- Add OSF1 patch supplied by user.
- Use number of files selected from write_bsr() only
if it is not defined.
- Explicitly seek to end of file when getting size for
restore test.
- Correctly set EndBlock position in JobMedia record
for files.
- Remove unnecessary set StartBlock in bscan. Caused bscan
regression error.
- Correct compiler complaints in wx-console and tray-monitor.
- Correct VSS problems recognizing c:
- Add VSS before job status
- Fix output of status from being one big line.
- Change cd xx; make to cd xx && make as suggested by Phil.
- Cleanup projects file
- Remove unnecessary casting of FF_PKT in filed.
- Add check for df path for dvd_freespace
- Use df to get space used on DVD.
- Change sense of flag indicating erase DVD or not before writing.
- Fix bpipe so that it never modifies the result pointer.
- Replace more dev_name by print_name().
- Rewrite edit_device_codes_dev() so it does not overwrite the
supplied buffer.
- Update printing of labels (for bls) so that critical information
is printed (Job name and timestamp).
- Cleanup old spool files when starting the SD.
- Modify vss.cpp to allow C: as a path name. Otherwise VSS
doesn't work when only a drive name is given.
- Modify vss.c to eliminate double / in filenames.
- Update doc -- particularly the restore chapter.
- Move Python variables from Job to Bacula. They are
DirName, Version, ConfigFile, and WorkingDir
- Fix delete of bootstrap to only occur on Bacula created
filenames.
- Allow cancelling a Job name that is not active. It is
sent to the daemons.
- Fix name space pollution by OpenSSL 0.9.8 reported by
Matthias Kurz -- applied his patch.
- Fix bpipe.c so that it does not modify results pointer.
***FIXME*** calling sequence should be changed.
- Remove some remaining references to dev_name.
- Fix calls to mount_dev() and unmount_dev() to
correspond to returned value (bool instead of int).
- Try without success to make DVD writing work.
- Get VSS build scripts working with Thorsten's help.
- Unlink the bootstrap file after sending it to
the FD.
- Remove sending include/exclude lists to the FD during
a restore -- deprecated code.
- Cleanup the bootstrap files in the FD.
Thorsten Engel [Tue, 12 Jul 2005 15:55:42 +0000 (15:55 +0000)]
small change to work with correct buffer size on raw partitions when on win32.
I assume the BSD code part (line 424) is faulty as it only is activated when SPARSE is on.
- Lots of documentation.
- Do not prune volume marked as append when needing a
new Volume.
- Print a warning message in SD if a non-used Volume
is specified and autolabel not turned on.
- Correct a bug in chksum.c concerning SHA1 signatures
(an * should have been & when checking for a bit flag).
- Print File:Block for all label records in label.c -- concerns
primarily bls when doing Job listings (-j).
- Correct is_volume_in_use() to return false if testing
on the same device where the Volume is already mounted.
- Define a init_done flag in the SD that is set when the
devices are initialized and make users connecting wait.
This prevents useless connect failure warning messages.
- Do additional device locking in ask_op_to_mount_volume()
to prevent race conditions with a user labeling a Volume
or autolabeling.
- Modify mtx-changer.in script to return slot:barcode for
Volumes that are loaded in the drives.
- Correct some more places where dev->is_blocked() needs
to be checked in dircmd.c in SD.
- Update doc.
- Add code to ensure that reserved but unused volumes
are freed.
- Correct how Volumes are mounted and handled so that the SD
does not get stuck if multiple volumes are used (recycling,
relabling, ...)
- Correct bug where you could relabel a volume while it
was being acquired -- created chaos.
04Jul05
- Correct seg fault caused by open() calling sequence change.
03Jul05
- Add new rc-chio-changer script by Rudolf Cejka to
examples/autochangers
- Apply Rudolf's changes to bacula.in
- Expand the space from 8 to 10 characters in editing
file sizes for restore and dir of catalog, otherwise
GB sizes are truncated -- fixes bug report.
- Modify wx-console to know about 10 character widths.
- Allow decending into top level directory if recurse=no
is set. Fixes a bug report.
- Install pthreadVCE.dll when installing console or wx-console
on Win32 systems. Fixes bug report.