From 40aa2743b5cf97399b69f65b84907d22d00120e0 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 27 May 2019 22:10:51 -0400 Subject: [PATCH] Update release notes, etc., for the 1.45.2 release Signed-off-by: Theodore Ts'o --- README | 2 +- RELEASE-NOTES | 2 +- debian/changelog | 13 +++++++++++++ doc/RelNotes/v1.45.2.txt | 30 ++++++++++++++++++++++++++++++ doc/libext2fs.texinfo | 6 +++--- e2fsprogs.lsm | 8 ++++---- e2fsprogs.spec | 2 +- po/e2fsprogs.pot | 48 ++++++++++++++++++++++++------------------------ version.h | 4 ++-- 9 files changed, 79 insertions(+), 36 deletions(-) create mode 100644 doc/RelNotes/v1.45.2.txt diff --git a/README b/README index 9fb216a..3bb4e15 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.45.1) of the second extended file + This is the new version (1.45.2) 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 e7dcfed..8468b20 120000 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1 +1 @@ -doc/RelNotes/v1.45.1.txt \ No newline at end of file +doc/RelNotes/v1.45.2.txt \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 2f7c99f..ad7c1bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +e2fsprogs (1.45.2-1) unstable; urgency=medium + + * New upstream version + * When mke2fs asks the user if she should proceed, fall back to the + English 'y' or 'Y' characters since there could be a missing + translation prompting the use of the English 'y' character. + (Closes: #907034) + * Fix spurious complaint of blocks beyond i_size for verity files. + * Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian + translations. Add the new Portuguese translation. (Closes: #912185) + + -- Theodore Y. Ts'o Mon, 27 May 2019 21:46:31 -0400 + e2fsprogs (1.45.1-3) unstable; urgency=medium * Fix e2scrub_all cron failures (Closes: #929287) diff --git a/doc/RelNotes/v1.45.2.txt b/doc/RelNotes/v1.45.2.txt new file mode 100644 index 0000000..43126de --- /dev/null +++ b/doc/RelNotes/v1.45.2.txt @@ -0,0 +1,30 @@ +E2fsprogs 1.45.2 (May 27, 2019) +=============================== + +Updates/Fixes since v1.45.1: + +Fixes +----- + +Fixed various problems with how e2scrub_all is run from cron, when not +all of the required packages are installed, or there are no LVM devices +on the system. (Addresses Debian Bug: #929186, #929287, #928977) + +When mke2fs asks the user if she should proceed, fall back to the +English 'y' or 'Y' characters since there could be a missing translation +prompting the use of the English 'y' character. (Addresses Debian Bug: +#907034) + +Fix spurious complaint of blocks beyond i_size for verity files. + + +Performance, Internal Implementation, Development Support etc. +-------------------------------------------------------------- + +Fixed various debian packaging issues. + +Fixed "make install" failure when the cron.d directory does not exist. + +Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian +translations. Add the new Portuguese translation. + diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 6e72bd1..e02d752 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.45.1) +@settitle The EXT2FS Library (version 1.45.2) @synindex tp fn @comment %**end of header @@ -60,7 +60,7 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.45.1 +@subtitle Version 1.45.2 @subtitle May 2019 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.45.1. +This manual documents the EXT2FS Library, version 1.45.2. @menu * Introduction to the EXT2FS Library:: diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 40d4bd8..469a64c 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,15 +1,15 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.45.1 -Entered-date: 2019-05-12 +Version: 1.45.2 +Entered-date: 2019-05-27 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 - 7620kB e2fsprogs-1.45.1.tar.gz - 1kB e2fsprogs-1.45.1.lsm + 7736kB e2fsprogs-1.45.2.tar.gz + 1kB e2fsprogs-1.45.2.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/4.x Copying-policy: GPL-2/LGPL-2 diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 14a526a..c38e87b 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -5,7 +5,7 @@ Summary: Utilities for managing ext2/ext3/ext4 filesystems Name: e2fsprogs -Version: 1.45.1 +Version: 1.45.2 Release: 0 License: GPLv2 Group: System Environment/Base diff --git a/po/e2fsprogs.pot b/po/e2fsprogs.pot index 665b41b..0c970b1 100644 --- a/po/e2fsprogs.pot +++ b/po/e2fsprogs.pot @@ -70,9 +70,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: e2fsprogs 1.45.1\n" +"Project-Id-Version: e2fsprogs v1.45.2\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2019-05-12 21:06-0400\n" +"POT-Creation-Date: 2019-05-27 22:05-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -581,20 +581,20 @@ msgstr "" msgid "ext attr block map" msgstr "" -#: e2fsck/pass1.c:3639 +#: e2fsck/pass1.c:3640 #, c-format msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n" msgstr "" -#: e2fsck/pass1.c:4059 +#: e2fsck/pass1.c:4060 msgid "block bitmap" msgstr "" -#: e2fsck/pass1.c:4065 +#: e2fsck/pass1.c:4066 msgid "inode bitmap" msgstr "" -#: e2fsck/pass1.c:4071 +#: e2fsck/pass1.c:4072 msgid "inode table" msgstr "" @@ -3068,7 +3068,7 @@ msgid_plural "%12u files\n" msgstr[0] "" msgstr[1] "" -#: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:2986 misc/util.c:126 +#: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:2986 misc/util.c:129 #: resize/main.c:354 #, c-format msgid "while determining whether %s is mounted." @@ -3520,7 +3520,7 @@ msgstr "" msgid "yY" msgstr "" -#: e2fsck/util.c:197 +#: e2fsck/util.c:197 misc/util.c:112 msgid "nN" msgstr "" @@ -3755,7 +3755,7 @@ msgstr "" msgid "during test data write, block %lu" msgstr "" -#: misc/badblocks.c:1007 misc/util.c:131 +#: misc/badblocks.c:1007 misc/util.c:134 #, c-format msgid "%s is mounted; " msgstr "" @@ -3768,7 +3768,7 @@ msgstr "" msgid "it's not safe to run badblocks!\n" msgstr "" -#: misc/badblocks.c:1019 misc/util.c:142 +#: misc/badblocks.c:1019 misc/util.c:145 #, c-format msgid "%s is apparently in use by the system; " msgstr "" @@ -6565,44 +6565,44 @@ msgstr "" msgid "Setting extended default mount options to '%s'\n" msgstr "" -#: misc/util.c:100 +#: misc/util.c:101 msgid "\n" msgstr "" -#: misc/util.c:104 +#: misc/util.c:105 #, c-format msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) " msgstr "" -#: misc/util.c:108 +#: misc/util.c:109 msgid "Proceed anyway? (y,N) " msgstr "" -#: misc/util.c:133 +#: misc/util.c:136 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n" msgstr "" -#: misc/util.c:138 +#: misc/util.c:141 #, c-format msgid "will not make a %s here!\n" msgstr "" -#: misc/util.c:145 +#: misc/util.c:148 msgid "mke2fs forced anyway.\n" msgstr "" -#: misc/util.c:161 +#: misc/util.c:164 msgid "Couldn't allocate memory to parse journal options!\n" msgstr "" -#: misc/util.c:186 +#: misc/util.c:189 #, c-format msgid "" "\n" "Could not find journal device matching %s\n" msgstr "" -#: misc/util.c:213 +#: misc/util.c:216 msgid "" "\n" "Bad journal options specified.\n" @@ -6619,13 +6619,13 @@ msgid "" "\n" msgstr "" -#: misc/util.c:244 +#: misc/util.c:247 msgid "" "\n" "Filesystem too small for a journal\n" msgstr "" -#: misc/util.c:251 +#: misc/util.c:254 #, c-format msgid "" "\n" @@ -6633,13 +6633,13 @@ msgid "" "between 1024 and 10240000 blocks. Aborting.\n" msgstr "" -#: misc/util.c:259 +#: misc/util.c:262 msgid "" "\n" "Journal size too big for filesystem.\n" msgstr "" -#: misc/util.c:273 +#: misc/util.c:276 #, c-format msgid "" "This filesystem will be automatically checked every %d mounts or\n" @@ -7059,7 +7059,7 @@ msgid "Should never happen: resize inode corrupt!\n" msgstr "" #: lib/ext2fs/ext2_err.c:11 -msgid "EXT2FS Library version 1.45.1" +msgid "EXT2FS Library version 1.45.2" msgstr "" #: lib/ext2fs/ext2_err.c:12 diff --git a/version.h b/version.h index f07d9b2..782591e 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.45.1" -#define E2FSPROGS_DATE "12-May-2019" +#define E2FSPROGS_VERSION "1.45.2" +#define E2FSPROGS_DATE "27-May-2019" -- 1.8.3.1