1E2fsprogs 1.22 (June 22, 2001) 2============================== 3 4Fixed a bug in e2fsck's handling of orphan inodes which are special 5files (i.e., block/character device files, named FIFO's, etc.). 6 7Fixed a bug accidentally introduced in e2fsprogs 1.21 which caused 8tune2fs to fail at adding a journal to a mounted filesystem. 9 10Fixed a few big-endian bugs in e2fsprogs 11 * The directory block functions were accidentally reporting 12 some directories as corrupted when they weren't. 13 * If e2fsprogs is compiled --disable-swapfs, the C language 14 equivalents weren't being included for big-endian platforms. 15 (Fixes Debian bug #101686). 16 17Fixed a Hurd compilation problem. (Addresses Debian bug #101361) 18 19Programmer's notes: 20------------------- 21 22Use platform independent method of defining the BLKFLSBUF and FDFLUSH 23ioctls, and allow them to be defined for non-i386 platforms. 24 25The uuid.h header file is now protected against multiple inclusions. 26 27E2fsprogs is now being developed using BitKeeper. Changed the test 28scripts to deal with BK's stripping CR characters from text files, 29and changed the top-level Makefile.in to avoid including BitKeeper 30files when generating the source tarball. 31 32