]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - tests/ChangeLog
Update for 1.29 release.
[thirdparty/e2fsprogs.git] / tests / ChangeLog
index d22b2bfe85a97fe80aeb62d9db035efc6e715e9c..65d62abb4d573582252b41154c73aa78977aff85 100644 (file)
@@ -1,3 +1,174 @@
+2001-09-24  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.29
+
+2001-08-31  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.28
+
+2002-08-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_badinode, f_badroot, f_badsymlinks, f_badtable, f_dupdot,
+               f_filetype, f_illitable, f_imagic, f_imagic_fs, f_lpf,
+               f_lpffile, f_mke2fs2b, f_noroot, f_recnect_bad: Update
+               expect files to deal with changes in the extended
+               attribute block processing, and in how e2fsck updates
+               filesystem statistics when deleting files and creating
+               /lost+found.
+
+       * f_special_ea: New test which checks to make sure e2fsck
+               correctly handles special device files with extended
+               attribute blocks.
+
+2002-08-01  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_dup, f_dup2, f_dup3, f_bbfile, f_dupfsblks: Update expect
+               scripts to deal with ordering changes caused by use of a
+               red-block tree in pass1b.
+
+2002-07-19  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_expand, f_h_badnode, f_h_badroot: Modify the expect scripts to
+               reflect the rebuild hash index directories.
+
+2002-06-26  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_h_badroot: New test cases to test bogus HTREE node values
+
+2002-06-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (test_script): Add pass in the state of
+               --enable-htree and --enable-clear-htree to the test
+               script.
+       
+       * f_h_normal, f_h_badnode: New test cases to test the htree
+               directory code.
+       
+2002-06-09  Andreas Dilger  <adilger@clusterfs.com>
+
+       * f_8192_block, f_16384_block: Basic tests of 8192-byte block
+               and 16384-byte blocksize filesystems.
+
+2002-05-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_badsymlinks: Check for symlink too big error message.
+
+       * f_lotsbad: Check for directory too big error message.
+
+       * f_big_sparse: New test case which e2fsck's response to a large,
+               sparse file, and tests the code which adds the LARGE_FILE
+               feature to a filesystem.
+
+       * f_badsymlinks, f_filetype: Revert expected text since we're no
+               longer checking for EXT2_INDEX_FL along with the other
+               immutable flags.
+       
+       * f_badsymlinks, f_badinode: The symlink invalid size problem text
+               has been generalized to "invalid symlink".
+
+2002-05-18  Andreas Dilger  <adilger@clusterfs.com>
+
+       * f_badsymlink: Add extra length checks for symlinks
+               - missing nul termination test (new)
+               - nul terminated but i_size is wrong
+               - i_size == maximum size (no space for nul, new)
+               - too many blocks for long symlink
+
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
+2002-03-07    <tytso@mit.edu>
+
+       * f_miss_journal, f_extra_journal: Added new test cases.
+
+2002-03-06    <tytso@mit.edu>
+
+       * f_badorphan, f_badtable, f_bbinode, f_dupsuper, f_expand,
+               f_illbbitmap, f_illibitmap, f_illitable, f_imagic, 
+               f_imagic_fs, f_lotsbad, f_lpf, f_messy_inode, 
+               f_miss_blk_bmap, f_misstable, f_overfsblks: Adjust expect
+               files to deal with the fact that e2fsck is now reporting
+               ranges during pass 5.
+
+2002-02-12  Theodore Tso  <tytso@mit.edu>
+
+       * run_e2fsck (status): Use separate sed invocations for greater
+               portabilty.  AIX's sed doesn't support multiple -e
+               specifications, even though it's required by Unix 98.
+
+       * test_script.in: Use printf instead of "echo -n", since the -n
+               option to echo is a BSD'ism which isn't specified by the
+               Unix 98 / SUSv3 specification.  (And which of course, AIX
+               doesn't implement as a result.)
+
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2002-02-03  Theodore Tso  <tytso@valinux.com>
+
+       * f_swapfs: Fix expect script to deal with extra spaces now
+               printed by debugfs's ls command.
+
+2002-01-06  Andreas Dilger  <adilger@turbolinux.com>
+
+       * Makefile: Add new target "make testnew" which will create a new
+               testcase for e2fsck with an empty 8MB filesystem.  After
+               the test filesystem is appropriately "broken" the new
+               target "make testend" will create expect files for it.
+
+2001-12-16  Theodore Tso  <tytso@mit.edu>
+
+       * f_ext_journal: Add new test which checks e2fsck's ability to use
+               an external journal.
+
+2001-11-30  Gabriel Paubert <paubert@iram.es>
+
+       * f_badorphan: Revert previous, erroneous change.
+
+2001-11-30  Theodore Tso  <tytso@mit.edu>
+
+       * f_badorphan, f_journal: Update expect files to reflect the fact
+               that new e2fsck's will move the .journal file to a hidden
+               inode.
+
+2001-11-26  Theodore Tso  <tytso@mit.edu>
+
+       * f_miss_blk_bmap: Add new test which checks for bug in e2fsck
+               where it wouldn't allocate a missing block bitmap on
+               filesystems with a blocksize of 2k or 4k.
+
+2001-10-07  Theodore Tso  <tytso@mit.edu>
+
+       * f_bad_local_jnl: New test which tests for a V2 journal with bad
+               fields caused by a botched V1->V2 upgrade.
+
+2001-09-20  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.25
+
+2001-09-02  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24a
+
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
+2001-08-15  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.23
+
+2001-08-04  Theodore Tso  <tytso@valinux.com>
+
+       * f_bad_inode, f_badsymlinks: Update expect files to reflect
+               changes in the problem code texts.
+
+       * f_swapfs: The image file used by f_swapfs had bugs which got
+               caught by Andreas' changes to be more strict about
+               symlinks.
+
 2001-07-26  Andreas Dilger  <adilger@turbolinux.com>
 
        * f_symlinks: Add several fast symlink error cases to test.