Whamcloud - gitweb
Update for the e2fsprogs 1.37 release.
[tools/e2fsprogs.git] / tests / ChangeLog
1 2005-03-21  Theodore Ts'o  <tytso@mit.edu>
2
3         * Release of E2fsprogs 1.37
4
5 2005-03-21  Theodore Ts'o  <tytso@mit.edu>
6
7         * f_valid_ea_in_inode: New test case
8
9 2006-02-05  Theodore Ts'o  <tytso@mit.edu>
10
11         * Release of E2fsprogs 1.36
12
13 2005-02-05  Theodore Ts'o  <tytso@mit.edu>
14
15         * Makefile.in: Remove emacs backup files on "make clean"
16
17         * Makefile.in, f_h_badnode, f_dup_de, f_h_reindex, f_h_normal,
18                 f_h_badroot: Remove support for --enable-htree-clear
19
20 2005-01-28  Theodore Ts'o  <tytso@mit.edu>
21
22         * f_bad_inode, f_recnect_bad: Adjust test cases to take into
23                 account the change which clears the i_file_acl field earlier.
24
25 2005-01-27  Theodore Ts'o  <tytso@mit.edu>
26
27         * f_clear_xattr: New test case
28
29 2005-01-25  Theodore Ts'o  <tytso@mit.edu>
30
31         * f_summary_counts: New test case
32
33 2005-01-21  Theodore Ts'o  <tytso@mit.edu>
34
35         * r_resize_inode: Skip this test if resize2fs is not compiled (due
36                 to configure's --disable-resizer option)
37
38 2005-01-19  Theodore Ts'o  <tytso@mit.edu>
39
40         * r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt,
41                 m_read_opt, m_std, run_mke2fs, filter_dumpe2fs: Make tests
42                 portable so they pass correctly on a FreeBSD system.
43
44 2005-01-17  Theodore Ts'o  <tytso@mit.edu>
45
46         * Makefile.in, test_script.in: Use @EGREP@ instead of grep -E for
47                 portability with Solaris systems.
48
49 2005-01-13  Matthias Andree  <matthias.andree@gmx.de>
50
51         * f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1"
52                 for compatibility with FreeBSD. In $DEBUGFS commands, move the
53                 -R arg argument first so that systems with non-GNU getopt()
54                 can see the request argument (they would otherwise stop
55                 parsing at the first non-option argument).
56
57 2004-12-24  Theodore Ts'o  <tytso@mit.edu>
58
59         * f_resize_inode, r_resize_inode: New tests to e2fsck and
60                 resize2fs, which exercise their resize_inode handling and
61                 code.
62
63         * test_config: Add support for calling debugfs from the testing
64                 framework.
65  
66 2004-12-15  Theodore Ts'o  <tytso@mit.edu>
67
68         * m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into
69                 account the resize inode patch.
70
71 2004-10-04  Richard Mortimer  <richm@oldelvet.org.uk>
72
73         * f_badjourblks: Add test case which tests a Journal with illegal
74                 block numbers in both the journal inode and the superblock
75                 inode backup.
76
77 2004-09-17  Theodore Ts'o  <tytso@mit.edu>
78
79         * test_script.in: Remove XSI:isms for greater portability.
80                 (Addresses Debian Bug #255589)
81
82 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
83
84         * Release of E2fsprogs 1.35
85
86 2004-01-30  Theodore Ts'o  <tytso@mit.edu>
87
88         * f_selinux: Add test case which tests SE Linux generated symlinks
89                 that contain extended attribute data.
90
91 2003-12-12  Theodore Ts'o  <tytso@mit.edu>
92
93         * f_lpf2: New test case to validate reconnecting a directory after
94                 creating /lost+found.
95
96 2003-09-03  Theodore Ts'o  <tytso@mit.edu>
97
98         * m_meta_bg: New test case to test the meta block group feature.
99
100         * m_raid_opt: New test case to test raid striping
101
102         * run_e2fsck, run_mke2fs, filter_dumpe2fs: Add dumpe2fs output to
103                 the test output for comparison.  Add support for
104                 compressed expect scripts.
105
106 2003-09-01  Theodore Ts'o  <tytso@mit.edu>
107
108         * f_dup_de: Remove spurious rm error messages when htree is
109                 enabled
110
111         * run_e2fsck, run_mke2fs: Add new support for mke2fs test cases.
112
113         * m_dasd_bs, m_large_file, m_no_opt, m_std: New test cases
114                 exercising mke2fs.
115
116 2003-08-20  Theodore Ts'o  <tytso@mit.edu>
117
118         * f_bad_local_jnl, f_badorphan, f_h_badroot, f_h_reindex,
119                 f_special_ea: Update tests to reflect that e2fsck will
120                 backup the journal inode.
121
122         * f_journal: Change test to include a backed up journal location
123                 in the superblock, and then corrupt the inode table so the
124                 journal inode is trashed.  Make sure e2fsck can recover
125                 from it.
126
127 2003-08-01  Theodore Ts'o  <tytso@mit.edu>
128
129         * f_salveage_dir: Remove HTREE flag from the test image's
130                 superblock.  (It is not needed).
131
132         * f_h_reindex: Skip this test of the htree is not enabled
133
134         * f_dup_de: If htree is not enabled, clear the htree flag, and use
135                 alternate expect scripts for the test.
136
137 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
138
139         * Release of E2fsprogs 1.34
140
141 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
142
143         * Release of E2fsprogs 1.33
144
145 2003-04-19  Theodore Ts'o  <tytso@mit.edu>
146
147         * test_config: Define DYLD_LIBRAY_PATH so that "make check" works on
148                 Darwin systems when building with shared libraries.
149
150 2003-04-05  Theodore Ts'o  <tytso@mit.edu>
151
152         * f_baddir, f_dup, f_dup2, f_end-bitmap, f_lpf: Update test cases
153                 to deal with changes to automatically calculate and update
154                 the global inode and block counts at the beginning of the
155                 e2fsck run.
156
157 2003-03-25  Theodore Ts'o  <tytso@mit.edu>
158
159         * f_h_badnode, f_h_badroot, f_h_reindex: Updated expect script to
160                 remove the optimizing directories message.
161
162 2003-03-15  Theodore Ts'o  <tytso@mit.edu>
163
164         * f_dup_de: Added test case provided from Debian bug report #176814
165
166 2003-03-06  Theodore Tso  <tytso@mit.edu>
167
168         * run_e2fsck, defaults/e_script: Solaris doesn't support "tr -d \r",
169                 so use "tr -d \015" instead.
170
171         * tests/f_swapfs/script: Avoid bash'ism; Solaris doesn't support
172                 put a ! character in a "if ! cmd ; then .. fi" construct.
173
174 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
175
176         * Release of E2fsprogs 1.32
177
178 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
179
180         * Release of E2fsprogs 1.31
181
182 2002-11-08    <tytso@snap.thunk.org>
183
184         * f_swapfs: Skip the test if swapfs has been disabled via the
185                 configure switch --disable-swapfs.
186
187 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
188
189         * Release of E2fsprogs 1.30
190
191 2002-09-30  Theodore Ts'o  <tytso@mit.edu>
192
193         * f_h_badroot, f_h_badnode: Update test cases to deal with
194                 additional HTREE checks in e2fsck.
195
196         * f_h_reindex, f_h_salvage_dir: New test cases.
197
198 2001-09-24  Theodore Tso  <tytso@mit.edu>
199
200         * Release of E2fsprogs 1.29
201
202 2001-08-31  Theodore Tso  <tytso@thunk.org>
203
204         * Release of E2fsprogs 1.28
205
206 2002-08-17  Theodore Ts'o  <tytso@mit.edu>
207
208         * f_badinode, f_badroot, f_badsymlinks, f_badtable, f_dupdot,
209                 f_filetype, f_illitable, f_imagic, f_imagic_fs, f_lpf,
210                 f_lpffile, f_mke2fs2b, f_noroot, f_recnect_bad: Update
211                 expect files to deal with changes in the extended
212                 attribute block processing, and in how e2fsck updates
213                 filesystem statistics when deleting files and creating
214                 /lost+found.
215
216         * f_special_ea: New test which checks to make sure e2fsck
217                 correctly handles special device files with extended
218                 attribute blocks.
219
220 2002-08-01  Theodore Ts'o  <tytso@mit.edu>
221
222         * f_dup, f_dup2, f_dup3, f_bbfile, f_dupfsblks: Update expect
223                 scripts to deal with ordering changes caused by use of a
224                 red-block tree in pass1b.
225
226 2002-07-19  Theodore Ts'o  <tytso@mit.edu>
227
228         * f_expand, f_h_badnode, f_h_badroot: Modify the expect scripts to
229                 reflect the rebuild hash index directories.
230
231 2002-06-26  Theodore Ts'o  <tytso@mit.edu>
232
233         * f_h_badroot: New test cases to test bogus HTREE node values
234
235 2002-06-25  Theodore Ts'o  <tytso@mit.edu>
236
237         * Makefile.in (test_script): Add pass in the state of
238                 --enable-htree and --enable-clear-htree to the test
239                 script.
240         
241         * f_h_normal, f_h_badnode: New test cases to test the htree
242                 directory code.
243         
244 2002-06-09  Andreas Dilger  <adilger@clusterfs.com>
245
246         * f_8192_block, f_16384_block: Basic tests of 8192-byte block
247                 and 16384-byte blocksize filesystems.
248
249 2002-05-21  Theodore Ts'o  <tytso@mit.edu>
250
251         * f_badsymlinks: Check for symlink too big error message.
252
253         * f_lotsbad: Check for directory too big error message.
254
255         * f_big_sparse: New test case which e2fsck's response to a large,
256                 sparse file, and tests the code which adds the LARGE_FILE
257                 feature to a filesystem.
258
259         * f_badsymlinks, f_filetype: Revert expected text since we're no
260                 longer checking for EXT2_INDEX_FL along with the other
261                 immutable flags.
262         
263         * f_badsymlinks, f_badinode: The symlink invalid size problem text
264                 has been generalized to "invalid symlink".
265
266 2002-05-18  Andreas Dilger  <adilger@clusterfs.com>
267
268         * f_badsymlink: Add extra length checks for symlinks
269                 - missing nul termination test (new)
270                 - nul terminated but i_size is wrong
271                 - i_size == maximum size (no space for nul, new)
272                 - too many blocks for long symlink
273
274 2002-03-08  Theodore Tso  <tytso@mit.edu>
275
276         * Release of E2fsprogs 1.27
277
278 2002-03-07    <tytso@mit.edu>
279
280         * f_miss_journal, f_extra_journal: Added new test cases.
281
282 2002-03-06    <tytso@mit.edu>
283
284         * f_badorphan, f_badtable, f_bbinode, f_dupsuper, f_expand,
285                 f_illbbitmap, f_illibitmap, f_illitable, f_imagic, 
286                 f_imagic_fs, f_lotsbad, f_lpf, f_messy_inode, 
287                 f_miss_blk_bmap, f_misstable, f_overfsblks: Adjust expect
288                 files to deal with the fact that e2fsck is now reporting
289                 ranges during pass 5.
290
291 2002-02-12  Theodore Tso  <tytso@mit.edu>
292
293         * run_e2fsck (status): Use separate sed invocations for greater
294                 portabilty.  AIX's sed doesn't support multiple -e
295                 specifications, even though it's required by Unix 98.
296
297         * test_script.in: Use printf instead of "echo -n", since the -n
298                 option to echo is a BSD'ism which isn't specified by the
299                 Unix 98 / SUSv3 specification.  (And which of course, AIX
300                 doesn't implement as a result.)
301
302 2002-02-03  Theodore Tso  <tytso@thunk.org>
303
304         * Release of E2fsprogs 1.26
305
306 2002-02-03  Theodore Tso  <tytso@valinux.com>
307
308         * f_swapfs: Fix expect script to deal with extra spaces now
309                 printed by debugfs's ls command.
310
311 2002-01-06  Andreas Dilger  <adilger@turbolinux.com>
312
313         * Makefile: Add new target "make testnew" which will create a new
314                 testcase for e2fsck with an empty 8MB filesystem.  After
315                 the test filesystem is appropriately "broken" the new
316                 target "make testend" will create expect files for it.
317
318 2001-12-16  Theodore Tso  <tytso@mit.edu>
319
320         * f_ext_journal: Add new test which checks e2fsck's ability to use
321                 an external journal.
322
323 2001-11-30  Gabriel Paubert <paubert@iram.es>
324
325         * f_badorphan: Revert previous, erroneous change.
326
327 2001-11-30  Theodore Tso  <tytso@mit.edu>
328
329         * f_badorphan, f_journal: Update expect files to reflect the fact
330                 that new e2fsck's will move the .journal file to a hidden
331                 inode.
332
333 2001-11-26  Theodore Tso  <tytso@mit.edu>
334
335         * f_miss_blk_bmap: Add new test which checks for bug in e2fsck
336                 where it wouldn't allocate a missing block bitmap on
337                 filesystems with a blocksize of 2k or 4k.
338
339 2001-10-07  Theodore Tso  <tytso@mit.edu>
340
341         * f_bad_local_jnl: New test which tests for a V2 journal with bad
342                 fields caused by a botched V1->V2 upgrade.
343
344 2001-09-20  Theodore Tso  <tytso@thunk.org>
345
346         * Release of E2fsprogs 1.25
347
348 2001-09-02  Theodore Tso  <tytso@thunk.org>
349
350         * Release of E2fsprogs 1.24a
351
352 2001-08-30  Theodore Tso  <tytso@thunk.org>
353
354         * Release of E2fsprogs 1.24
355
356 2001-08-15  Theodore Tso  <tytso@valinux.com>
357
358         * Release of E2fsprogs 1.23
359
360 2001-08-04  Theodore Tso  <tytso@valinux.com>
361
362         * f_bad_inode, f_badsymlinks: Update expect files to reflect
363                 changes in the problem code texts.
364
365         * f_swapfs: The image file used by f_swapfs had bugs which got
366                 caught by Andreas' changes to be more strict about
367                 symlinks.
368
369 2001-07-26  Andreas Dilger  <adilger@turbolinux.com>
370
371         * f_symlinks: Add several fast symlink error cases to test.
372
373 2001-07-27  Theodore Tso  <tytso@valinux.com>
374
375         * f_filetype: Update expect.1 to match changed problem message
376                 text and the fact that symlinks shouldn't be immutable.
377
378 2001-07-07  Theodore Tso  <tytso@valinux.com>
379
380         * f_badinode: Update expect.1 to match change in invalid symlink
381                 size text.
382
383 2001-06-23  Theodore Tso  <tytso@valinux.com>
384
385         * Release of E2fsprogs 1.22
386
387 2001-06-22  Theodore Tso  <tytso@valinux.com>
388
389         * run_e2fsck, defaults/e_script: Filter out CR characters from the
390                 output, since BK filtered \r fromthe expect files.  This
391                 is needed to make the regression test suite work again.
392
393 2001-06-15  Theodore Tso  <tytso@valinux.com>
394
395         * Release of E2fsprogs 1.21
396
397 2001-06-02  Theodore Tso  <tytso@valinux.com>
398
399         * f_badinode: Added a fast symlink with an invalid size to test
400                 e2fsck's handling of this case.
401
402         * f_dup3: New test case which checks handling of blocks claimed
403                 multiple times by one inode which weren't handled
404                 correctly by e2fsck 1.20.
405
406         * d_loaddump: Fix test script to remove bash'isms, and make the
407                 shell script more robust in cases where the user has
408                 overridden CFLAGS so that the debugfs binary isn't
409                 compiled with -g, and is smaller than 128k.  Also specify
410                 the blocksize to be used explictly to avoid problems with
411                 people who change the mke2fs default parameters.
412
413 2001-05-25  Theodore Tso  <tytso@valinux.com>
414
415         * Release of E2fsprogs 1.20
416
417 2001-05-14  Theodore Tso  <tytso@valinux.com>
418
419         * f_badorphan: New test which verifies corrupted orphan list
420                 handling.
421
422 2001-05-05  Theodore Tso  <tytso@valinux.com>
423
424         * d_loaddump: New test which verifies debugfs's dump and load
425                 routines.
426
427 2000-10-24    <tytso@snap.thunk.org>
428
429         * f_journal: Update to take into account new printing by the
430                 e2fsck program.
431
432 2000-08-22    <tytso@valinux.com>
433
434         * f_journal: Make the test check for a wide variety of mixed sizes
435                 of orphaned inodes (and not just a size of 0).
436
437 2000-08-20    <tytso@valinux.com>
438
439         * run_e2fsck: Filter out JFS DEBUG messages when comparing e2fsck
440                 output.
441
442         * f_journal: New test case which checks out running the ext3
443                 journal.
444
445         * f_orphan: New test case which checks clearing the list of orphan
446                 inodes (files and directories).
447
448         * f_swapfs/expect: Update to reflect new debugfs format for
449                 dumping the blocks of an inode.
450
451 2000-07-13    <tytso@valinux.com>
452
453         * Release of E2fsprogs 1.19
454
455 2000-05-25    <tytso@snap.thunk.org>
456
457         * test_script.in: Ignore files in the test directory (to avoid
458                 spurious messages when builddir==srcdir).
459
460 2000-05-08  Theodore Ts'o  <tytso@valinux.com>
461
462         * f_hurd: Add test for Hurd-specific features (right now, just
463                 checks to make sure the filetype feature is cleared)
464
465 2000-04-06  Theodore Ts'o  <tytso@valinux.com>
466
467         * f_filetype: Updated expect script to match with new text for
468                 immutable/append-only files.
469
470 2000-02-07  Theodore Ts'o  <tytso@valinux.com>
471
472         * f_swapfs: Fix expected text to match changed debugfs dump
473                 command for i_generation field.
474
475 1999-11-10    <tytso@valinux.com>
476
477         * Release of E2fsprogs 1.18
478
479 1999-11-10    <tytso@valinux.com>
480
481         * f_imagic: New test case which tests handling of imagic inodes in
482                 an non-imagic-enabled filessystem.
483
484         * f_imagic_fs: New test case which tests handling of imagic inodes
485                 in an imagic-enabled filesystem.
486
487         * f_filetype: New test case which tests setting filetype
488                 information in a filesystem.  Also tests handling of
489                 immutable special files (device/fifo).
490
491         * run_e2fsck: Add support for PREP_CMD, which allows a test case
492                 to specify some commands which will be run (via eval)
493                 after the image is compressed and before running e2fsck.
494
495 1999-10-26    <tytso@valinux.com>
496
497         * Release of E2fsprogs 1.17
498
499 1999-10-22    <tytso@valinux.com>
500
501         * Release of E2fsprogs 1.16
502
503 1999-09-16    <tytso@rsts-11.mit.edu>
504
505         * f_dupdot: New test case which tests duplicate '.' and '..' entries.
506
507 1999-09-07    <tytso@rsts-11.mit.edu>
508
509         * f_expand: Make test case better by testing increasing the size
510                 of lost+found where an indirect block must be created.
511                 Also add checks to see what happens when directories are
512                 disconnected because their containing directory is
513                 destroyed (turned into a socket :-)
514
515 1999-08-02    <tytso@rsts-11.mit.edu>
516
517         * f_dupfsblks: Add additional test cases where files share
518                 duplicate blocks with both other files and filesystem
519                 metadata.
520
521 1999-07-30    <tytso@valinux.com>
522
523         * f_swapfs: Change to deal with new dump_inode command.
524
525 1999-07-18  Theodore Ts'o  <tytso@valinux.com>
526
527         * Release of E2fsprogs 1.15
528
529 1999-06-25    <tytso@rsts-11.mit.edu>
530
531         * f_recnect_bad: New test which checks the case where a disconnect
532                 inode also bad inode fields; we need to make sure e2fsck
533                 offers to fix the inode (or clear the inode, as necessary).
534
535 1999-03-14  Theodore Ts'o  <tytso@rsts-11.mit.edu>
536
537         * f_lpffile: New test which checks how e2fsck handles a the case
538                 where lost+found exists, but it's not a directory.
539
540 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
541
542         * Release of E2fsprogs 1.14
543
544 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
545
546         * Release of E2fsprogs 1.13
547
548 1998-12-04  Theodore Ts'o  <tytso@rsts-11.mit.edu>
549
550         * f_badtable, f_illitable, f_lpf: Update to deal with the fact
551                 that e2fsck will now create a lost+found directory at the
552                 end of pass 3 if one isn't present.
553
554 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
555
556         * Release of E2fsprogs 1.12
557
558 1998-07-05  Theodore Ts'o  <tytso@rsts-11.mit.edu>
559
560         * f_swapfs: Fix script to ignore the version string header which
561                 debugfs now prints when it starts up.
562
563 1998-03-23  Theodore Ts'o  <tytso@rsts-11.mit.edu>
564
565         * f_messy_inode: Modify test to deal with changes to support
566                 64-bit size files.  (/MAKEDEV had i_dir_acl, now
567                 i_size_high, set.)
568
569 1998-02-20  Theodore Y. Ts'o  <tytso@edt.mit.edu>
570
571         * f_badinode: Set the immutable flag on the block and
572                 character device so that e2fsck notices them as bad
573                 devices, and offers to fix them.  E2fsck currently
574                 only checks devices with the immutable flag set, since
575                 otherwise there might be some false positives --- the
576                 kernel doesn't always clear the all of i_blocks[n],
577                 n>=4, due to a race condition.
578
579 Sat Oct 25 18:38:56 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
580
581         * Add scripts to skip the e_brel_bma and e_irel_ima tests (since
582                 they have been removed from the library for now)
583
584 Thu Aug 14 11:25:23 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
585
586         * f_badinode: Modify test to check for "bad" character and block
587                 devices (i.e., ones which contain garbage block entries)
588
589 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
590
591         * Release of E2fsprogs 1.11
592
593 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
594
595         * Release of E2fsprogs version 1.10
596
597 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
598
599         * Release of E2fsprogs version 1.09
600
601 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
602
603         * Release of E2fsprogs version 1.08
604
605 Wed Mar 26 09:29:25 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
606
607         * e_icount_normal, e_icount_opt: New tests which validate the
608                 icount abstraction.
609
610         * test_script.in: New feature; an argument of a single character
611                 means do all the tests in that series.
612
613 Tue Mar 18 15:11:04 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
614
615         * test_config (LANG): Set the language to be C so that the brel
616                 and irel tests don't fail.
617
618 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
619
620         * Release of E2fsprogs version 1.07
621
622 Thu Mar  6 23:23:07 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
623
624         * f_misstable: New test case which checks what happens when the
625                 inode table for a block group is missing
626
627         * f_reconnect: New test case which makes sure a simple
628                 disconnected inode is properly handled.
629
630 Mon Dec  2 09:33:31 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
631
632         * test_script.in: Add error checking to make sure a requested test
633                 exists.
634
635 Tue Oct 15 00:10:37 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
636
637         * f_bbinode: New test case which exercises what happens when a bad
638                 block appears in the inode table.
639
640 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
641
642         * Release of E2fsprogs version 1.06
643
644 Mon Oct  7 07:52:41 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
645
646         * f_preen: New test case which makes sure that e2fsck -p won't
647                 bash the backup superblock in case of a corrupted master
648                 superblock.
649         
650         * test_script.in: Let the environment variable TEST_CONFIG to
651                 override the location of the test_config file.  Move
652                 definition of TMP_DIR to test_config.
653
654         * test_config: Add new defnitions for mke2fs, dumpe2fs, tune2fs,
655                 lsattr, and chattr.
656
657 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
658
659         * Release of E2fsprogs version 1.05
660
661 Mon Sep  9 23:09:47 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
662
663         * Makefile.in (check): Add explicit ./ to test_script invokation,
664                 since not all people will have "." in their path.
665
666 Tue Sep  3 15:13:05 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
667
668         * test_config (PAGER): Unset pager to prevent debugfs forking a
669                 pager, since the escape sequences confuse the expect
670                 script.
671
672 Sun May 19 23:37:35 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
673
674         * test_script: New feature; second optional argument allows
675                 developers to only run one test case.
676
677         * f_crashdisk: New test case which contains a patently illegal
678                 superblock with a valid magic number.
679
680 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
681
682         * Release of E2fsprogs version 1.04
683
684 Wed May 15 21:41:29 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
685
686         * f_illibitmap/expect.1, f_illbbitmap/expect.1: Changed
687                 expected output to reflect hint which e2fsck will print when
688                 there is a illegal block in the block group
689                 descriptors, pointing at a block bitmap, inode bitmap,
690                 or block in the inode table.
691
692 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
693
694         * Release of E2fsprogs version 1.03
695
696 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
697
698         * Release of E2fsprogs version 1.02
699
700 Mon Sep  4 23:06:06 1995  Remy Card  <card@bbj>
701
702         * Makefile.in (clean, distclean): Use the -f option when removing
703                 files.
704
705 Fri Aug 11 10:10:30 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
706
707         * test_script: Count up the number of passed and failed tests by
708                 tallying the *.ok and *.failed files.
709
710         * run_e2fsck: Create foo.ok and foo.failed files when tests
711                 succeed or fail, respectively.
712
713         * test_config (TZ): Set the timezone to be GMT, so that test
714                 results are consistent.
715