From: Theodore Ts'o Date: Sat, 23 Oct 1999 03:19:51 +0000 (+0000) Subject: ChangeLog: X-Git-Tag: E2FSPROGS-1_16~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=614fdfd5d978a9e58c25cb4ff7f5b634063c1e6a;p=tools%2Fe2fsprogs.git ChangeLog: Update for 1.16 release. libext2fs.texinfo: Update version number for 1.16 release. --- diff --git a/ChangeLog b/ChangeLog index d598fc8..457d4d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-09-24 * configure.in (HAVE_STATE_FLAGS): Check to see if st_flags is diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index 2a2c479..0123cb9 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-09-07 * debugfs.c, debug_cmds.ct: Add new debugfs command "feature" diff --git a/doc/ChangeLog b/doc/ChangeLog index 7f9ed4a..bcf5c4c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15 diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 1200db7..e9d4423 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libext2fs.info -@settitle The EXT2FS Library (version 1.15) +@settitle The EXT2FS Library (version 1.16) @synindex tp fn @comment %**end of header @@ -60,8 +60,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.15 -@subtitle July 1999 +@subtitle Version 1.16 +@subtitle October 1999 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.15. +This manual documents the EXT2FS Library, version 1.16. @end ifinfo diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 5dfcc1a..d4f4dc0 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,5 +1,9 @@ 1999-10-22 + * Release of E2fsprogs 1.16 + +1999-10-22 + * pass2.c (check_filetype): If the filetype filesystem feature is not set, and a directory entry has a dirent feature, offer to clear it (since 2.0 kernels will do complain will diff --git a/include/linux/ChangeLog b/include/linux/ChangeLog index 336f889..daee954 100644 --- a/include/linux/ChangeLog +++ b/include/linux/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15 diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog index addb878..77d144c 100644 --- a/install-utils/ChangeLog +++ b/install-utils/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15 diff --git a/lib/ChangeLog b/lib/ChangeLog index efe65ec..dcabd57 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15 diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index c136417..f9180f6 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,5 +1,9 @@ 1999-10-22 + * Release of E2fsprogs 1.16 + +1999-10-22 + * feature.c (e2p_edit_feature), e2p.h: Add a new argument which allows the calling application to limit what features the user is allowed to set or clear using this function. diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 0d29aba..549d7e4 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,5 +1,9 @@ 1999-10-22 + * Release of E2fsprogs 1.16 + +1999-10-22 + * com_err.3: Fix to have correct #include path for com_err.h 1999-09-07 diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 3b43110..43bbc8c 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,5 +1,9 @@ 1999-10-22 + * Release of E2fsprogs 1.16 + +1999-10-22 + * mkdir.c (ext2fs_mkdir): Pass EXT2_FT_DIR flag to ext2fs_link(). * link.c (ext2fs_link): This call now uses the low three bits of diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index fc6629e..4921ec3 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-09-07 * Updated copyright statements with permission of the original diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index d7d8379..3cedaf0 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-10-21 * uuid_generate.8.in: Update man page to use a more standard diff --git a/misc/ChangeLog b/misc/ChangeLog index e266b85..4d1701d 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,9 @@ 1999-10-22 + * Release of E2fsprogs 1.16 + +1999-10-22 + * tune2fs.c (main): Add a new option -O which allows the user to set and clear certain "safe" filsystem feature flags. Currently, the only ones which are supported for diff --git a/resize/ChangeLog b/resize/ChangeLog index cc7cbb1..14cad54 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15 diff --git a/tests/ChangeLog b/tests/ChangeLog index 8f1aab9..46660d3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-09-16 * f_dupdot: New test case which tests duplicate '.' and '..' entries. diff --git a/tests/progs/ChangeLog b/tests/progs/ChangeLog index d90096c..21d9825 100644 --- a/tests/progs/ChangeLog +++ b/tests/progs/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15 diff --git a/util/ChangeLog b/util/ChangeLog index 1d688c5..1bd5956 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +1999-10-22 + + * Release of E2fsprogs 1.16 + 1999-07-18 Theodore Ts'o * Release of E2fsprogs 1.15