summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-07-13 16:55:30 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-07-13 17:01:26 -0400
commit61f8f51aace55ea9d8b34d44c03ec649f546e693 (patch)
tree45705ea501c511e3fa103952ffe1e43fa7358de6 /doc
parente98cdafb55a419b00b00715022d6c25df532bea0 (diff)
downloade2fsprogs-61f8f51aace55ea9d8b34d44c03ec649f546e693.tar.gz
Update release notes, etc., for the 1.45.3 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/RelNotes/v1.45.3.txt48
-rw-r--r--doc/libext2fs.texinfo8
2 files changed, 52 insertions, 4 deletions
diff --git a/doc/RelNotes/v1.45.3.txt b/doc/RelNotes/v1.45.3.txt
new file mode 100644
index 00000000..e9fdac75
--- /dev/null
+++ b/doc/RelNotes/v1.45.3.txt
@@ -0,0 +1,48 @@
+E2fsprogs 1.45.3 (July 13, 2019)
+================================
+
+Updates/Fixes since v1.45.2:
+
+UI and Features
+---------------
+
+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".
+
+Fixes
+-----
+
+Fixed a bug which caused e2fsck to improperly handle file systems that
+enabled both the large_dir and inline directories at the same time.
+
+E2scrub_all now correctly handles an encrypted (LUKS) ext[234] file
+system stacked on top of an LVM volume. (Addresses Debian Bug: #931387)
+
+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)
+
+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)
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+Fixed various debian packaging issues. (Addresses Debian Bug: #931266)
+
+Fixed error checking for calls to posix_{memalign,fadvise}.
+
+Add regression test for checking a file system using fs-verity.
+
+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.
+
+Added utility script which generates the release tarfile using git
+archive.
+
+Update the Portuguese translation.
+
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index e02d7520..5a6ddeb1 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.45.2)
+@settitle The EXT2FS Library (version 1.45.3)
@synindex tp fn
@comment %**end of header
@@ -60,8 +60,8 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
-@subtitle Version 1.45.2
-@subtitle May 2019
+@subtitle Version 1.45.3
+@subtitle July 2019
@author by Theodore Ts'o
@@ -101,7 +101,7 @@ by the Foundation.
@top The EXT2FS Library
-This manual documents the EXT2FS Library, version 1.45.2.
+This manual documents the EXT2FS Library, version 1.45.3.
@menu
* Introduction to the EXT2FS Library::