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