Whamcloud - gitweb
Update for 1.33-WIP (14-Mar-2003) release.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2003 09:28:17 +0000 (04:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2003 09:28:17 +0000 (04:28 -0500)
RELEASE-NOTES
version.h

index be21d43..bca9fe5 100644 (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
index d6985b6..88fc43a 100644 (file)
--- 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"