From 2dfad18d8b5c5afa76001ef6a25700dcf2b7411f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 18 Aug 2021 22:52:03 -0400 Subject: [PATCH] Update release notes, etc., for the 1.46.4 release Signed-off-by: Theodore Ts'o --- debian/changelog | 4 ++-- doc/RelNotes/v1.46.4.txt | 2 +- e2fsprogs.lsm | 2 +- lib/e2p/Makefile.in | 3 ++- po/e2fsprogs.pot | 2 +- version.h | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index c494689..9f87a75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -e2fsprogs (1.46.4~rc1-1) unstable; urgency=medium +e2fsprogs (1.46.4-1) unstable; urgency=medium * New upstream release * Mke2fs now creates 256 byte inodes by default for all non-GNU Hurd @@ -24,7 +24,7 @@ e2fsprogs (1.46.4~rc1-1) unstable; urgency=medium * Update Czech, Dutch, French, Polish, Portuguese, and Swedish translations. - -- Theodore Y. Ts'o Sun, 15 Aug 2021 19:37:36 -0400 + -- Theodore Y. Ts'o Wed, 18 Aug 2021 22:47:40 -0400 e2fsprogs (1.46.3-1) experimental; urgency=medium diff --git a/doc/RelNotes/v1.46.4.txt b/doc/RelNotes/v1.46.4.txt index 27bc92f..52c8986 100644 --- a/doc/RelNotes/v1.46.4.txt +++ b/doc/RelNotes/v1.46.4.txt @@ -1,4 +1,4 @@ -E2fsprogs 1.46.4 (August 15, 2021) +E2fsprogs 1.46.4 (August 18, 2021) ================================== Updates/Fixes since v1.46.3: diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 7d6c347..52a71f4 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,7 +1,7 @@ Begin3 Title: EXT2 Filesystem utilities Version: 1.46.4 -Entered-date: 2021-08-15 +Entered-date: 2021-08-18 Description: The filesystem utilities for the EXT2, EXT3, and EXT4 filesystems, including e2fsck, mke2fs, dumpe2fs, and others. Keywords: utilities, filesystem, Ext2fs, ext3, ext4 diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index cd23511..92d9c01 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -219,4 +219,5 @@ encoding.o: $(srcdir)/encoding.c $(top_builddir)/lib/config.h \ $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h errcode.o: $(srcdir)/errcode.c $(top_builddir)/lib/config.h \ - $(top_builddir)/lib/dirpaths.h + $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ + $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h diff --git a/po/e2fsprogs.pot b/po/e2fsprogs.pot index 1f8e659..26694c5 100644 --- a/po/e2fsprogs.pot +++ b/po/e2fsprogs.pot @@ -79,7 +79,7 @@ msgid "" msgstr "" "Project-Id-Version: e2fsprogs 1.46.4\n" "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" -"POT-Creation-Date: 2021-08-15 23:39+0000\n" +"POT-Creation-Date: 2021-08-18 22:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/version.h b/version.h index 8f113c3..d3ff901 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.46.4-rc1" -#define E2FSPROGS_DATE "15-Aug-2021" +#define E2FSPROGS_VERSION "1.46.4" +#define E2FSPROGS_DATE "18-Aug-2021" -- 1.8.3.1