diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-03-05 03:37:06 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-03-05 03:37:06 -0500 |
commit | a471ac524126cf05007b559c12b68db95c2be82a (patch) | |
tree | 1aabce0da5c14d326a21bea408bb086cb9137958 /RELEASE-NOTES | |
parent | afa14ba0fdb8e238c5770477b5f66bb91a5e0184 (diff) | |
download | e2fsprogs-a471ac524126cf05007b559c12b68db95c2be82a.tar.gz |
Update release notes with some last minute fixes.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 93c78474..cb2c0f58 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,11 @@ mke2fs is invoked as mkfs.ext3, create the filesystem with a journal. Debugfs can now examine the experimental directory indexing information. +Fixed bug in debugfs which caused it to core dump if modify_inode is +called without an open filesystem. + +The debugfs lsdel command now runs its output through a pager first. + When installing manual pages, remove the compressed manual pages first. Synchronized with Debian's packaging information for e2fsprogs-1.26-1. @@ -17,6 +22,9 @@ Synchronized with Debian's packaging information for e2fsprogs-1.26-1. Fix the 2.4 resource limitation workaround introduced in 1.26 which actually broke things on mips32, sparc32, and Alpha platforms. +Updated the I18N code so that calls to setlocate(LC_CTYPE, 0) are made +(which is required by the newer libintl libraries). + Programmer's notes: ------------------- |