- This is the new version (1.40.7) of the second extended file
+ This is the new version (1.40.9) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix
-E2fsprogs 1.40.9-WIP (March 14, 2008)
-=====================================
+E2fsprogs 1.40.9 (April 27, 2008)
+=================================
SuSE's security team audited uuidd and came up with a few minor
issues. None of them are serious given that uuidd runs setuid as a
One additional fix in ext2fs_swap_inode_full() needed for resize2fs to
work correctly with in-inode extended attributes.
+Updated German, Czech, Dutch, French, Polish, Sweedish, and Vietnamese
+translations.
+
+Debugfs will avoid using a pager if the standard output is not a tty.
+
+Fix debugfs and tune2fs to correctly handle daylight savings time when
+parsing a time string.
+
+Fixed spelling mistakes, typos, and otherwise clarified man pages.
+
+Fix fsck completion bars when multiple filesystems were being checked
+in parallel. (Addresses Debian Bug: #432865, Addresses Launchpad Bug:
+#203323, Addresses Sourceforge Bug: #1926023)
+
+Fix fsck so that progress information is sent back correctly when
+multiple filesystems are being check and the output of fsck is being
+redirected to a file descriptor. Also, include the device name (w/o
+spaces) in the progress information sent back via a file descriptor.
+(Addresses Launchpad Bug: #203323, Addresses Sourceforge Bug:
+#1926023)
+
+Teach fsck to treat "ext4" and "ext4dev" as ext* filesystems.
+
+If logsave receives a SIGTERM or SIGINT signal, it will now pass that
+signal to its child process.
+
+Fix mke2fs's creation of are resize inode when there is a non-standard
+s_first_data_block setting.
+
+Fix bug in blkid when run by an unprivileged user; most devices were
+not reported correctly. 9Addresses Launchpad Bug: #220275)
+
+Mke2fs will not allow the logically incorect combination of
+resize_inode and meta_bg, which had previously caused mke2fs to create
+a corrupt fileystem.
+
+Fix fsck in German locales so that a 'j' means yes.
+(Addresses Sourceforge Bug: #1947683)
+
+
Programmer's notes:
-------------------
Fixed various Debian packaging issues --- see debian/changelog for
details.
+Update valgrind options in test_script to work with valgrind 3.2.3
+
+Update texinfo.tex to a much newer version from the FSF.
+
+Remove bashism for configure script and from the lib/ss Makefile.
+Addresses Sourceforge Bug: 1921969
+
+Fix some silently broken tests: m_no_opt, m_meta_bg, and m_raid_opt.
+
+Fix build system so that if texinfo is not installed, it won't print a
+(harmless) error message.
+
+
E2fsprogs 1.40.8 (March 13, 2008)
=================================
+e2fsprogs (1.40.9-1) unstable; urgency=low
+
+ * Fix fsck so that if multiple filesystems are being checked in
+ parallel, the progress bar for subsequent filesystems will be
+ correctly displayed. (Closes: #432865)
+ * Fix fsck -Cn for n!=0 for better Ubuntu boot-time support
+ * debugfs: Don't bother using a pager of stdout is not a tty
+ * Fix tune2fs and debugfs to correctly parse time strings during
+ daylight savings time. (Closes: #471882)
+ * Teach fsck to treat ext4 and ext4 filesystems as ext* filesystems
+ * Logsave will now propagate SIGINT and SIGTERM signals to its child
+ process.
+ * Mke2fs will not allow the illogical combination of the resize_inode
+ and meta_bg filesystem features.
+ * Use UID/GID ranges from adduser.conf if present, even though we
+ don't use adduser to add users/groups. (Closes: #473179)
+ * Updated German, Czech, Dutch, French, Polish, Sweedish, and
+ Vietnamese translations.
+ * Update/clarified the mke2fs man page
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 27 Apr 2008 00:35:20 -0400
+
e2fsprogs (1.40.8-2) unstable; urgency=low
* One more big-endian swap fix needed for resize2fs to work correctly
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.40.8)
+@settitle The EXT2FS Library (version 1.40.9)
@synindex tp fn
@comment %**end of header
@title The EXT2FS Library
@subtitle The EXT2FS Library
-@subtitle Version 1.40.8
-@subtitle March 2008
+@subtitle Version 1.40.9
+@subtitle April 2008
@author by Theodore Ts'o
@top The EXT2FS Library
-This manual documents the EXT2FS Library, version 1.40.8.
+This manual documents the EXT2FS Library, version 1.40.9.
@end ifinfo
Begin3
Title: EXT2 Filesystem utilities
-Version: 1.40.8
-Entered-date: 13Mar2008
+Version: 1.40.9
+Entered-date: 27Apr2008
Description: The filesystem utilities for the EXT2 filesystem, including
e2fsck, mke2fs, dumpe2fs, fsck, and others.
Keywords: utilities, fsck, filesystem, Ext2fs
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
- 4012kB e2fsprogs-1.40.8.tar.gz
- 444kB e2fsprogs-libs-1.40.8.tar.gz
- 1kB e2fsprogs-1.40.8.lsm
+ 4004kB e2fsprogs-1.40.9.tar.gz
+ 468kB e2fsprogs-libs-1.40.9.tar.gz
+ 1kB e2fsprogs-1.40.9.lsm
Alternate-site:
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x
Copying-policy: GPL/LGPL
* programs.
*
* Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
- * 2004, 2005, 2006, 2007 by Theodore Ts'o. This file may be
+ * 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o. This file may be
* redistributed under the GNU Public License.
*/
-#define E2FSPROGS_VERSION "1.40.8"
-#define E2FSPROGS_DATE "13-Mar-2008"
+#define E2FSPROGS_VERSION "1.40.9"
+#define E2FSPROGS_DATE "27-Apr-2008"