Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / misc / ChangeLog
index b761fb4..859ebc6 100644 (file)
@@ -1,3 +1,97 @@
+Fri Oct 24 23:37:52 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * fsck.c: 
+       * chattr.c: Remove #include of getopt.h, since it's not needed.
+
+       * tune2fs.c (main): 
+       * lsattr.c (main): 
+       * badblocks.c (main): 
+       * dumpe2fs.c (main): 
+       * mke2fs.c (PRS): Make the variable which getopt returns into be
+               an int, so that it won't lose on platforms where char is
+               unsigned. 
+
+Fri Oct  3 13:38:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * mke2fs.c (parse_raid_opts): Make parse_raid_opts return a void,
+               to fix a -Wall warning.
+
+Mon Sep 15 22:07:12 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * tune2fs.c (main): 
+       * mklost+found.c (main): 
+       * lsattr.c (main): 
+       * dumpe2fs.c (main): 
+       * chattr.c (main): 
+       * badblocks.c (main): Declare main to return an int, as required.
+               Make sure main always ends with an exit(0).  (Some
+               programs weren't doing this, and thus were returning a
+               random exit value.)
+
+Mon Jul 14 15:27:29 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * e2label.c: New file contributed by Andries Brouwer which
+               provides an easy-to-use interface to modify the filesystem
+               label.
+       
+       * Makefile.in (SPROGS): Add Makefile support to build e2label
+
+Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Release of E2fsprogs 1.11
+
+Mon Jun 16 23:37:54 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * mke2fs.c (show_stats): Adjust the number of columns printed when
+               displaying the superblock backups to avoid running over 
+               80 columns when making a really big disk.
+
+Thu May  8 22:22:08 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * badblocks.8.in, chattr.1.in, dumpe2fs.8.in, fsck.8.in, 
+               mke2fs.8.in, tune2fs.8.in: Fix minor typos and grammer
+               oops found by Bill Hawes (whawes@star.net).
+
+       * mke2fs.c (test_disk): Pass the blocksize to the bad blocks
+               command so that all of the filesystem gets tested in the
+               case where the blocksize 2048 or 4096.
+
+Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
+
+       * Release of E2fsprogs version 1.10
+
+Thu Apr 24 09:52:47 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
+
+       * mke2fs.c: Added new option -R, which specifies RAID options.
+               Currently the only supported RAID option is "stride" which
+               specifies the stripe width in RAID filesystem.  This is
+               used to aid in the placement of the inode and block
+               bitmaps.
+
+       * mke2fs.8.in, tune2fs.8.in: Added warnings that the sparse
+               superblock option isn't yet supported by most kernels.
+
+Wed Apr 23 22:42:51 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
+
+       * mke2fs.c (PRS): Make the default filesystem revision be 0, not
+               1.  (Since some people are still worried about 1.2.13
+               compatibility).
+
+Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Release of E2fsprogs version 1.09
+
+Fri Apr 11 18:57:24 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * chattr.1.in: Updated man page so that the 'A' attribute is
+               specified everywhere.
+
+       * chattr.c (usage): Added usage message for the 'A' attribute.
+
+Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Release of E2fsprogs version 1.08
+
 Thu Apr 10 07:08:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * dumpe2fs.c (list_desc): List the offsets of the inode and block