git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6631
91ce42f0-d328-0410-95d8-
f526ca767f89
Projects:
Bacula Projects Roadmap
- Status updated 22 February 2008
+ Status updated 19 March 2008
Items Completed:
if (dcr->NewVol) {
/* Note, setting a new volume also handles any pending new file */
set_new_volume_parameters(dcr);
- dcr->NewFile = false; /* this handled for new file too */
} else {
set_new_file_parameters(dcr);
}
}
set_new_file_parameters(dcr);
jcr->NumWriteVolumes++;
+ dcr->NewVol = false;
}
/*
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
Technical notes on version 2.3
General:
+19Mar08
+kes Fix large number of JobMedia records reported by Eric Bollengier.
18Mar08
kes Apply doc fix from bug #1062.
kes Resolve crash and improper restore wx-console Win32 restore