summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-06-23 00:13:09 -0400
committerTheodore Ts'o <tytso@mit.edu>2001-06-23 00:13:09 -0400
commit19d6b54b2d7e641b543ff8d109afea37d13b6297 (patch)
tree6908582938b9b6f3369832ca9b1fa38cb981953b /RELEASE-NOTES
parent79786216118bfe97e11626a80e21303ab2fc92c2 (diff)
downloade2fsprogs-19d6b54b2d7e641b543ff8d109afea37d13b6297.tar.gz
Update for 1.22 release.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES32
1 files changed, 32 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9232f5e2..9349da71 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,35 @@
+E2fsprogs 1.22 (June 22, 2001)
+==============================
+
+Fixed a bug in e2fsck's handling of orphan inodes which are special
+files (i.e., block/character device files, named FIFO's, etc.).
+
+Fixed a bug accidentally introduced in e2fsprogs 1.21 which caused
+tune2fs to fail at adding a journal to a mounted filesystem.
+
+Fixed a few big-endian bugs in e2fsprogs
+ * The directory block functions were accidentally reporting
+ some directories as corrupted when they weren't.
+ * If e2fsprogs is compiled --disable-swapfs, the C language
+ equivalents weren't being included for big-endian platforms.
+ (Fixes Debian bug #101686).
+
+Fixed a Hurd compilation problem. (Addresses Debian bug #101361)
+
+Programmer's notes:
+-------------------
+
+Use platform independent method of defining the BLKFLSBUF and FDFLUSH
+ioctls, and allow them to be defined for non-i386 platforms.
+
+The uuid.h header file is now protected against multiple inclusions.
+
+E2fsprogs is now being developed using BitKeeper. Changed the test
+scripts to deal with BK's stripping CR characgters from text files,
+and changed the top-level Makefile.in to avoid including BitKeeper
+files when generating the source tarball.
+
+
E2fsprogs 1.21 (June 15, 2001)
==============================