aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2011-10-05 02:40:11 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-05 02:40:11 -0400
commitfd7c37fec1aec297c883998e811ee339024edf6e (patch)
tree8b30e186472025a1363840742d67257bf6144d32
parent6a287f7f66661d3d5919d7375a905152b049951b (diff)
downloade2fsprogs-fd7c37fec1aec297c883998e811ee339024edf6e.tar.gz
Update for e2fsprogs 1.42-WIP-1005 release
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--RELEASE-NOTES17
-rw-r--r--debian/changelog15
-rw-r--r--lib/ext2fs/Makefile.in6
-rw-r--r--version.h2
4 files changed, 29 insertions, 11 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 78491ffb..b8652c65 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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)
=====================================
diff --git a/debian/changelog b/debian/changelog
index e26b8c87..39ac2d3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in
index 8a4e8fd2..2714feeb 100644
--- a/lib/ext2fs/Makefile.in
+++ b/lib/ext2fs/Makefile.in
@@ -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 \
diff --git a/version.h b/version.h
index 4f6f7a0d..8cffac47 100644
--- a/version.h
+++ b/version.h
@@ -8,4 +8,4 @@
*/
#define E2FSPROGS_VERSION "1.42-WIP"
-#define E2FSPROGS_DATE "1-Oct-2011"
+#define E2FSPROGS_DATE "5-Oct-2011"