]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Tue, 20 Apr 2004 19:46:36 +0000 (19:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 20 Apr 2004 19:46:36 +0000 (19:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1256 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes

index 5095fbedeb41a77992af17b0eeca3ce3595f50dc..f2ebbc08616fa1326c2fdaefbaa4c32d72a39720 100644 (file)
@@ -1,4 +1,5 @@
 
+2004-04-20 Version 1.34.1 20Apr04 Release
 18Apr04
 - Found and fixed SD crash during restore.
 - Added FreeBSD Bare Metal Recovery documentation by Alex Torres 
index 62f5e152f84a2df02b33f4b5a7fdc83ac94db4d1..7b7789ac456dad53db01a69facbc2418f9652c12 100644 (file)
@@ -1,12 +1,17 @@
 
           Release Notes for Bacula 1.34.1
 
-  Bacula code: Total files = 343 Total lines = 98,503 (*.h *.c *.in)
+  Bacula code: Total files = 344 Total lines = 98,746 (*.h *.c *.in)
 
 Changes for 1.34.1:  
 - Autochanger users, please note you must add %d to the end of the
   changer command line in your Device resource in your bacula-sd.conf
   file.
+- There is a new wx-console program that does restores with a    
+  tree allowing you to visually select what files are to be restored.
+  It is in a preliminary stage of development, but can be easily
+  be built under Linux with GTK, and with just a bit more difficulty
+  under Win32 with MinGW.
 - Fixed a major race condition in the job scheduler when multiple
   simultaneous jobs is enabled. This occurred only when on job had
   blocked another because of resource usage.