]> git.sur5r.net Git - bacula/bacula/commitdiff
Documentation
authorKern Sibbald <kern@sibbald.com>
Sat, 9 Oct 2004 13:57:02 +0000 (13:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 9 Oct 2004 13:57:02 +0000 (13:57 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1641 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes

index 440bb3e449c052a6091aaf83d2143d48f0d19b7c..9d6b6e909291dbd178b0e25b49dbc262c1ad0fd6 100644 (file)
@@ -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
index 25c24f51ca95f5368ad0231bd588ea7c54cfd477..835d2f5241ae05e1246826859c5b27172c42c03a 100644 (file)
@@ -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.