aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-03-24 20:55:05 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-03-24 22:42:47 -0400
commit748924621fdd0e70a191091915fc9724d42e4796 (patch)
tree8eb865bfcdad8daf1c8652e7a4005a8096bd3188
parent51ed02bec92431d032d3e5eb0b4b234eef97abc6 (diff)
downloade2fsprogs-748924621fdd0e70a191091915fc9724d42e4796.tar.gz
Update release notes, etc., for the 1.44.1 releasev1.44.1
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--README2
l---------RELEASE-NOTES2
-rw-r--r--debian/changelog17
-rw-r--r--doc/RelNotes/v1.44.1.txt47
-rw-r--r--doc/libext2fs.texinfo6
-rw-r--r--e2fsprogs.lsm10
-rw-r--r--version.h4
7 files changed, 76 insertions, 12 deletions
diff --git a/README b/README
index 02c8b1e15..c3159de5e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- This is the new version (1.44.0) of the second extended file
+ This is the new version (1.44.1) 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 999506771..33d0c1725 120000
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1 +1 @@
-doc/RelNotes/v1.44.0.txt \ No newline at end of file
+doc/RelNotes/v1.44.1.txt \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 8f3306099..e3abd417d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+e2fsprogs (1.44.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Fix FTBFS problem on Hurd (Closes: #893590)
+ * Fix e2fsck support of HTree directories on big-endian systems
+ * Fix miscellaneous e2image image handling for file systems with bigalloc
+ and meta_bg features enabled.
+ * Fix orphan list handling of inodes on bigalloc file systems (and other
+ situations where inodes need to be deleted or truncated) in e2fsck.
+ * Update Sweedish translation.
+ * Add Vcs-* headers in Debian packaging (Closes: #887512)
+ * Speed up reading bitmap blocks in debugfs when opening large file
+ systems.
+ * Add clarifications to chattr's man page. (Closes: #890390)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 24 Mar 2018 15:13:28 -0400
+
e2fsprogs (1.44.0-1) unstable; urgency=medium
* New upstream release
diff --git a/doc/RelNotes/v1.44.1.txt b/doc/RelNotes/v1.44.1.txt
new file mode 100644
index 000000000..a9e16067e
--- /dev/null
+++ b/doc/RelNotes/v1.44.1.txt
@@ -0,0 +1,47 @@
+E2fsprogs 1.44.1 (March 24, 2018)
+================================
+
+Updates/Fixes since v1.44.0:
+
+Fixes
+-----
+
+E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck
+to fail to support HTree directories on big-endian systems. Fix how we
+read block numbers for internal htree nodes.
+
+Removed a potential memory leak from fsck.
+
+E2image now correctly creates e2image files for bigalloc file systems.
+
+Dumpe2fs and debugfs now correctly support e2image files for file
+systems that have the meta_bg option enabled.
+
+E2fsck and debugfs now correctly handle delete inodes (including
+processing the orphaned inode list in the case of e2fsck) for bigalloc
+file systems. (Addresses Google Bug: #73795618)
+
+Portability fixes for GNU Hurd. (Addresses Debian Bug: #893590)
+
+Portability fixes for building in some cross-build environments.
+
+Portability fixes for MacOS 10.6.8.
+
+Add clarifications to chattr's man page. (Addresses Debian Bug:
+#890390)
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+Debugfs now reads allocation bitmaps much more efficiently when opening
+a file system.
+
+Update Sweedish translation file.
+
+Add Vcs-* fields to debian packaging. (Addresses Debian Bug: #887512)
+
+Fix some test failures on GNU Hurd caused by a different default block
+size.
+
+Add new regression tests.
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index 81e66c280..20787e33e 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.44.0)
+@settitle The EXT2FS Library (version 1.44.1)
@synindex tp fn
@comment %**end of header
@@ -60,7 +60,7 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
-@subtitle Version 1.44.0
+@subtitle Version 1.44.1
@subtitle March 2018
@author by Theodore Ts'o
@@ -101,7 +101,7 @@ by the Foundation.
@top The EXT2FS Library
-This manual documents the EXT2FS Library, version 1.44.0.
+This manual documents the EXT2FS Library, version 1.44.1.
@menu
* Introduction to the EXT2FS Library::
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index 4a32fc776..46ffb18cf 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,16 +1,16 @@
Begin3
Title: EXT2 Filesystem utilities
-Version: 1.44.0
-Entered-date: 2018-03-07
+Version: 1.44.1
+Entered-date: 2018-03-24
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs
- 7364kB e2fsprogs-1.44.0.tar.gz
- 700kB e2fsprogs-libs-1.44.0.tar.gz
- 1kB e2fsprogs-1.44.0.lsm
+ 7372kB e2fsprogs-1.44.1.tar.gz
+ 700kB e2fsprogs-libs-1.44.1.tar.gz
+ 1kB e2fsprogs-1.44.1.lsm
Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
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/3.x/4.x
Copying-policy: GPL-2/LGPL-2
diff --git a/version.h b/version.h
index 7eb512138..99a4d7a27 100644
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
* file may be redistributed under the GNU Public License v2.
*/
-#define E2FSPROGS_VERSION "1.44.0"
-#define E2FSPROGS_DATE "7-Mar-2018"
+#define E2FSPROGS_VERSION "1.44.1"
+#define E2FSPROGS_DATE "24-Mar-2018"