summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-04-27 00:53:27 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-04-27 07:07:25 -0400
commit7affded7e8aa98379ed67f3d0e02df246c8ecbcc (patch)
tree4cc0cfaa581a5a158ca3d0f21056123fd3bc8b40
parent748cc43546031c5a396b423cc42040c60fbc9de5 (diff)
downloade2fsprogs-7affded7e8aa98379ed67f3d0e02df246c8ecbcc.tar.gz
Update release notes and debian changelog for 1.40.9 releasev1.40.9
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--README2
-rw-r--r--RELEASE-NOTES57
-rw-r--r--debian/changelog22
-rw-r--r--doc/libext2fs.texinfo8
-rw-r--r--e2fsprogs.lsm10
-rw-r--r--version.h6
6 files changed, 90 insertions, 15 deletions
diff --git a/README b/README
index de01d1e0..f243812c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 22bec199..7e355e5e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,5 +1,5 @@
-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
@@ -9,12 +9,65 @@ directory, but it's good to get them fixed.
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)
=================================
diff --git a/debian/changelog b/debian/changelog
index 2fcf26b0..589e70b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+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
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index af705411..0c644abc 100644
--- a/doc/libext2fs.texinfo
+++ b/doc/libext2fs.texinfo
@@ -1,7 +1,7 @@
\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
@@ -61,8 +61,8 @@ by the author.
@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
@@ -103,7 +103,7 @@ by the Foundation.
@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
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index f9fd21f0..8eea6e23 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,16 +1,16 @@
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
diff --git a/version.h b/version.h
index ea18f42e..086d7ea8 100644
--- a/version.h
+++ b/version.h
@@ -3,9 +3,9 @@
* 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"