X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2FReleaseNotes;h=a53eb61ac3ad8d16ce191cf6e62e6ebaab954973;hb=2d6dcee5b2f3183c7f28fdf5bcbd040349555e51;hp=792bdc9e110ad008a5afe6e2eac9b41e47ad23d0;hpb=d4cd4de050d8639e89763ac3d9985e1b5fc3a5db;p=bacula%2Fbacula diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 792bdc9e11..a53eb61ac3 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,9 +1,49 @@ - Release Notes for Bacula 1.32 + Release Notes for Bacula 1.32d - Bacula code: Total files = 259 Total lines = 77,740 (*.h *.c *.in) + Bacula code: Total files = 259 Total lines = 78,087 (*.h *.c *.in) -Major Changes this Release: +Most Significant Changes since 1.32c +- Mainly a bug fix release. +- Do a clean of both Gnome directories. +- Require that FileSet id match when finding an Incremental + previous job. This was already the case for a Full. +- Print message if no status returned from FD. +- Correct "Do not forget to mount the drive" message. Test was + backward. +- "status dir" stopped scanning the run records on the first + one that matched giving an incomplete listing. +- Edit commas in Bytes on "estimate" command output. + +Most Significant Changes since 1.32b +- Implemented a RunAfterFailedJob record in the Job resource. +- Implemented "delete job" command in the Console. +- Gnome 2.0 console compiles and works. +- Implemented VerifyJob record in the Job resource + that tells Verify which job to verify (JobId not required) +- First cut Verify Disk to Catalog +- Fix "status dir" to examine all run commands in Schedule. +- Close unused file descriptors in bpipe.c +- There is now a patch for FreeBSD 4.8 pthreads that + fixes the problems of data loss at the end of a tape. + Please see: + /platforms/freebsd/pthreads-fix.txt +- Fixed (I think) the elusive Windows "packet too big" bug. +- Added %v to RunBefore/After editing codes. It edits in + a list of Volumes used for the job (not tested). + +Most Significant Changes since 1.32a: +- Improve forward space file/block during restore, many + optimizations. +- Fix a Bacula bug that did not allow appending to a tape + on FreeBSD systems. +- Fix pruning so that it will not prune the current job. +- Modify configure to use non-threaded MySQL client lib if + the threaded version is not present. +- Implement restore by file before date. +- When pruning don't prune the current job. + +Major Changes 1.32a Release: - Implemented forward space file/block whenever possible during restore. Restoring a small number of files is now much faster. @@ -22,9 +62,14 @@ Major Changes this Release: be used is also added to the "status dir" output. - Lots of fixes with variable expansion and counter variables - Implemented a new Include/Exclude syntax. +- While writing a tape, an end of file mark will be written + every 1Gb. This makes restores faster. If you want to + change this use "Maximum File Size" in the SD Device + resource. -Other Changes this Release: +Other Changes 1.32a Release: +- Fixed sparse file bug. - A warning message is sent when a job starts that will be blocked because the user did an "unmount". - Block checksum errors if any are printed in the job report.