commit | 342d847db355d81299218e07a1e58ece82080a04 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 02 11:54:09 2001 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 02 11:54:09 2001 -0400 |
tree | d9d1ebd757a7caf7066a3d5e119691a615b27d18 | |
parent | 636a954a308aec91cf644f566d3e8a794a5dd8cb [diff] [blame] |
Add initial support for extended attribute blocks
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index e954166..43e23f6 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog
@@ -1,5 +1,9 @@ 2001-06-23 Theodore Tso <tytso@valinux.com> + * Makefile.in, ext_attr.c, ext2_attr.c, ext2fs.h: Add new files + ext2_ext_attr.h and ext_attr.c for extended attributes + support. + * Release of E2fsprogs 1.22 2001-06-22 Theodore Tso <tytso@valinux.com>