]> git.wh0rd.org - dump.git/blobdiff - CHANGES
Fix dump -w|-W (/etc/mtab does have 0 0 as passno/freq)
[dump.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9becdb7be7b9cca3cc4a206788c000a0490ad0f5..413591c92bcef1491f880dd07ad688bf7f5298e2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-$Id: CHANGES,v 1.222 2003/03/30 15:40:31 stelian Exp $
+$Id: CHANGES,v 1.227 2003/04/10 07:59:02 stelian Exp $
 
 Changes between versions 0.4b33 and 0.4b34 (released ?????????????????)
 =======================================================================
@@ -69,6 +69,29 @@ Changes between versions 0.4b33 and 0.4b34 (released ?????????????????)
 15.    Relicensed dump/restore under the 'revised' BSD license, as per
        ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change.
 
+16.    Added LZO compression to dump. This new compression method has
+       the advantage of being super fast, thus not killing tape streaming
+       on slow machines. Thanks to Helmut Jarausch 
+       <jarausch@igpm.rwth-aachen.de> for the patch and to 
+       Markus Oberhumer <markus@oberhumer.com> for giving special permission
+       to include his miniLZO project (GPL licensed) in dump/restore.
+
+17.    Some small buffer overruns fixes in rmt. Thanks to Antonomasia
+       <ant@notatla.demon.co.uk> for reporting the bugs.
+
+18.    Added a special rmt version which can do encryption when writing
+       to tape. Read examples/encrypted_rmt/README for details on
+       how to enable and configure it. Thanks to Ken Lalonde
+       <ken@globalremit.com> for the patch.
+
+19.    Made dump work with 2.5 kernel end of tape early warning semantics.
+       Thanks to Kai Makisara <Kai.Makisara@kolumbus.fi> for the patch.
+
+20.    Fixed a bug which caused dump -w|-W not to work anymore, because
+       the fs_freq and fs_passno fields in /etc/mtab are always set
+       to 0 0. Thanks to Trent Piepho <xyzzy@speakeasy.org> for 
+       reporting the bug.
+
 Changes between versions 0.4b32 and 0.4b33 (released February 10, 2003)
 =======================================================================