diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-06-17 23:54:51 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-06-17 23:54:51 -0400 |
commit | 71ff129e9f5c942ce4d2eb20e269100d15c1a6ae (patch) | |
tree | 422b5c6bdf5fdbe06389a0153ff668995a54a11d /RELEASE-NOTES | |
parent | f1420977d47c0e1e679c4a7c3f0cf1a5f0caca4a (diff) | |
parent | 0c7be6cb7becba98bdcedb6eb999548667ad7b6e (diff) | |
download | e2fsprogs-71ff129e9f5c942ce4d2eb20e269100d15c1a6ae.tar.gz |
Merge branch 'maint'
Conflicts:
README
resize/online.c
version.h
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 56b3de6c..ae31fb0f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,31 @@ +E2fsprogs 1.40.11 (June 17, 2008) +================================= + +Mke2fs, tune2fs, and resize2fs now use floating point to calculate the +percentage of reserved blocks. (Addresses Debian Bug: #452639) + +Updated Spanish and Catalan translations. + +Fixed various Debian packaging issues --- see debian/changelog for +details. (Addresses Debian Bugs: #483962, #483023) + +Add detection for ZFS volumes to the libblkid library. + +Fixed spelling mistakes, typos, and otherwise clarified man pages. +(Addresses Debian Bug: #486463) + +Programmer's notes: +------------------- + +Fix marginal C code in probe_lvm2() function to the blkid library more +portable for older compilers. + +Fix build problems on MacOS X. (Addresses Sourceforge Bug: #1972473) + +Fix ext2fs_swap{16,32,64} functions so they can be used by external +applications on big-endian machines. (Addresses Debian Bug: #484879) + + E2fsprogs 1.40.10 (May 21, 2008) ================================ |