Whamcloud - gitweb
Add support for ocfs2 detection to the blkid library,
[tools/e2fsprogs.git] / misc / ChangeLog
index 30f2e4e..ebd4d70 100644 (file)
@@ -1,3 +1,74 @@
+2004-09-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * tune2fs.8.in: Mention that e2fsck -D might be useful after
+               setting the dir_index filesystem feature.  (Addresses
+               Debian Bug #268148)
+
+2004-07-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2image.c, e2image.8.in: Add new option -I which allows the
+               administrator to install an metadata stored in an e2image
+               file to a filesystem.  Obviously, this can be very
+               dangerous!
+
+2004-06-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (mke2fs.static): Add the blkid library to so
+               mke2fs.static builds correctly.
+
+2004-04-11  Theodore Ts'o  <tytso@mit.edu>
+
+       * tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995)
+
+       * mke2fs.8.in: Clarify man page's description of the '-O' option.
+               (Addresses Debian Bug #241940)
+
+2004-04-07  Theodore Ts'o  <tytso@mit.edu>
+
+       * tune2fs.c (update_feature_set): If the compatibility bitmasks
+               were not modified, don't set the superblock dirty bit.
+
+2004-04-03  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Update the modtime even if subst doesn't need to
+               update the man pages, to avoid always re-running
+               subst, especially since there are no dependencies on these
+               generated files.
+
+2004-03-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * blkid.c: Remove the partially implemented -p option (it never
+               did anything, but was documented in the man page and the
+               usage display).
+
+2004-03-20  Theodore Ts'o  <tytso@mit.edu>
+
+       * blkid.c (main, print_tags): Add new option -o which allows the
+               user to control the output format of blkid.
+
+       * mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741)
+
+2004-03-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2image.8.in: Update manpage to detail that writing to stdout is
+               currently only supported when writing a raw image dump.
+               (Addresses Debian bug #236383)
+
+2004-03-04  Theodore Ts'o  <tytso@mit.edu>
+
+       * logsave.c (main): Use setsid() to avoid getting killed by init
+               (run_program): Add a newline after reporting the exit code
+               or signal when the program exits.
+
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * badblocks.c (main): Change the default number of blocks tested
+               at once from 16 to 64.  (Addresses Debian bug #232240)
+
 2004-02-26  Theodore Ts'o  <tytso@mit.edu>
 
        * filefrag.c: Fix gcc -Wall nits.