Update release notes, etc. for final 1.42.13 release

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
test-maint v1.42.13
Theodore Ts'o 2015-05-17 21:10:07 -04:00
parent c8c167d366
commit e622f9a14e
40 changed files with 252 additions and 116 deletions

2
README
View File

@ -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

View File

@ -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)
===================================

40
debian/changelog vendored
View File

@ -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 <tytso@mit.edu> 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 <mgilbert@debian.org> Sun, 22 Feb 2015 01:50:57 +0000
e2fsprogs (1.42.12-1) unstable; urgency=low
* New upstream version

2
debian/control.in vendored
View File

@ -10,7 +10,7 @@ Section: admin
Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
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',``

View File

@ -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::

View File

@ -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

BIN
po/ca.gmo

Binary file not shown.

View File

@ -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ó <mecatxis@mecatxis.cat>\n"
"Language-Team: Catalan <ca@dodds.net>\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

BIN
po/cs.gmo

Binary file not shown.

View File

@ -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 <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\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

BIN
po/da.gmo

Binary file not shown.

View File

@ -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 <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\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

BIN
po/de.gmo

Binary file not shown.

View File

@ -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 <pth@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\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

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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

BIN
po/eo.gmo

Binary file not shown.

View File

@ -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 <benno@vertaalt.nl>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\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

BIN
po/es.gmo

Binary file not shown.

View File

@ -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 <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\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

BIN
po/fr.gmo

Binary file not shown.

View File

@ -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 <samuel.thibault@ens-lyon.org>\n"
"Language-Team: French <traduc@traduc.org>\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

BIN
po/id.gmo

Binary file not shown.

View File

@ -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 <arif_endro@yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\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

BIN
po/it.gmo

Binary file not shown.

View File

@ -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 <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\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

BIN
po/nl.gmo

Binary file not shown.

View File

@ -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 <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\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

BIN
po/pl.gmo

Binary file not shown.

View File

@ -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 <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\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

BIN
po/sv.gmo

Binary file not shown.

View File

@ -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 <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\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

BIN
po/tr.gmo

Binary file not shown.

View File

@ -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 <vlkngzr@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\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

BIN
po/uk.gmo

Binary file not shown.

View File

@ -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 <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\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

BIN
po/vi.gmo

Binary file not shown.

View File

@ -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 <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\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

Binary file not shown.

View File

@ -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 <drdarkraven@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\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

View File

@ -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"