aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-07-14 16:47:09 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-07-14 21:03:14 -0400
commit1f56fb81236fe3e25e2c60c1e89ea0aa7cb36260 (patch)
tree2167c4817c10d299c31b261e6ce11576a9f85919
parentf4ddd7526b98a6754b9c5d610ba81da9cf662323 (diff)
downloade2fsprogs-1f56fb81236fe3e25e2c60c1e89ea0aa7cb36260.tar.gz
Final updates to release notes, etc., for the v1.45.3 releasev1.45.3
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--debian/changelog7
-rw-r--r--doc/RelNotes/v1.45.3.txt20
-rw-r--r--e2fsprogs.lsm6
-rw-r--r--version.h2
4 files changed, 28 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 5a2bfed99..ec4f06dac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ e2fsprogs (1.45.3-1) unstable; urgency=medium
* New upstream version
* Automatic online file system scrubs is now disabled by default.
They can be enabled by editing /etc/e2scrub.conf.
+ * fuse2fs is now installed in /usr/bin instead of /usr/sbin
+ * Fix fuse2fs compatibility with fuse3; but specifying the
+ nonempty option may be necessary if fusermount with fuse v2 is in use.
+ See NEWS.gz for more details.
* Fixed e2fsck support of file systems using large_dir and inline
directories at the same time.
* Fixed a bug in e2scrub_all so it correctly handles an LUKS volume
@@ -18,8 +22,9 @@ e2fsprogs (1.45.3-1) unstable; urgency=medium
* Only require the udev, systemd, and cron build dependencies when
building on Linux. (Closes: #931266)
* Move logsave to its own package. (Closes: #923372)
+ * Update the Czech and Dutch translations
- -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 13 Jul 2019 17:28:38 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 14 Jul 2019 21:01:11 -0400
e2fsprogs (1.45.2-1) unstable; urgency=medium
diff --git a/doc/RelNotes/v1.45.3.txt b/doc/RelNotes/v1.45.3.txt
index 658cafaed..8d34aad4b 100644
--- a/doc/RelNotes/v1.45.3.txt
+++ b/doc/RelNotes/v1.45.3.txt
@@ -1,4 +1,4 @@
-E2fsprogs 1.45.3 (July 13, 2019)
+E2fsprogs 1.45.3 (July 14, 2019)
================================
Updates/Fixes since v1.45.2:
@@ -10,6 +10,17 @@ Whether or not automatic online scrubs will be run is now controlled by
a setting in /etc/e2scrub.conf. To enable automatic online scrubs,
uncomment out the line containing "periodic_e2scrub=1".
+The fuse2fs program is now installed in /usr/bin instead of /usr/sbin,
+since it does not require root privileges.
+
+Fuse2fs now works with if fusermount from FUSE V3 is installed.
+However, in order to provide this compatibility, if you are using a
+fusermount from FUSE v2, and you want to mount on top of a non-empty
+directory, you will need to specify -o nonempty explicitly. FUSE V3
+always allows mounting on top of non-empty directories, and will fail if
+the user or fuse2fs passes the nonempty option.
+
+
Fixes
-----
@@ -38,6 +49,10 @@ Fixed error checking for calls to posix_{memalign,fadvise}.
Add regression test for checking a file system using fs-verity.
+Various regression test cleanups.
+
+Fixed various compiler warnings.
+
Added xgettext markers to fix incorrectly marked strings in the
e2fsprogs translations template file as being c-style printf strings
when in fact they aren't.
@@ -45,5 +60,6 @@ when in fact they aren't.
Added utility script which generates the release tarfile using git
archive.
-Update the Portuguese translation.
+Update the Czech, Dutch, and Portuguese translations from the
+Translation Project.
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index 97eb890b8..51aa747d7 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,15 +1,15 @@
Begin3
Title: EXT2 Filesystem utilities
Version: 1.45.3
-Entered-date: 2019-07-13
+Entered-date: 2019-07-14
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
- 7736kB e2fsprogs-1.45.2.tar.gz
- 1kB e2fsprogs-1.45.2.lsm
+ 7744kB e2fsprogs-1.45.3.tar.gz
+ 1kB e2fsprogs-1.45.3.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 faa154fc8..edcfc9410 100644
--- a/version.h
+++ b/version.h
@@ -8,4 +8,4 @@
*/
#define E2FSPROGS_VERSION "1.45.3"
-#define E2FSPROGS_DATE "13-Jul-2019"
+#define E2FSPROGS_DATE "14-Jul-2019"