From 1291151161720b2593caffc7a4223ce503552928 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 9 Oct 2004 13:57:02 +0000 Subject: [PATCH] Documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1641 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 31 +++++++++++++++++++++++++++++++ bacula/ReleaseNotes | 18 ++++++++++++++---- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 440bb3e449..9d6b6e9092 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,35 @@ +Changes to 1.35.8: +09Oct04 +- Documentation. +- Integrate Peter Ericksson's dbx traceback scripts into Bacula +08Oct04 +- Fix segfault in lsmark command in restore tree. +- Fix segfault in editing numbers in count command of restore tree. +- Add missing #define for IPV6 found by Martin in address_conf.c +- Use strcasecmp() instead of strcmp() in address_conf.c +07Oct04 +- Fix bug where SD crashes on label if drive is not open + (i.e. Always Open = no). +- Added "Rerun Failed Levels = yes/no" +- Made calling offline_or_rewind() non-fatal if the + device is not open. +- Added Martin's suggestion to have multiple level index on + the file table. +- Update doc +- Fix misspelled #define in mysql.c for threading pointed out + by a user. +- Fix incorrect prototype. +- Attempt to fix Solaris crash in SD during status command. +04Oct04 +- Fix backspace to first character in conio.c +- Add umount command for Phil. :-) +- Fix update volume volfrompool. +- Modify restore to print an error message if the size of a + restored file does not correspond to the saved stat packet. +- Fix count of files to be restored *not* to include + top level created directories. + Changes to 1.35.7: 03Oct04 - Apply Martin's patch that puts back the run pool override diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 25c24f51ca..835d2f5241 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,10 +1,10 @@ - Release Notes for Bacula 1.35.7 + Release Notes for Bacula 1.35.8 - Bacula code: Total files = 396 Total lines = 116,116 (*.h *.c *.in) + Bacula code: Total files = 396 Total lines = 116,211 (*.h *.c *.in) -Changes for 1.35.7 +Changes for 1.35.8 Major Changes: - Tray monitor program - Bacula Rescue CDROM @@ -27,8 +27,18 @@ Major Changes: - Default for Wild-cards on Win32 systems is to fold case. New Directives: -- Added "Ignore FileSet Changes = yes" +- Added "Rerun Failed levels = yes/no" in the Job resource + of the Director. It will upgrade the current job to a + higher level (Full or Differential) if a previous job + of that level failed. +- Added "Ignore FileSet Changes = yes/no" in the FileSet + directive of the Director. It prevents the Director from + immediately upgrading the job to a Full save if you modify + the contents of the FileSet. Not recommended. - Added "Block positioning = yes/no" in Device resource in SD. + If set to no, Bacula should (as yet untested) be able to + recover data from tapes where the drive was set to fixed + blocksize but Bacula is in variable block size. - Added "Multiple connections = yes/no" in Catalog record for allowing multiple simultaneous connections to the database. This is a major performance improvement for PostgreSQL. -- 2.39.5