From: Theodore Ts'o Date: Mon, 18 May 2015 01:10:07 +0000 (-0400) Subject: Update release notes, etc. for final 1.42.13 release X-Git-Tag: v1.42.13^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e622f9a14eef010fcc65d0457f9bbcf26469b718;p=tools%2Fe2fsprogs.git Update release notes, etc. for final 1.42.13 release Signed-off-by: Theodore Ts'o --- diff --git a/README b/README index 47c7a10..bfefae8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.42.12) of the second extended file + This is the new version (1.42.13) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2a6aa4c..557e950 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,67 @@ +E2fsprogs 1.42.13 (May 17, 2015) +================================ + +Fixed a potential buffer overflow while closing a file system in +libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948) + +Fixed a bug which could cause e2fsck to corrupt Hurd file systems. +(Addresses Debian Bug: #760275) + +Fixed a deadlock which occurs when using systemd and e2fsck.conf's +logging feature. (Addresses Debian Bug: #775234) + +Fixed a bug which could cause programs using libext2's inode table +scanning functions from crashing on certain corrupted file systems. +(Addresses Debian Bug: #773795) + +Fixed dumpe2fs so it won't crash if the user doesn't specify a block +device (file system). (Addresses Debian Bug: #764293) + +Fixed e2fsck so if it notices unexpected HTREE blocks in pass 2, it +will report the correct directory inode containing the inconsistency. + +If e2fsck fails to grow the dir_info structure due realloc(3) not +having enough memory, it will now fail with explanatory message +instead of staggering on failing with a confusing internal error +messages. + +The tune2fs program will zero out the superblock journal backup +information when removing a journal from a file system. + +The mke2fs program now enables the large_file feature by default. + +Fixed a bug which could cause badblocks to crash if there are millions +and millions of bad blocks. + +Fixed some use-after-free bug in resize2fs and e2fsck. + +Fixed a memory leak in tune2fs. + +Fixed some bigendian bugs that had crept into both indirect and extent +handling inside libext2fs. + +Updated/fixed various man pages. + +Update Esperanto, German, and Spanish translations. Added Danish +translation. + +Programmer's Notes +------------------ + +Fixed coverity, sparce gcc -Wall, and clang warnings/nits. + +Clean up some build system problems (build failures with various +configure options, fix Posix portability issues, etc.) + +The functions ext2fs_inode_alloc_stats[2]() and +ext2fs_block_alloc_stats[2]() now check the inode and block numbers +passed to them, to avoid crashes caused by buggy callers. + +The libext2fs directory iterator will now check for an invalid +directory entry length instead of possibly walking off the end of the +directory buffer. + + E2fsprogs 1.42.12 (August 25, 2014) =================================== diff --git a/debian/changelog b/debian/changelog index 9711be2..9506939 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +e2fsprogs (1.42.13-1) unstable; urgency=low + + * New upstream version + * NMU acknowledge (Closes: #778948) + * Fixed a bug which could cause e2fsck to corrupt Hurd file systems. + (Closes: #760275) + * Fixed a deadlock which occurs when using systemd and e2fsck.conf's + logging feature. (Closes: #775234) + * Fixed a bug which could cause programs using libext2's inode table + scanning functions from crashing on certain corrupted file systems. + (Closes: #773795) + * Fixed dumpe2fs so it won't crash if the user doesn't specify a block + device (file system). (Closes: #764293) + * Fixed e2fsck so if it notices unexpected HTREE blocks in pass 2, it + will report the correct directory inode containing the inconsistency. + * If e2fsck fails to grow the dir_info structure due realloc(3) not + having enough memory, it will now fail with explanatory message + instead of staggering on failing with a confusing internal error + messages. + * The tune2fs program will zero out the superblock journal backup + information when removing a journal from a file system. + * The mke2fs program now enables the large_file feature by default. + * Fixed a bug which could cause badblocks to crash if there are millions + and millions of bad blocks. + * Fixed some use-after-free bug in resize2fs and e2fsck. + * Fixed some bigendian bugs that had crept into both indirect and extent + handling inside libext2fs. + * Updated/fixed various man pages. + * Update Esperanto, German, and Spanish translations. Added Danish + translation. + + -- Theodore Y. Ts'o Sun, 17 May 2015 20:38:27 -0400 + +e2fsprogs (1.42.12-1.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * Fix CVE-2015-1572: incomplete fix for CVE-2015-0247 (closes: #778948). + + -- Michael Gilbert Sun, 22 Feb 2015 01:50:57 +0000 + e2fsprogs (1.42.12-1) unstable; urgency=low * New upstream version diff --git a/debian/control.in b/debian/control.in index 3982974..7624029 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,7 +10,7 @@ Section: admin Priority: required Maintainer: Theodore Y. Ts'o Build-Depends: gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4 -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://e2fsprogs.sourceforge.net ifdef(`E2FSCK_STATIC',`` diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 66d1d79..c6699fe 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libext2fs.info -@settitle The EXT2FS Library (version 1.42.12) +@settitle The EXT2FS Library (version 1.42.13) @synindex tp fn @comment %**end of header @@ -60,8 +60,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.42.12 -@subtitle August 2014 +@subtitle Version 1.42.13 +@subtitle May 2015 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.42.12. +This manual documents the EXT2FS Library, version 1.42.13. @menu * Introduction to the EXT2FS Library:: diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 5d4cc11..a43b382 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,17 +1,17 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.42.12 -Entered-date: 2014-08-29 +Version: 1.42.13 +Entered-date: 2015-05-17 Description: The filesystem utilities for the EXT2, EXT3, and EXT4 filesystems, including e2fsck, mke2fs, dumpe2fs, and others. Keywords: utilities, filesystem, Ext2fs, ext3, ext4 Author: tytso@mit.edu (Theodore Tso) Maintained-by: tytso@mit.edu (Theodore Tso) Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs - 6236kB e2fsprogs-1.42.12.tar.gz - 592kB e2fsprogs-libs-1.42.12.tar.gz - 1kB e2fsprogs-1.42.12.lsm + 6360kB e2fsprogs-1.42.13.tar.gz + 592kB e2fsprogs-libs-1.42.13.tar.gz + 1kB e2fsprogs-1.42.13.lsm Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs -Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x +Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x Copying-policy: GPL-2/LGPL-2 End diff --git a/po/ca.gmo b/po/ca.gmo index ec972d1..c85b262 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index 3afb15a..45aeab3 100644 --- a/po/ca.po +++ b/po/ca.po @@ -70,7 +70,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2015-03-13 21:03+0100\n" "Last-Translator: Àngel Mompó \n" "Language-Team: Catalan \n" @@ -1160,22 +1160,22 @@ msgstr "" #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" #. @-expanded: One or more block group descriptor checksums are invalid. @@ -6371,7 +6371,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Això no hauria de passar mai: canvi de mida del node-i malmesa\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Versió 1.42.12 de la llibreria EXT2FS" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/cs.gmo b/po/cs.gmo index 43aa55e..1485d0f 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index 4fe3ac0..7b82112 100644 --- a/po/cs.po +++ b/po/cs.po @@ -70,7 +70,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-26 22:07+0200\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" @@ -1168,12 +1168,13 @@ msgstr "Příznak test_fs je nastaven (a ext4 je dostupný). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Čas posledního připojení superbloku leží v budoucnosti.\n" "\t(rozdíl menší než den, pravděpodobně jsou chybně nastaveny hardwarové " @@ -1181,12 +1182,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Čas posledního zápisu superbloku leží v budoucnosti.\n" "\t(rozdíl menší než den, pravděpodobně jsou chybně nastaveny hardwarové " @@ -6470,7 +6472,8 @@ msgstr "" "Toto by se nikdy nemělo stát: iuzly pro změnu velikosti jsou poÅ¡kozeny!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Knihovna EXT2FS verze 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/da.gmo b/po/da.gmo index d3e430b..7ce651c 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index 3cf402d..446f98c 100644 --- a/po/da.po +++ b/po/da.po @@ -72,7 +72,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2015-05-14 22:00+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -1147,22 +1147,22 @@ msgstr "Flaget test_fs er angivet (og ext2 er tilgængelig). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" #. @-expanded: One or more block group descriptor checksums are invalid. @@ -6082,7 +6082,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/de.gmo b/po/de.gmo index ee83075..1f8c033 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 7413d2b..073d6fb 100644 --- a/po/de.po +++ b/po/de.po @@ -72,7 +72,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs-1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-09-26 11:53+0200\n" "Last-Translator: Philipp Thomas \n" "Language-Team: German \n" @@ -1174,12 +1174,13 @@ msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Der Zeitpunkt des letzten Einhängens des Superblocks liegt in der Zukunft.\n" "\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-" @@ -1187,12 +1188,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Der Zeitpunkt des letzten Schreibens des Superblocks liegt in der Zukunft.\n" "\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-" @@ -6583,7 +6585,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Dies sollte nie geschehen: Der Größenänderungs-Inode ist defekt!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "EXT2FS-Bibliothek, Version 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/e2fsprogs.pot b/po/e2fsprogs.pot index a552b32..73fa7ea 100644 --- a/po/e2fsprogs.pot +++ b/po/e2fsprogs.pot @@ -72,7 +72,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.13\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1102,21 +1102,21 @@ msgstr "" #: e2fsck/problem.c:388 #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" #: e2fsck/problem.c:394 #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" #: e2fsck/problem.c:400 @@ -5903,7 +5903,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/eo.gmo b/po/eo.gmo index f22140c..f55a675 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index aaf8aaa..4282250 100644 --- a/po/eo.po +++ b/po/eo.po @@ -73,7 +73,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs-1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-31 18:44+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Esperanto \n" @@ -1134,12 +1134,13 @@ msgstr "" #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "En @S la tempo de lasta surmeto estas en la estonteco.\n" " (je malpli ol unu tago, probable kaÅ­ze de malbona alĝustigo de fizika " @@ -1147,12 +1148,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "En @S la tempo de lasta skribo estas en la estonteco.\n" " (je malpli ol unu tago, probable kaÅ­ze de malbona alĝustigo de fizika " @@ -6124,7 +6126,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/es.gmo b/po/es.gmo index 6df898f..c35ccd2 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 70bf5c8..783fd6f 100644 --- a/po/es.po +++ b/po/es.po @@ -91,7 +91,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs-1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2015-02-03 23:29+0100\n" "Last-Translator: Antonio Ceballos \n" "Language-Team: Spanish \n" @@ -1223,12 +1223,13 @@ msgstr "La bandera test_fs está puesta (y ext4 está disponible). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "La última hora de montaje del @S está en el futuro.\n" "\t(por menos de un día, probablemente debido a que el reloj del hardware " @@ -1236,12 +1237,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "La última hora de escritura del @S está en el futuro.\n" "\t(por menos de un día, probablemente debido a que el reloj del hardware " @@ -6650,7 +6652,8 @@ msgstr "" "Esto nunca debería suceder: ¡Se cambia el tamaño del nodo-i corrupto!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Biblioteca EXT2FS versión 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/fr.gmo b/po/fr.gmo index 5d738d2..f5a732a 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index 3f87a1f..237f5fb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -71,7 +71,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-26 21:26+0200\n" "Last-Translator: Samuel Thibault \n" "Language-Team: French \n" @@ -1173,12 +1173,13 @@ msgstr "Le drapeau test_fs est positionn #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "La date de dernier montage du @S est dans le futur.\n" "\t(de moins d'un jour, probablement à cause d'une horloge matérielle mal " @@ -1186,12 +1187,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "La date de dernière écriture du @S est dans le futur.\n" "\t(de moins d'un jour, probablement à cause d'une horloge matérielle mal " @@ -6552,7 +6554,8 @@ msgstr "" "Ne devrait jamais se produire : i-noeud de redimensionnement corrompu !\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Librairie EXT2FS version 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/id.gmo b/po/id.gmo index 1227cd1..a5b85ae 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 86a154c..5f11189 100644 --- a/po/id.po +++ b/po/id.po @@ -73,7 +73,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.41.12\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2010-05-24 12:30+0700\n" "Last-Translator: Arif E. Nugroho \n" "Language-Team: Indonesian \n" @@ -1157,24 +1157,26 @@ msgstr "Tanda test_fs telah aktif (dan ext4 tersedia). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "@S waktu pasang terakhir berada di masa yang akan datang.\n" "\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar) " #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "@S waktu tulis terakhir berada dimasa yang akan datang.\n" "\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar). " @@ -6403,7 +6405,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Seharusnya tidak pernah terjadi: resize inode corrupt!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/it.gmo b/po/it.gmo index 2a95049..f1f77de 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index e9a364e..7371ab0 100644 --- a/po/it.po +++ b/po/it.po @@ -71,7 +71,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs-1.42.10\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-05-31 16:09+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -1162,22 +1162,22 @@ msgstr "" #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" #. @-expanded: One or more block group descriptor checksums are invalid. @@ -6413,7 +6413,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/nl.gmo b/po/nl.gmo index 7d65f50..e983425 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index 588051a..8bd4e62 100644 --- a/po/nl.po +++ b/po/nl.po @@ -80,7 +80,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs-1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-27 10:06+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" @@ -1179,12 +1179,13 @@ msgstr "De functievlag 'test_fs' is gezet (en ext4 is beschikbaar). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Laatste aankoppelingstijd ligt volgens het superblok in de toekomst.\n" " (Maar minder dan een dag; vermoedelijk is de hardwareklok onjuist " @@ -1192,12 +1193,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Laatste schrijftijd ligt volgens het superblok in de toekomst.\n" " (Maar minder dan een dag; vermoedelijk is de hardwareklok onjuist " @@ -6549,7 +6551,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Zou nooit mogen gebeuren: de 'resize'-inode is beschadigd!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "EXT2FS-bibliotheek versie 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/pl.gmo b/po/pl.gmo index 5cc3538..691903d 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 007c81d..20faf54 100644 --- a/po/pl.po +++ b/po/pl.po @@ -69,7 +69,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-27 16:36+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -1150,24 +1150,26 @@ msgstr "Flags test_fs jest ustawiona (i ext4 jest dostępny). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Czas ostatniego montowania @Su jest w przyszłości\n" "\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego) " #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Czas ostatniego zapisu @Su jest w przyszłości\n" "\t(o mniej niż dzień, zapewne z powodu złego ustawienia zegara sprzętowego) " @@ -6427,7 +6429,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Nigdy się nie powinno zdarzyć: i-węzeł zmiany rozmiaru uszkodzony!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Biblioteka EXT2FS w wersji 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/sv.gmo b/po/sv.gmo index ec6a69c..ade01f4 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 891cd76..efb5c07 100644 --- a/po/sv.po +++ b/po/sv.po @@ -71,7 +71,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-27 22:13+0200\n" "Last-Translator: Göran Uddeborg \n" "Language-Team: Swedish \n" @@ -1167,24 +1167,26 @@ msgstr "Flaggan test_fs är satt (och ext4 är tillgänligt). " #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Superblockets senaste monteringstid ligger i framtiden.\n" "\t(med mindre än en dag, förmodligen för att hÃ¥rdvaruklockan gÃ¥r fel)" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Superblockets skrevs senast i framtiden.\n" "\t(med mindre än en dag, förmodligen för att hÃ¥rdvaruklockan gÃ¥r fel)" @@ -6433,7 +6435,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Skulle aldrig inträffa: storleksändringsinoden trasig!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "EXT2FS-bibliotek version 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/tr.gmo b/po/tr.gmo index 7153c9c..27b6fc8 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index 8c7f26f..7a0ae91 100644 --- a/po/tr.po +++ b/po/tr.po @@ -70,7 +70,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.8\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2013-11-01 22:49+0100\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" @@ -1165,22 +1165,22 @@ msgstr "" #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" #. @-expanded: One or more block group descriptor checksums are invalid. @@ -6678,7 +6678,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Bu olmamalıydı: boyutlandırırken düğümü kaybettik!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/uk.gmo b/po/uk.gmo index f323f69..9b7fa55 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index 1ba71e1..ed74b67 100644 --- a/po/uk.po +++ b/po/uk.po @@ -72,7 +72,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-26 22:19+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -1180,12 +1180,13 @@ msgstr "Встановлено прапорець test_fs (і доступна e #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Час останнього монтування суперблоку лежить у майбутньому.\n" "\t(менше ніж на день, ймовірно через помилковий час на апаратному " @@ -1193,12 +1194,13 @@ msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Час останнього запису суперблоку лежить у майбутньому.\n" "\t(менше ніж на день, ймовірно через помилковий час на апаратному " @@ -6551,7 +6553,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Такого не повинно було статися: inode зміни розмірів пошкоджено!\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Бібліотека EXT2FS версії 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/vi.gmo b/po/vi.gmo index b68f74f..f76c165 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 14fd1d1..e85906e 100644 --- a/po/vi.po +++ b/po/vi.po @@ -72,7 +72,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.42.12-pre2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2014-08-27 07:33+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -1153,24 +1153,26 @@ msgstr "Cờ “test_fs” được đặt (và ext4 sẵn sàng)" #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 +#, fuzzy msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" "Giờ gắn kết @S cuối cùng nằm trong tương lai\n" "\t(theo ít nhất một ngày, rất có thể do đồng hồ phần cứng bị sai lập)." #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 +#, fuzzy msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" "Giờ ghi nhớ @S cuối cùng nằm trong tương lai\n" "\t(theo ít nhất một ngày, rất có thể do đồng hồ phần cứng bị sai lập)." @@ -6393,7 +6395,8 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "Không bao giờ nên xảy ra: nút thông tin thay đổi kích cỡ bị hỏng !\n" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +#, fuzzy +msgid "EXT2FS Library version 1.42.13" msgstr "Thư viện EXT2FS phiên bản 1.42.12" #: lib/ext2fs/ext2_err.c:12 diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index aafd44f..72c971e 100644 Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index 5e2945f..ab4d1f9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -68,7 +68,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs-1.41.14\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2015-05-17 20:31-0400\n" +"POT-Creation-Date: 2015-05-17 21:26-0400\n" "PO-Revision-Date: 2011-01-26 21:53+0800\n" "Last-Translator: Dark Raven \n" "Language-Team: Chinese (simplified) \n" @@ -1117,22 +1117,22 @@ msgstr "" #. @-expanded: superblock last mount time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set) +#. @-expanded: set)\n #: e2fsck/problem.c:388 msgid "" "@S last mount time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set) " +"set)\n" msgstr "" #. @-expanded: superblock last write time is in the future.\n #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly -#. @-expanded: set). +#. @-expanded: set)\n #: e2fsck/problem.c:394 msgid "" "@S last write time is in the future.\n" "\t(by less than a day, probably due to the hardware clock being incorrectly " -"set). " +"set)\n" msgstr "" #. @-expanded: One or more block group descriptor checksums are invalid. @@ -5996,7 +5996,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.42.12" +msgid "EXT2FS Library version 1.42.13" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/version.h b/version.h index f937463..66fe254 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.42.12" -#define E2FSPROGS_DATE "29-Aug-2014" +#define E2FSPROGS_VERSION "1.42.13" +#define E2FSPROGS_DATE "17-May-2015"