From a471ac524126cf05007b559c12b68db95c2be82a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 5 Mar 2002 03:37:06 -0500 Subject: [PATCH] Update release notes with some last minute fixes. --- RELEASE-NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 93c7847..cb2c0f5 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: ------------------- -- 1.8.3.1