From 7e2ec0110f63d053265fd59cd51758e7e2051735 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 22 Apr 2006 04:29:16 -0400 Subject: [PATCH] Update for e2fsprogs-1.39-WIP-0409 release Signed-off-by: "Theodore Ts'o" --- RELEASE-NOTES | 10 ++++++++-- debian/changelog | 11 +++++++++++ version.h | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ac103c6..f8d4ab7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -E2fsprogs 1.39-WIP (March 29, 2006) +E2fsprogs 1.39-WIP (April 9, 2006) =================================== Dumpe2fs will now print the size of the journal (if present). @@ -128,11 +128,17 @@ documentation. (Addresses Debian Bugs: #329859, #322188, #316811, Fixed various Debian packaging issues --- see debian/changelog for details. (Addresses Debian Bugs #317862, #320389, #290429, #310950, -#310428, #330737, #330736, #329074, #356293) +#310428, #330737, #330736, #329074, #356293, #360046) Programmer's notes: ------------------- +Update config.guess and config.sub to latest version (2006-02-23) from +FSF. + +Fix asm_types.h type conflicts on AMD 64 platforms. (Addresses Debian +Bugs: #360661, #360317) + Fixed the Makefile so that they work correctly on newer versions of GNU make (i.e., 3.81). diff --git a/debian/changelog b/debian/changelog index 5f14ca6..5c139bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +e2fsprogs (1.38+1.39-WIP-2006.04.09-1) unstable; urgency=low + + * Update config.guess and config.sub to latest version (2006-02-23) from FSF + * Update French, Dutch, Polish, Swedish, and Turkish translations + * Fix asm/types.h type conflicts on AMD64 to fix FTBFS problems. + (Closes: #360661, #360317) + * Fix bug which caused mke2fs -j to fail with an EBUSY error. (Closes + #360652) + + -- Theodore Y. Ts'o Sun, 9 Apr 2006 23:04:15 -0400 + e2fsprogs (1.38+1.39-WIP-2006.03.29-2) unstable; urgency=low * Added missing build dependency on libdevmapper-dev. (Closes: #360046) diff --git a/version.h b/version.h index 09bda15..b2f650f 100644 --- a/version.h +++ b/version.h @@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.39-WIP" -#define E2FSPROGS_DATE "29-Mar-2006" +#define E2FSPROGS_DATE "09-Apr-2006" -- 1.8.3.1