Update for 1.33-WIP (14-Mar-2003) release.

bitmap-optimize
Theodore Ts'o 2003-03-15 04:28:17 -05:00
parent bc4066dabe
commit e5dced7fd9
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -7,4 +7,4 @@
*/
#define E2FSPROGS_VERSION "1.33-WIP"
#define E2FSPROGS_DATE "06-Mar-2003"
#define E2FSPROGS_DATE "14-Mar-2003"