From 3b0018beee12b79cdc88aa53746a4f0b62d7eda1 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 9 Apr 2012 14:59:20 -0400 Subject: [PATCH] Update for Debian 1.42.2-2 release Signed-off-by: "Theodore Ts'o" --- debian/changelog | 9 +++++++++ version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1835a4c..6966eea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +e2fsprogs (1.42.2-2) unstable; urgency=low + + * Fixed e2fsck.conf's man page (Closes: #646963) + * Fixed 32-bit binary compatibility problem for the libext2fs shared + library introduced in 1.42.2 + * mke2fs will no longer fail if the /etc/mtab file is not present + + -- Theodore Y. Ts'o Mon, 09 Apr 2012 14:54:33 -0400 + e2fsprogs (1.42.2-1) unstable; urgency=low * New upstream version diff --git a/version.h b/version.h index f7ef7b6..27fbfab 100644 --- a/version.h +++ b/version.h @@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.42.2" -#define E2FSPROGS_DATE "27-Mar-2012" +#define E2FSPROGS_DATE "9-Apr-2012" -- 1.8.3.1