]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Update configure to get Dan's changes
[bacula/bacula] / bacula / ReleaseNotes
index af1ed109d5038667a613a0404e4e3c903b241ad4..a53eb61ac3ad8d16ce191cf6e62e6ebaab954973 100644 (file)
@@ -1,23 +1,41 @@
 
-          Release Notes for Bacula 1.32c
+          Release Notes for Bacula 1.32d
 
-  Bacula code: Total files = 259 Total lines = 78,317 (*.h *.c *.in)
+  Bacula code: Total files = 259 Total lines = 78,087 (*.h *.c *.in)
+
+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
-- Implemented "delete job"
-- 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).
+- 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 sched.
+- 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:
+  <bacula-source>/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 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