]> git.wh0rd.org - dump.git/blobdiff - CHANGES
Unlimited fast inode exclusion.
[dump.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9becdb7be7b9cca3cc4a206788c000a0490ad0f5..e4ec918150ed9690bc7692f5d03decacdef5e3d0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,23 @@
-$Id: CHANGES,v 1.222 2003/03/30 15:40:31 stelian Exp $
+$Id: CHANGES,v 1.231 2003/05/12 14:16:35 stelian Exp $
 
-Changes between versions 0.4b33 and 0.4b34 (released ?????????????????)
-=======================================================================
+Changes between versions 0.4b34 and 0.4b35 (released ??????????????)
+====================================================================
+
+1.     Added a note in the dump man page saying that the default
+       blocksize can be 32 if -d is used with a high density argument.
+       Thanks to Antonios Christofides <A.Christofides@itia.ntua.gr>
+       for the patch.
+
+2.     Fixed configure to correctly understand CPPFLAGS, CFLAGS,
+       LDFLAGS environment variables. Thanks to Arcady Genkin
+       <antipode@users.sourceforge.net> for reporting the bug.
+
+3.     Make -e/-E options of dump accept an unlimited number of inodes
+       to be excluded, rather than a hardcoded maximum. Thanks to 
+       Dietrich Rothe <d-rothe@users.sourceforge.net> for the patch.
+
+Changes between versions 0.4b33 and 0.4b34 (released April 18, 2003)
+====================================================================
 
 1.     Fixed the INSTALL file to reflect the actual install paths.
        Thanks to David Ronis <ronis@ronispc.chem.mcgill.ca> for
@@ -69,6 +85,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)
 =======================================================================