aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2011-10-05 02:40:11 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-05 02:40:11 -0400
commitfd7c37fec1aec297c883998e811ee339024edf6e (patch)
tree8b30e186472025a1363840742d67257bf6144d32 /RELEASE-NOTES
parent6a287f7f66661d3d5919d7375a905152b049951b (diff)
downloade2fsprogs-fd7c37fec1aec297c883998e811ee339024edf6e.tar.gz
Update for e2fsprogs 1.42-WIP-1005 release
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES17
1 files changed, 12 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 78491ffb..b8652c65 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-E2fsprogs 1.42-WIP (October 1, 2011) -- 636019ecdb2a
+E2fsprogs 1.42-WIP (October 5, 2011) -- 6a287f7f66661d
=======================================
This release of e2fsprogs has support for file systems > 16TB. Online
@@ -120,6 +120,9 @@ field to -1, instead of 0. Kernels older then 3.0 will print a
spurious message on each mount then they see a s_max_mnt_count set to
0, which will annoy users. (Addresses Debian Bug: #632637)
+The default mke2fs.conf now has entries for "big" and "huge", which
+are needed for very big file systems.
+
The resize2fs program now has support for a new online resize ioctl
that can support file systems > 16TB, once it arrives in v3.x kernels.
@@ -178,8 +181,11 @@ compile against the latest version of ext2_fs.h (Addresses Debian Bug:
Fixed parsing of MNTOPT_ options for tune2fs and debugfs (Addresses
Debian Bug: #641667)
+Added internationalization support for libcom_err error table strings.
+
Update translations: French, Chinese, Germany, Indonesian, Swedish,
-Vietnamese, Polish, Dutch, Czech,
+Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985,
+#620659)
Fixed various Debian Packaging issues. (Addresses Debian Bugs:
#614662, #632169, #641838, #627535, #629355)
@@ -211,9 +217,7 @@ ext2fs_update_bb_inode().
Fixed miscellaneous gcc -Wall and coverity warnings.
-Fixed portability issues for Mac OS X.
-
-Fixed FreeBSD portability where gettext is not in libc.
+Fixed portability issues for Mac OS X, Hurd, and FreeBSD.
Fixed a build failure when OMIT_COM_ERR is defined.
@@ -243,6 +247,9 @@ are built before running the gression tests.
A link to com_err.h is installed in $(includedir) during a "make install".
+The po/*.gmo files are automatically rebuilt if they are missing or
+out of date. This helps out Debian packaging.
+
E2fsprogs 1.41.14 (December 22, 2010)
=====================================