Update release notes with some last minute fixes.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 93c7847..cb2c0f5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -10,6 +10,11 @@
 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 @@
 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:
 -------------------