]> git.sur5r.net Git - bacula/bacula/commitdiff
More doc
authorKern Sibbald <kern@sibbald.com>
Thu, 23 Oct 2003 14:36:15 +0000 (14:36 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 23 Oct 2003 14:36:15 +0000 (14:36 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@766 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes

index af1ed109d5038667a613a0404e4e3c903b241ad4..3f7c81875adde78ad3d46003eae92b4e4fd15633 100644 (file)
@@ -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:
+  <bacula-source>/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