From: Kern Sibbald Date: Thu, 23 Oct 2003 14:36:15 +0000 (+0000) Subject: More doc X-Git-Tag: Release-7.0.0~9946 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=13d54ae95d4cd4ff22531ad2d1638723a0ab2bd4;p=bacula%2Fbacula More doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@766 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index af1ed109d5..3f7c81875a 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,23 +1,30 @@ Release Notes for Bacula 1.32c - Bacula code: Total files = 259 Total lines = 78,317 (*.h *.c *.in) + Bacula code: Total files = 259 Total lines = 78,336 (*.h *.c *.in) Most Significant Changes since 1.32b -- Implemented a RunAfterFailedJob -- Implemented "delete job" +- Implemented a RunAfterFailedJob record in the Job + resource. +- Implemented "delete job" command in the Console. - Gnome 2.0 console compiles and works (but still has - certain scrolling problems). -- Implemented VerifyJob record that tells Verify which - job to verify (JobId not required). + certain scrolling problems). If your text window suddenly + goes blank, just left click on it and the text will + come back. +- 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 sched. - 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 Most Significant Changes since 1.32a: - Improve forward space file/block during restore, many optimizations. -- Fix a bug that did not allow appending to a tape +- 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