]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Sort dot commands
[bacula/bacula] / bacula / ReleaseNotes
index 8e1b4b21fa6183c989f3208ab4df0a307b21c76b..8873284c340572444fae93174465fff239806a05 100644 (file)
@@ -1,8 +1,39 @@
 
-          Release Notes for Bacula 1.39.18
+          Release Notes for Bacula 1.39.20
 
   Bacula code: Total files = 448 Total lines = 150,330 (*.h *.c *.in)
 
+Version 1.39.20:
+- The basic features of Migration are now complete.
+- There is a Migration chapter in the doc.
+  http://www.bacula.org/dev-manual/Migration.html
+- There is an Encryption chapter in the doc.
+  http://www.bacula.org/dev-manual/Bacula_Data_Encryption.html
+
+New Features in 1.39.20:
+- Add -n option to bconsole to turn off conio.
+- The bytes field in the terminated jobs part of the status
+  command now reports in KB, MB, ... units.
+- When not descending into a directory, print the File= name that
+  triggered it -- makes why not descending a bit clearer
+- Do not unload autochanger when doing "update slots"
+- Implement mount command for autochanger
+
+Fixes for 1.39.20:
+- Writing DVDs should work much better thanks to Richard Mortimer.
+- Fix bug #462 incorrect error message printed when client script called
+  from File= was not found.
+- Fix bug #558 (waiting for feedback) where Bacula needs too much time to
+  do a rewind on Solaris when no tape is in the drive (Solaris does not
+  have the detailed errno found on Linux).  Added Solaris specific code.
+  Note, this may apply to other OSes as well.
+- Many cleanups/enhancements for Win32 systems.
+- Correct improperly formated list command output reported by Dan.
+- Eric fixed RunScripts, which I (Kern) had broken in the last beta.
+- Correct Client migration SQL as pointed out by Marc.
+
+==========================================
+
 Warning for version 1.39.18 and greater:
 - The documentation is almost non-existent for all new features
   except RunScripts (written and documented by Eric Bollengier).
@@ -78,6 +109,7 @@ A Lot of New features for 1.39.18:
   the old RunBefore/AfterJob and ClientRunBefore/AfterJob features
   plus a *lot* more, allowing you to control just about every aspect
   of running scripts.  See the manual for detailed documentation.
+  http://www.bacula.org/dev-manual/Configuring_Director.html#5227
 - The examples directory has a new bacula_mail_summary.sh file that
   creates a single email summary of any number of jobs. Submitted by
   Andrew J. Millar.