summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2021-08-18 22:52:03 -0400
committerTheodore Ts'o <tytso@mit.edu>2021-08-18 22:53:01 -0400
commit2dfad18d8b5c5afa76001ef6a25700dcf2b7411f (patch)
tree626816b6b5b9842a0c5a284f3400fcf9766cb58e
parent3c5b2007a5f2b2b9522babcedc68825d90cd43d4 (diff)
downloade2fsprogs-2dfad18d8b5c5afa76001ef6a25700dcf2b7411f.tar.gz
Update release notes, etc., for the 1.46.4 releasev1.46.4
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--debian/changelog4
-rw-r--r--doc/RelNotes/v1.46.4.txt2
-rw-r--r--e2fsprogs.lsm2
-rw-r--r--lib/e2p/Makefile.in3
-rw-r--r--po/e2fsprogs.pot2
-rw-r--r--version.h4
6 files changed, 9 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index c4946894..9f87a750 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 <tytso@mit.edu> Sun, 15 Aug 2021 19:37:36 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu> 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 27bc92fa..52c89864 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 7d6c347e..52a71f4b 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 cd235117..92d9c018 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 1f8e659b..26694c51 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/version.h b/version.h
index 8f113c3b..d3ff901b 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"