Whamcloud - gitweb
Update for e2fsprogs 1.42-WIP-1009 release v1.42-WIP-1009
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Oct 2011 00:49:36 +0000 (20:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Oct 2011 02:25:01 +0000 (22:25 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
RELEASE-NOTES
debian/changelog
po/e2fsprogs.pot
version.h

index b8652c6..46411b5 100644 (file)
@@ -1,4 +1,4 @@
-E2fsprogs 1.42-WIP (October 5, 2011) -- 6a287f7f66661d
+E2fsprogs 1.42-WIP (October 9, 2011) -- 72db94e1fe1798
 =======================================
 
 This release of e2fsprogs has support for file systems > 16TB.  Online
@@ -159,14 +159,14 @@ scripting.
 Filefrag will report 0 extents correctly in verbose mode.  (Addresses
 RedHat Bugzilla: #653234)
 
-Filefrag has been fixed so its -v erport prints the correct expected
+Filefrag has been fixed so its -v report prints the correct expected
 block number (previously there had been an off-by-one error).  In
 addition, it will now display the number of contiguous extents when -v
 is not specified.  This makes it consistent with the number of extents
 printed when the -v option was specified.  In addition, the number of
 contiguous extents is far more interesting/useful than the number of
 physical extents for very large files.  (Addresses Debian Bug:
-#631498)
+#631498, #644792)
     
 Logsave's usage message has been fixed.  (Addresses Debian Bug:
 #619788)
@@ -183,6 +183,9 @@ Debian Bug: #641667)
 
 Added internationalization support for libcom_err error table strings.
 
+Fixed various spelling mistakes found in various output strings found
+by I18N translators.
+
 Update translations: French, Chinese, Germany, Indonesian, Swedish,
 Vietnamese, Polish, Dutch, Czech.  (Addresses Debian Bugs: #520985,
 #620659)
index 5e285af..d86d05a 100644 (file)
@@ -1,3 +1,16 @@
+e2fsprogs (1.42~WIP-2011-10-09-1) unstable; urgency=low
+
+  * New upstream release
+  * Fixed infinite loop in filefrag (Closes: #644792)
+  * Fixed various spelling and translation problems
+  * Fixed various man pages
+  * Fixed 64-bit block numbers in e2fsck's journal replay
+  * Fixed mipsel FTBFS that was fixed for mips
+  * Update Sweedish, French, and Czech translations
+  * Convert to debian source 3.0 (quilt) format
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sun, 09 Oct 2011 22:24:31 -0400
+
 e2fsprogs (1.42~WIP-2011-10-05-2) unstable; urgency=low
 
   * Fix portability issues with non-Linux platforms and for the mips
index e76f89a..732779e 100644 (file)
@@ -1,7 +1,9 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Theodore Tso
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# E2fsprogs translation template file
+# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
+#     2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+#     by Theodore Ts'o
+# This file is distributed under the same license as the e2fsprogs package.
+# Theodore Ts'o <tytso@mit.edu>, 2011.
 #
 #. The strings in e2fsck's problem.c can be very hard to translate,
 #. since the strings are expanded in two different ways.  First of all,
@@ -64,9 +66,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: e2fsprogs 1.42-WIP\n"
 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2011-10-09 17:54-0400\n"
+"POT-Creation-Date: 2011-10-09 20:32-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5577,7 +5579,7 @@ msgid "Attempt to read block from filesystem resulted in short read"
 msgstr ""
 
 #: lib/ext2fs/ext2_err.c:48
-msgid "Attempt to write block from filesystem resulted in short write"
+msgid "Attempt to write block to filesystem resulted in short write"
 msgstr ""
 
 #: lib/ext2fs/ext2_err.c:49
@@ -5809,7 +5811,7 @@ msgid "Resize inode is corrupt"
 msgstr ""
 
 #: lib/ext2fs/ext2_err.c:106
-msgid "Missing indirect block not present"
+msgid "Tried to set block bmap with missing indirect block"
 msgstr ""
 
 #: lib/ext2fs/ext2_err.c:107
@@ -6041,7 +6043,7 @@ msgid "Bad group level in profile structures"
 msgstr ""
 
 #: e2fsck/prof_err.c:19
-msgid "Bad parent pointer in profile strctures"
+msgid "Bad parent pointer in profile structures"
 msgstr ""
 
 #: e2fsck/prof_err.c:20
index 8cffac4..678e80a 100644 (file)
--- a/version.h
+++ b/version.h
@@ -8,4 +8,4 @@
  */
 
 #define E2FSPROGS_VERSION "1.42-WIP"
-#define E2FSPROGS_DATE "5-Oct-2011"
+#define E2FSPROGS_DATE "9-Oct-2011"