]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
More cleanup and converting to BSOCK class
[bacula/bacula] / bacula / ReleaseNotes
index d81d03aa91c787bf7994446b9dd07230f89acc28..6cfb26fa4ea7af202960faacaa49bc5501b8e607 100644 (file)
@@ -1,5 +1,5 @@
 
-          Release Notes for Bacula 2.1.8
+          Release Notes for Bacula 2.1.10
 
   Bacula code: Total files = 458 Total lines = 170,197 (*.h *.c *.in)
 
@@ -10,7 +10,7 @@ not have to upgrade all your File daemons.  However, bat works only with
 a 2.1.8 Director.
 
 Areas requiring caution or testing:
-- You must have Qt4 loaded to build bat
+- You must have Qt4 Version 4.2 or greater loaded to build bat
 - You must have the thread safe version of MySQL client libraries loaded
   to build with MySQL enabled.
 - The Volume management in the Storage daemon is extensively rewritten.
@@ -29,9 +29,9 @@ The major new features are:
   many thanks to Eric Bollengier and Marc Cousin. 
 - First cut of bat (Bacula Administration Tool).  Note to build
   bat you must explicitly enable it on the ./configure line, you
-  must have the Qt4 libraries loaded, and qmake and the other Qt4
-  tools must be available. bat is ALPHA software. A large part
-  of the work was done by Dirk Bartley.
+  must have the Qt4 version 4.2 or later libraries loaded, and
+  qmake and the other Qt4 tools must be available.  bat is ALPHA
+  software.  A large part of the work was done by Dirk Bartley.
 - Red/Black restore in memory tree (500 times faster loading).
 - The Regex Where code to allow easier relocation of restored files 
   thanks to Eric.