Whamcloud - gitweb
libext2fs: simplify extent_fallocate()
[tools/e2fsprogs.git] / doc / RelNotes / v1.44.1.txt
1 E2fsprogs 1.44.1 (March 24, 2018)
2 ================================
3
4 Updates/Fixes since v1.44.0:
5
6 Fixes
7 -----
8
9 E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck
10 to fail to support HTree directories on big-endian systems.  Fix how we
11 read block numbers for internal htree nodes.
12
13 Removed a potential memory leak from fsck.
14
15 E2image now correctly creates e2image files for bigalloc file systems.
16
17 Dumpe2fs and debugfs now correctly support e2image files for file
18 systems that have the meta_bg option enabled.
19
20 E2fsck and debugfs now correctly handle delete inodes (including
21 processing the orphaned inode list in the case of e2fsck) for bigalloc
22 file systems.  (Addresses Google Bug: #73795618)
23
24 Portability fixes for GNU Hurd.  (Addresses Debian Bug: #893590)
25
26 Portability fixes for building in some cross-build environments.
27
28 Portability fixes for MacOS 10.6.8.
29
30 Add clarifications to chattr's man page.  (Addresses Debian Bug:
31 #890390)
32
33
34 Performance, Internal Implementation, Development Support etc.
35 --------------------------------------------------------------
36
37 Debugfs now reads allocation bitmaps much more efficiently when opening
38 a file system.
39
40 Update Swedish translation file.
41
42 Add Vcs-* fields to debian packaging.  (Addresses Debian Bug: #887512)
43
44 Fix some test failures on GNU Hurd caused by a different default block
45 size.
46
47 Add new regression tests.