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