mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-22 16:33:37 +08:00
Update for e2fsprogs 1.42-WIP-1005 release
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
6a287f7f66
commit
fd7c37fec1
@ -1,4 +1,4 @@
|
||||
E2fsprogs 1.42-WIP (October 1, 2011) -- 636019ecdb2a
|
||||
E2fsprogs 1.42-WIP (October 5, 2011) -- 6a287f7f66661d
|
||||
=======================================
|
||||
|
||||
This release of e2fsprogs has support for file systems > 16TB. Online
|
||||
@ -120,6 +120,9 @@ field to -1, instead of 0. Kernels older then 3.0 will print a
|
||||
spurious message on each mount then they see a s_max_mnt_count set to
|
||||
0, which will annoy users. (Addresses Debian Bug: #632637)
|
||||
|
||||
The default mke2fs.conf now has entries for "big" and "huge", which
|
||||
are needed for very big file systems.
|
||||
|
||||
The resize2fs program now has support for a new online resize ioctl
|
||||
that can support file systems > 16TB, once it arrives in v3.x kernels.
|
||||
|
||||
@ -178,8 +181,11 @@ compile against the latest version of ext2_fs.h (Addresses Debian Bug:
|
||||
Fixed parsing of MNTOPT_ options for tune2fs and debugfs (Addresses
|
||||
Debian Bug: #641667)
|
||||
|
||||
Added internationalization support for libcom_err error table strings.
|
||||
|
||||
Update translations: French, Chinese, Germany, Indonesian, Swedish,
|
||||
Vietnamese, Polish, Dutch, Czech,
|
||||
Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985,
|
||||
#620659)
|
||||
|
||||
Fixed various Debian Packaging issues. (Addresses Debian Bugs:
|
||||
#614662, #632169, #641838, #627535, #629355)
|
||||
@ -211,9 +217,7 @@ ext2fs_update_bb_inode().
|
||||
|
||||
Fixed miscellaneous gcc -Wall and coverity warnings.
|
||||
|
||||
Fixed portability issues for Mac OS X.
|
||||
|
||||
Fixed FreeBSD portability where gettext is not in libc.
|
||||
Fixed portability issues for Mac OS X, Hurd, and FreeBSD.
|
||||
|
||||
Fixed a build failure when OMIT_COM_ERR is defined.
|
||||
|
||||
@ -243,6 +247,9 @@ are built before running the gression tests.
|
||||
|
||||
A link to com_err.h is installed in $(includedir) during a "make install".
|
||||
|
||||
The po/*.gmo files are automatically rebuilt if they are missing or
|
||||
out of date. This helps out Debian packaging.
|
||||
|
||||
|
||||
E2fsprogs 1.41.14 (December 22, 2010)
|
||||
=====================================
|
||||
|
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,3 +1,18 @@
|
||||
e2fsprogs (1.42~WIP-2011-10-05-1) unstable; urgency=low
|
||||
|
||||
* Update translations: German (Closes: #520985)
|
||||
* Fixed usage and error text for mke2fs -C option
|
||||
* Updated e2fsprogs.pot file for translators
|
||||
* Added support for internationalized error strings for libcom_err
|
||||
* Fixed various portability nits that were causing FTBFS problems on
|
||||
Hurd and FreeBSD
|
||||
* Added "big" and "huge" types to mke2fs.conf, since they are needed
|
||||
for very large file systems
|
||||
* Fixed on-line resizing which had been broken in the 1.42 series
|
||||
(Closes: #451388)
|
||||
|
||||
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 05 Oct 2011 02:10:53 -0400
|
||||
|
||||
e2fsprogs (1.42~WIP-2011-10-01-2) unstable; urgency=low
|
||||
|
||||
* Update translations: French, German (Closes: #620659)
|
||||
|
@ -524,11 +524,7 @@ crc32c.o: $(srcdir)/crc32c.c $(top_builddir)/lib/config.h \
|
||||
$(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
|
||||
$(srcdir)/bitops.h crc32c_table.h
|
||||
gen_crc32ctable.o: $(srcdir)/gen_crc32ctable.c $(srcdir)/crc32c_defs.h \
|
||||
$(srcdir)/ext2fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||
$(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
|
||||
$(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||
$(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
|
||||
gen_crc32ctable.o: $(srcdir)/gen_crc32ctable.c $(srcdir)/crc32c_defs.h
|
||||
csum.o: $(srcdir)/csum.c $(top_builddir)/lib/config.h \
|
||||
$(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
|
||||
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||
|
Loading…
Reference in New Issue
Block a user