]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Sun, 12 Nov 2006 12:45:06 +0000 (12:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 12 Nov 2006 12:45:06 +0000 (12:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3609 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/dird/query.sql

index 90146636368dcf58640a328785c73cbbc6a5bf14..5caab67da36d79a73fde3692be5e2cada119bb7f 100644 (file)
@@ -14,7 +14,20 @@ Version 1.39.28 contains mainly bug fixes to 1.39.26. Please
   be restored. We strongly recommend that anyone using encryption 
   carefully review his/her backups and at a minium do a Full backup
   with 1.39.28 of all encrypted data.  Robert Nelson has identified 
-  and fixed the following cases:
+  and fixed it as follows:
+     As of 1.39.27:
+        No filters = Works fine
+        Sparse = Works fine
+        Compression = Works fine
+        Encryption = Works fine
+        Sparse + Compression = Works fine
+
+        Sparse + Encryption = Restore broken
+        Sparse + Compression + Encryption = Restore broken
+        Compression + Encryption = Restore broken
+
+     As of 1.39.28:
+        All combinations work fine.
 
 ==== IMPORTANT a stock SuSE 10.1 kernel may crash  =====
 - A stock SuSE 10.1 kernel may crash when Bacula runs and accesses
index a287e4e884ff31244efdedb12a9e4e7b5c46073f..c9f27f9893d60df83fd114671d916b1596368c07 100644 (file)
@@ -150,7 +150,7 @@ SELECT Path.Path,Filename.Name FROM File,Filename,Path WHERE File.JobId=%1
  AND Path.PathId=File.PathId ORDER BY
  Path.Path,Filename.Name;
 # 13
-:List Jobs stored in a selected MediaId
+:List Jobs stored on a selected MediaId
 *Enter MediaId:
 SELECT DISTINCT Job.JobId,Job.Name,Job.StartTime,Job.Type,
   Job.Level,Job.JobFiles,Job.JobBytes,Job.JobStatus