+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
- 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
- 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.