]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for the 1.45.3 release
authorTheodore Ts'o <tytso@mit.edu>
Mon, 15 Jul 2019 15:43:31 +0000 (11:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 15 Jul 2019 15:43:31 +0000 (11:43 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
htdocs/e2fsprogs-release.html
htdocs/ext2.html
htdocs/index.html

index 3e12ed9da1ed797cbce5d4986921f8b88786589d..7592d7305cd9bc07aca8e75c1b005840ecbc3cc5 100644 (file)
@@ -30,6 +30,7 @@
 
 <H2>Release notes for the e2fsprogs package</H2>
 <UL>
+<LI><A HREF="#1.45.3">E2fsprogs 1.45.3 (July 14, 2019)</A>
 <LI><A HREF="#1.45.2">E2fsprogs 1.45.2 (May 27, 2019)</A>
 <LI><A HREF="#1.45.1">E2fsprogs 1.45.1 (May 12, 2019)</A>
 <LI><A HREF="#1.45.0">E2fsprogs 1.45.0 (March 6, 2019)</A>
 <LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
 </UL>
 
+<H2><A NAME="1.45.3">E2fsprogs 1.45.3 (July 14, 2019)</A></H2>
+
+<H3>UI and Features</H3>
+
+<P>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".</P>
+
+<P>The fuse2fs program is now installed in /usr/bin instead of /usr/sbin,
+since it does not require root privileges.</P>
+
+<P>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.</P>
+
+
+<H3>Fixes</H3>
+
+<P>Fixed a bug which caused e2fsck to improperly handle file systems that
+enabled both the large_dir and inline directories at the same time.</P>
+
+<P>E2scrub_all now correctly handles an encrypted (LUKS) ext[234] file
+system stacked on top of an LVM volume.  (Addresses Debian Bug: #931387)</P>
+
+<P>Fixed a bug in "E2scrub_all -r" where it was incorrectly specifying
+which volume needed to have its e2scrub snapshot cleaned up.  (Addresses
+Debian Bug: #931679)</P>
+
+<P>Fixed the Czech, Dutch, German, and Vietnamese translations which
+improperly used positional markers which broke a few translated e2fsck
+problem descriptions.  (Addresses Debian Bug: #892173)</P>
+
+
+<H3>Performance, Internal Implementation, Development Support etc.</H3>
+
+<P>Fixed various debian packaging issues.  (Addresses Debian Bug: #931266,
+#923372)</P>
+
+<P>Fixed error checking for calls to posix_{memalign,fadvise}.</P>
+
+<P>Add regression test for checking a file system using fs-verity.</P>
+
+<P>Various regression test cleanups.</P>
+
+<P>Fixed various compiler warnings.</P>
+
+<P>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.</P>
+
+<P>Added utility script which generates the release tarfile using git
+archive.</P>
+
+<P>Update the Czech, Dutch, and Portuguese translations from the
+Translation Project.</P>
+
+
 <H2><A NAME="1.45.2">E2fsprogs 1.45.2 (May 27, 2019)</A></H2>
 
 <H3>Fixes</H3>
index 829fae5eafa181049fb7f273456905751ab8e360..004149095e8003c574d9bf1ac1d3637e53c27ab4 100644 (file)
@@ -28,9 +28,9 @@
 <!-- Begin actual content -->
 
 <IMG SRC="../images/new.gif" ALIGN=LEFT>
-<H2>Release 1.45.2 of e2fsprogs is available!</H2>
+<H2>Release 1.45.3 of e2fsprogs is available!</H2>
 
-<P>On May 27, 2019, version 1.45.2 of e2fsprogs was <A
+<P>On July 14, 2019, version 1.45.3 of e2fsprogs was <A
 HREF="http://e2fsprogs.sourceforge.net">announced</A>.</P>
 
 <H2>Ext2fs Utilities</H2>
index 1ea0a386382e912672d07ed321f1140d7ece7179..51adf03ac07ba7cbe7599908199ca6259d40236c 100644 (file)
     <A HREF="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">here</A>.</P>
 
 
-    <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.45.2 of e2fsprogs is
+    <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.45.3 of e2fsprogs is
     available!</H2>
 
     <P>I am happy to announce a new release of the e2fsprogs distribution.
-    All users of e2fsprogs are urged to upgrade to the 1.45.2 version as
+    All users of e2fsprogs are urged to upgrade to the 1.45.3 version as
     soon as possible, which can be
-    downloaded from <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.45.2.tar.gz">sourceforge</A>
-    or <A HREF="http://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.45.2">kernel.org</A>.</P>
+    downloaded from <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.45.3.tar.gz">sourceforge</A>
+    or <A HREF="http://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.45.3">kernel.org</A>.</P>
 
     <P>This release contains a number of bug fixes and enhancements over
     the previous releases.  For more details, see the 
-    <A HREF="e2fsprogs-release.html#1.45.2">release notes.</A></P>
+    <A HREF="e2fsprogs-release.html#1.45.3">release notes.</A></P>
 
 
     <ADDRESS>