From: Theodore Ts'o Date: Sat, 15 Mar 2003 09:28:17 +0000 (-0500) Subject: Update for 1.33-WIP (14-Mar-2003) release. X-Git-Tag: E2FSPROGS-1_33-WIP-0314~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5dced7fd9d2180f44a9b0de39fbcb8cb9b3b905;p=thirdparty%2Fe2fsprogs.git Update for 1.33-WIP (14-Mar-2003) release. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index be21d4387..bca9fe5ad 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,13 @@ E2fsprogs 1.33-WIP (March 6, 2003) ================================== +E2fsck now finds most duplicate filenames (all when rebuilding all +directories via the -D option) and offers to delete or rename +duplicate filenames/directory entries. (Addresses Debian Bug #176814). + +Fix bug in e2image. When writing out a raw image file, include data +blocks from symlinks that do not store the symlink within the inode. + Fix bug in resize2fs which incorrectly moved the block and inode bitmaps for sparse superblock filesystems and incorrectly marked blocks as in use. (Addresses Debian bug #174766) @@ -49,7 +56,10 @@ Programmer's notes: Fix various gcc -Wall nits. Fixed a lot of portability problems that caused e2fsprogs not to build -successfully under Solaris. +successfully under Solaris and Apple/Darwin. + +Fixed a Makefile dependency to allow building e2fsprogs using parallel +make jobs. Changes to create a subset distribution which consists only of the et, ss, uuid, and blkid libraries. The configure script and top-level diff --git a/version.h b/version.h index d6985b6a7..88fc43a58 100644 --- a/version.h +++ b/version.h @@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.33-WIP" -#define E2FSPROGS_DATE "06-Mar-2003" +#define E2FSPROGS_DATE "14-Mar-2003"