diff options
author | Miles Bader <miles@gnu.org> | 1996-08-15 21:28:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-15 21:28:41 +0000 |
commit | 0c9df9c560cbbf8a7e16db645a6cfc221a6e3222 (patch) | |
tree | 8bbe78e85c54101c7e1caa8fc75772e4c9c2d6b6 | |
parent | e3c631340383719f6f0237fd24121b73284b01e2 (diff) |
.
-rw-r--r-- | ext2fs/ChangeLog | 11 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 0ab9df5e..24a96d83 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,14 @@ +Thu Aug 15 14:55:01 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * ext2fs.c (diskfs_edit_version): Change to `1'. + (diskfs_version_extra): New variable. + * inode.c (read_disknode): Change assertion to allow non-zero + st_size for anything, but assert that st_blocks == 0 for any case + where we set allocsize to 0. + * truncate.c (diskfs_truncate): Allow any sort of node to have a + size without any blocks (as linux apparently does this sometimes + with devices). + Wed Aug 14 14:03:33 1996 Miles Bader <miles@gnu.ai.mit.edu> * ext2fs.c (diskfs_minor_version): Change to `2'. diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 6d25c3fa..3ae2e004 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 15 16:07:23 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * opts-version.c (diskfs_extra_version): New (weak) reference. + (_print_version): Use DISKFS_EXTRA_VERSION. Tweak edit version. + Fix type of EV. + Thu Aug 15 16:38:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * io-identity.c (diskfs_S_io_identity): Don't hold lock around |