From: Theodore Ts'o Date: Sun, 11 Dec 2005 04:05:30 +0000 (-0500) Subject: Update release notes for 1.39-WIP-1210 release. X-Git-Tag: E2FSPROGS-1.39-WIP-1210~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3285a9c96e4f6c2a93e706d31fd895ecee92381d;p=tools%2Fe2fsprogs.git Update release notes for 1.39-WIP-1210 release. Signed-off-by: "Theodore Ts'o" --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b48720e..6b3c264 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -E2fsprogs 1.39-WIP (December 9, 2005) +E2fsprogs 1.39-WIP (December 10, 2005) ===================================== E2fsck will detect if the superblock's last mount field or last write @@ -62,7 +62,8 @@ Fixed spelling mistakes, typos, and otherwise clarified man pages. (Addresses Debian Bugs: #329859, #322188, #316811) Fixed various Debian packaging issues --- see debian/changelog for -details. (Addresses Debian Bugs #317862, #320389) +details. (Addresses Debian Bugs #317862, #320389, #290429, #310950, +#310428) Programmer's notes: ------------------- @@ -100,6 +101,21 @@ functions to be more generic. Clean up interface to the probe function, and fix memory leak. Finallly, remove an unneeded reference to probe.h in the lib/blkid/resolve.c +Add an ext2fs_read_bb_FILE regression test to confirm proper detection +of invalid block #'s. + +Fix various gcc -Wall complaints. + +Add a dependency to make sure that the subdirectories are created +before creating all of the object files, in order to address parallel +build problem in the library Makefiles. (Addresses Sourceforge Bug: +#1261553) + +Add $(LDFLAGS) to the command line argument when generating an ELF or +Solaris shared library, to allow cross-compile and other builds that +might need to specify -L paths to needed libraries. (Addresses +Sourceforge Bug #1261549) + E2fsprogs 1.38 (June 30, 2005) ============================== diff --git a/debian/changelog b/debian/changelog index 0ff20b6..97f728a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -e2fsprogs (1.38-3) unstable; urgency=low +e2fsprogs (1.38+1.39-WIP-1210-1) unstable; urgency=low * Update and clarify man pages (Closes: #329859, #322188, #316811) * Fix bug creating external journals on big-endian machines. @@ -19,8 +19,12 @@ e2fsprogs (1.38-3) unstable; urgency=low * Updated Dutch translation * E2fsck will stop and print a warning if the user tries running a read/write badblocks test on a read-only mounted root filesystem. + * Add resize2fs and badblocks to the e2fsprogs udeb + (Closes: #290429, #310950) + * Avoid trying to mount the root device if it is an NFS device. + (Closes: #310428) - -- Theodore Y. Ts'o Fri, 9 Dec 2005 18:49:23 -0500 + -- Theodore Y. Ts'o Sat, 10 Dec 2005 22:49:47 -0500 e2fsprogs (1.38-2) unstable; urgency=low diff --git a/version.h b/version.h index da7c0b9..471d674 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * the GNU Public License. */ -#define E2FSPROGS_VERSION "1.38" -#define E2FSPROGS_DATE "30-Jun-2005" +#define E2FSPROGS_VERSION "1.39-WIP" +#define E2FSPROGS_DATE "10-Dec-2005"