]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Correct version
[bacula/bacula] / bacula / ReleaseNotes
index 795793a1f8b74b86b547d128ea6b7cea936005d3..a53eb61ac3ad8d16ce191cf6e62e6ebaab954973 100644 (file)
@@ -1,14 +1,47 @@
 
-          Release Notes for Bacula 1.32b
+          Release Notes for Bacula 1.32d
 
-  Bacula code: Total files = 259 Total lines = 77,984 (*.h *.c *.in)
+  Bacula code: Total files = 259 Total lines = 78,087 (*.h *.c *.in)
 
-Changes since 1.32a:
+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:
+  <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
+  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