]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update files for 1.26 release.
authorTheodore Ts'o <tytso@mit.edu>
Sun, 3 Feb 2002 06:00:22 +0000 (01:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 3 Feb 2002 06:00:22 +0000 (01:00 -0500)
25 files changed:
ChangeLog
RELEASE-NOTES
contrib/ChangeLog
debugfs/ChangeLog
doc/ChangeLog
doc/libext2fs.texinfo
e2fsck/ChangeLog
e2fsprogs.lsm
include/nonunix/ChangeLog
install-utils/ChangeLog
intl/ChangeLog
lib/ChangeLog
lib/e2p/ChangeLog
lib/et/ChangeLog
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ss/ChangeLog
lib/uuid/ChangeLog
misc/ChangeLog
po/ChangeLog
resize/ChangeLog
tests/ChangeLog
tests/progs/ChangeLog
util/ChangeLog
version.h

index 3f2ec6d662dba41112652256c2432b62dd5465fa..829e4c9895e782ec3bc59ec47368e462a6d6f4b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-12-24  Theodore Tso  <tytso@valinux.com>
 
        * MCONFIG.in (ALL_CFLAGS): No longer put $(top_srcdir)/include in
index 9028fc5ad3af4962af48a6e02b7b12f11bcbfe9b..50004bcb16d8d18610f791d0f4ce3f7f8719ee3e 100644 (file)
@@ -1,5 +1,5 @@
-E2fsprogs 1.26-WIP (December 24, 2001)
-======================================
+E2fsprogs 1.26 (February 3, 2001)
+=================================
 
 Dumpe2fs will keep going now if the bad block inode can't be read.
 (Previously it stopped with a fatal error.)
@@ -43,6 +43,12 @@ stupid operators with superuser bits, etc.
 Fix a bug in fsck where it would not support a filesystem type of
 "auto" if the device was specified in terms of LABEL=xxx or UUID=xxx.
 
+Fsck now supports fstab entries of the form "ext3,ext2".  It will also
+automatically identify reiserfs filesystems.
+
+The number of processes spawned by fsck can now be limited using the
+FSCK_MAX_INST environment variable.
+
 Fsck now searchs the LVM proc hierarchy to find logical volumes which
 should be searched for  UUID and label information.
 
@@ -76,6 +82,9 @@ system administrator has done something stupid like creating device
 file aliases in their home directory.  Also now checks for swap devices
 by using /proc/swaps.  (Addresses Debian bug #106622)
 
+Added a new option (-T) to tune2fs which sets the time a filesystem
+was last checked.
+
 Speed up e2image when creating sparse raw image files by optimizing
 away excess lseek() system calls.
 
@@ -91,6 +100,18 @@ superblock fields which can be set using the command.
 Debugfs's rm and kill_file command now updates the superblock free block
 and inode counts, thus keeping the filesystem consistent.
 
+Debugfs's lsdel command now takes an optional argument which allows
+the user to only see the most recently deleted files.
+
+A new command (undel) was added to debugfs which automates
+undeleting a deleted inode and linking it back to a directory.
+
+Debugfs's ls command now takes a new option, -d, which lists 
+deleted directory entries.
+
+Debugfs's testb, freeb, setb, and find_free_block commands now take an
+optional count argument.
+
 Add support for a new ext2 file attribute, EXT2_NOTAIL_FL, which will
 be used to signal that a particular inode should not be eligible for
 tail-merging --- this is needed for programs like LILO.
@@ -123,6 +144,24 @@ modifies the behaviour of ext2fs_mkdir(), but if we add any file
 creation functions to libext2fs, we should also make sure they respect
 the umask setting.
 
+The build-rpm script was fixed to be a bit more safe.
+
+The tests' Makefile now has a way of automating test case creation 
+for e2fsck, using "make testnew".
+
+Created a new function, ext2fs_dir_iterate2 which passes more
+information to the callback function (identical to the one used by
+ext2fs_dblist_dir_iterate).  The directory iterator functions take a
+new flag, DIRENT_FLAG_INCLUDE_REMOVED, which will return deleted
+directory entries.  If the directory entry is deleted, the callback
+function will be called with the entry paraemter set to
+DIRENT_DELETED_FILE.
+  
+Added new functions, ext2fs_inode_alloc_stats and
+ext2fs_block_alloc_stats, which takes updates block/inode allocation
+statistics in the bitmaps, block group descriptors, and superblock
+when inodes or blocks are allocated or deallocated.
+
 
 E2fsprogs 1.25 (September 20, 2001)
 ===================================
index 36ea208bdb07c6432832b2de62b8a05b5b9cfe44..640f63a008f2d5b670762b420a2021bdb8440320 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 82149ea78d99e0244d804140ef519a0c63d7c8aa..45bb67f3c3510c014a71bf80b11ac9b554c5c122 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2002-01-03  Theodore Tso  <tytso@valinux.com>
 
        * lsdel.c (do_lsdel): New optional argument which allows the user
index e43c9c9eb3c0ce7c9f956eea66011da21d21503d..be140fb393e30c5f89a685133f721f763285cffb 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-12-11  Theodore Tso  <tytso@valinux.com>
 
        * Add new descriptions for the following functions: 
index 2b9f16871a473153e52aca44f29d10b3c57906f8..14968d0a333a72c34525ef176a6a253c561cf933 100644 (file)
@@ -31,7 +31,7 @@ END-INFO-DIR-ENTRY
 This file documents the ext2fs library, a library for manipulating the
 ext2 filesystem.
 
-Copyright (C) 1997, 1998, 1999, 2000, 2001 Theodore Ts'o
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Theodore Ts'o
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -62,7 +62,7 @@ by the author.
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
 @subtitle Version 1.26
-@subtitle "December 2001
+@subtitle "February 2002
 
 @author by Theodore Ts'o
 
@@ -77,7 +77,7 @@ by the author.
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1997, 1998, 1999, 2000, 2001 Theodore Ts'o
+Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002 Theodore Ts'o
 
 @sp 2
 
index 41734f448ba2740103557213a85202c2afbe4980..42cf2d4a38ba37d62719d74a899004ec46d41682 100644 (file)
@@ -1,4 +1,8 @@
-2001-12-24  Theodore Tso  <tytso@valinux.com>
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2001-12-24  Theodore Tso  <tytso@mit.edu>
 
        * unix.c (PRS): Don't allow the -c and -l/-L options to be
                specified at the same time.
@@ -12,7 +16,7 @@
                to use -c instead of the -l/-L options since it's too hard
                for users to get things like the blocksize parameter correct.
 
-2001-12-23  Theodore Tso  <tytso@valinux.com>
+2001-12-23  Theodore Tso  <tytso@mit.edu>
 
        * util.c (get_backup_sb): This function now searches for the
                backup superblock by iterating over possible blocksizes
@@ -34,7 +38,7 @@
                forcibly adds /usr/include to the beginning of the
                include search path.)
 
-2001-12-21  Theodore Tso  <tytso@valinux.com>
+2001-12-21  Theodore Tso  <tytso@mit.edu>
 
        * problem.c (fix_problem): Use ctx->filesystem_name if the
                ctx->device_name is NULL.
@@ -54,7 +58,7 @@
                PR_0_JOURNAL_RUN and PR_0_JOURNAL_RUN_DEFAULT.  Update
                problem decription texts.
 
-2001-12-16  Theodore Tso  <tytso@valinux.com>
+2001-12-16  Theodore Tso  <tytso@mit.edu>
 
        * e2fsck.h (ext2fs_get_refcount_size), unix.c (check_mount, PRS), 
                pass1.c (adjust_extattr_refcount), 
 
        * journal.c (e2fsck_journal_load): Fix an endianness bug.
 
-2001-11-26  Theodore Tso  <tytso@valinux.com>
+2001-11-26  Theodore Tso  <tytso@mit.edu>
 
        * super.c (check_super_block): Make sure that if the inode table
                or allocation bitmap is zero, that it is marked as
                invalid, so that in pass #1, a new bitmap/inode table gets
                properly allocated.  (Addresses Debian Bug #116975)
 
-2001-11-24  Theodore Tso  <tytso@valinux.com>
+2001-11-24  Theodore Tso  <tytso@mit.edu>
 
        * e2fsck.8.in: Fix minor typo in man page and clarify device
                specification.
 
-2001-10-07  Theodore Tso  <tytso@valinux.com>
+2001-10-07  Theodore Tso  <tytso@mit.edu>
 
        * journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the
                V2 fields are set on a V1 journal superblock, or an
@@ -92,7 +96,7 @@
 
        * problem.c, problem.h (PR_0_CLEAR_V2_JOURNAL): Add new problem code.
 
-2001-09-20  Theodore Tso  <tytso@valinux.com>
+2001-09-20  Theodore Tso  <tytso@mit.edu>
 
        * e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function
                which will automatically relocate the ext3 journal from a
 
        * Release of E2fsprogs 1.25
 
-2001-09-19  Theodore Tso  <tytso@valinux.com>
+2001-09-19  Theodore Tso  <tytso@mit.edu>
 
        * unix.c (main): If a superblock is specified explicitly by the
                user, don't try to automatically fall back to an
index ebfe26786e309c55acb9b91988e3a8aad37caf3d..6cd618eac827f54ace36a2d04c1693279931a2b9 100644 (file)
@@ -1,15 +1,15 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.25
-Entered-date:   20Sep2001
+Version:        1.26
+Entered-date:   03Feb2002
 Description:    The filesystem utilities for the EXT2 filesystem, including 
                e2fsck, mke2fs, dumpe2fs, fsck, and others.
 Keywords:       utilities, fsck, filesystem, Ext2fs
 Author:         tytso@mit.edu (Theodore Tso)
 Maintained-by:  tytso@mit.edu (Theodore Tso)
 Primary-site:   download.sourceforge.net /pub/sourceforge/e2fsprogs
-               1204kB e2fsprogs-1.25.tar.gz
-                1kB   e2fsprogs-1.25.lsm
+               1372kB e2fsprogs-1.26.tar.gz
+                1kB   e2fsprogs-1.26.lsm
 Alternate-site: 
 Platforms:     linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x
 Copying-policy: GPL/LGPL
index 8da1a60f2b472ff676d36bf1d63dde55183d0ec5..a253e47000ba2b24240eeb03be8805b17c948cb8 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 053de50258462237511fde14be549460f5915878..335ab3d9421055a27fddd8c34e3c99dd0b30d5bd 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 689de910af3303e89ba9a2175809c1363fc5b5b3..c4c7a91340ded20cf5067ab12f91edf5405ce0cd 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 800cd7181fb0cf10145e1f9f58aa064c432cd2e5..89c00c989ebf2a6e49b28103f5ad570d73ef2932 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 1b2f514563875fda82935ed19afd76e7008c7c97..b23eccec9ae2c69666ae9c4f163b42e169f9ccb7 100644 (file)
@@ -1,8 +1,12 @@
-2001-12-16  Theodore Tso  <tytso@valinux.com>
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2001-12-16  Theodore Tso  <tytso@mit.edu>
 
        * pf.c: Add const to struct flags_name to avoid -Wall complaints.
 
-2001-11-05  Theodore Tso  <tytso@valinux.com>
+2001-11-05  Theodore Tso  <tytso@mit.edu>
 
        * pf.c: Add a new file attribute, EXT2_NOTAIL_FL
 
index e9b923c56d33253c4a98df345eebd7f96a5cc51a..0aa811fc96077f26d52dcb96335ef386412bac34 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-12-02  Theodore Tso  <tytso@valinux.com>
 
        * com_err.c (default_com_err_proc): Work around bug in diet libc
index 0319a715d92c7fd4f3d9c85105018adad16b1a25..ee2a003fe3864a7b69acd338706105caa6eaa860 100644 (file)
@@ -1,4 +1,8 @@
-2002-01-03  Theodore Tso  <tytso@valinux.com>
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2002-01-03  Theodore Tso  <tytso@mit.edu>
 
        * dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block):
                Add support for a new flag, DIRENT_FLAG_INCLUDE_REMOVED,
@@ -20,7 +24,7 @@
                ext2fs_update_bb_inode), alloc.c (ext2fs_alloc_block):
                Update to use new block/inode allocation statistics.
 
-2001-12-24  Theodore Tso  <tytso@valinux.com>
+2001-12-24  Theodore Tso  <tytso@mit.edu>
 
        * ismounted.c (is_swap_device): New function used by
                ext2fs_check_if_mounted and ext2fs_check_mount_point which
@@ -41,7 +45,7 @@
                system administrators who might have created alias
                devices.
  
-2001-12-23  Theodore Tso  <tytso@valinux.com>
+2001-12-23  Theodore Tso  <tytso@mit.edu>
 
        * Makefile.in, jfs_user.h: Move linux/jbd.h to
                ext2fs/kernel-jbd.h, to avoid using the system header
@@ -52,7 +56,7 @@
        * kernel-jbd.h, kernel-list.h, jfs_compat.h: Move files from
                include/linux directory.
 
-2001-12-16  Theodore Tso  <tytso@valinux.com>
+2001-12-16  Theodore Tso  <tytso@mit.edu>
 
        * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap),
                ext_attr.c (ext2fs_read_ext_attr, ext2fs_write_ext_attr),
        * Makefile.in, jfs_user.h: linux/jfs.h has been renamed to
                linux/jbd.h
 
-2001-12-03  Theodore Tso  <tytso@valinux.com>
+2001-12-03  Theodore Tso  <tytso@mit.edu>
 
        * unix_io.c (unix_open): Make sure the ulimit workaround works
                regardless of the version of glibc which is used to
                compild e2fsprogs.
 
-2001-11-26  Theodore Tso  <tytso@valinux.com>
+2001-11-26  Theodore Tso  <tytso@mit.edu>
 
        * unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by
                trying to unset the filesize limit if at all possible,
@@ -75,7 +79,7 @@
                shouldn't be applied against writes to a block device, but
                starting in 2.4.10, the kernel is doing this.)
        
-2001-11-05  Theodore Tso  <tytso@valinux.com>
+2001-11-05  Theodore Tso  <tytso@mit.edu>
 
        * mkjournal.c (ext2fs_add_journal_inode): When creating a .journal
                file on adding a journal to an already-mounted filesystem,
 
        * Release of E2fsprogs 1.25
 
-2001-09-16  Theodore Tso  <tytso@valinux.com>
+2001-09-16  Theodore Tso  <tytso@mit.edu>
 
        * ext2_ext_attr.h: Remove unneeded #include of <linux/config.h>
                which was breaking the build on the Hurd.  (Addresses
                Debian bug #112414).
 
-2001-09-13  Theodore Ts'o  <tytso@valinux.com>
+2001-09-13  Theodore Ts'o  <tytso@mit.edu>
 
        * ismounted.c (check_mntent_file): We now validate the entry in
                /etc/mtab to make sure the filesystem is really mounted,
index 98a8b9c4b3faeb8c6b0aca055849eb8c23116f5b..dd63edc335e7059e5ccce770fb48e43864023d5e 100644 (file)
@@ -252,6 +252,10 @@ alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2_fs.h \
  $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
  $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
  $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
+alloc_stats.o: $(srcdir)/alloc_stats.c $(srcdir)/ext2_fs.h \
+ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
+ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
+ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
 alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2_fs.h \
  $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
  $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
index 270c9481dfb88032daf5f993e91d2be14d6327a8..756bc7d3b762803263e6a087471e24dea72a0295 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 5856b99ee5fb223b627e1f2ba437a4d45521a02c..dec38ce77acdbe59c3de493f3f9360eb3f3cab18 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index ae10356e3f49ef5ee1202f9c0f22dbbb03f9c41e..1ef6f3b47de3dd217c583cc23271ee0def57a42a 100644 (file)
@@ -1,4 +1,8 @@
-2002-02-03  Theodore Tso  <tytso@valinux.com>
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2002-02-03  Theodore Tso  <tytso@mit.edu>
 
        * fsck.c (interpret_type): Allow filesystems types of the form
                "ext3,ext2", etc.
@@ -7,7 +11,7 @@
                specified list of filesystems.  Also add support for
                identifying reiserfs filesystems.
 
-2002-01-29  Theodore Tso  <tytso@valinux.com>
+2002-01-29  Theodore Tso  <tytso@mit.edu>
 
        * fsck.c: Allow the number of outstanding processes fs-specific
                fsck programs to be capped via the FSCK_MAX_INST
 
        * fsck.8.in: Document all of the environment variables used by fsck.
 
-2002-01-27  Theodore Tso  <tytso@valinux.com>
+2002-01-27  Theodore Tso  <tytso@mit.edu>
 
        * tune2fs.8.in: Document the -f flag to tune2fs.
 
-2002-01-02  Theodore Tso  <tytso@valinux.com>
+2002-01-02  Theodore Tso  <tytso@mit.edu>
 
        * badblocks.c (main): Open the device as O_RDWR if possible, since
                fsync() isn't guaranteed to work if the filesystem is
                opened read-only.
 
-2001-12-26  Theodore Tso  <tytso@valinux.com>
+2001-12-26  Theodore Tso  <tytso@mit.edu>
 
        * tune2fs.8.in, tune2fs.c (parse_tune2fs_options, main): Add
                support for new option, -T, which allows the user to set
                the last checked time on the filesystem.
 
-2001-12-24  Theodore Tso  <tytso@valinux.com>
+2001-12-24  Theodore Tso  <tytso@mit.edu>
 
        * mke2fs.c (main, test_disk): If two -c options are
                specified, then perform a destructive read/write test
@@ -50,7 +54,7 @@
                directory, and the system administrator may not deal with
                immediately.  (Addresses Debian bug #118443)
 
-2001-12-23  Theodore Tso  <tytso@valinux.com>
+2001-12-23  Theodore Tso  <tytso@mit.edu>
 
        * Makefile.in, jfs_user.h: Move linux/jbd.h to
                ext2fs/kernel-jbd.h, to avoid using the system header
                forcibly adds /usr/include to the beginning of the
                include search path.)
 
-2001-12-22  Theodore Tso  <tytso@valinux.com>
+2001-12-22  Theodore Tso  <tytso@mit.edu>
 
        * get_device_by_label.c (init_lvm): Add support to read out
                information from the LVM proc hierarchy, so that the UUID
                cache can search the LVM logical volumes for UUID's,
                labels, etc.
 
-2001-12-21  Theodore Tso  <tytso@valinux.com>
+2001-12-21  Theodore Tso  <tytso@mit.edu>
 
        * dumpe2fs.c (list_bad_blocks): Change to not die if the listing
                of the bad blocks can't be found.  Slimmed down dumpe2fs
                by eliminating duplicate code paths.  
 
-2001-12-16  Theodore Tso  <tytso@valinux.com>
+2001-12-16  Theodore Tso  <tytso@mit.edu>
 
        * dumpe2fs.c (list_desc), fsck.c (fs_match),
                get_device_by_label.c (get_label_uuid), 
        * Makefile.in, jfs_user.h: linux/jfs.h has been renamed to
                linux/jbd.h
 
-2001-12-02  Theodore Tso  <tytso@valinux.com>
+2001-12-02  Theodore Tso  <tytso@mit.edu>
 
        * dumpe2fs.c: Don't print the offset to the bitmap and inode table
                if it's negative.  Also did some generalized code clean up
                to slim it down the support of the -x option.
 
-2001-11-24  Theodore Tso  <tytso@valinux.com>
+2001-11-24  Theodore Tso  <tytso@mit.edu>
 
        * e2image.8.in: Fix cut-and-paste typo (Addresses Debian bug
                #119624)
 
-2001-11-13  Theodore Tso  <tytso@valinux.com>
+2001-11-13  Theodore Tso  <tytso@mit.edu>
 
        * util.c (check_plausibility): Use stat64 if available so that
                check_plausibility() works with files > 2GB.
 
-2001-11-05  Theodore Tso  <tytso@valinux.com>
+2001-11-05  Theodore Tso  <tytso@mit.edu>
 
        * chattr.1.in: Update the man page to document the EXT2_NOTAIL_FL
                flag.
                specifications which use LABEL= or UUID= are translated
                into a real device name.
 
-2001-10-12  Theodore Tso  <tytso@valinux.com>
+2001-10-12  Theodore Tso  <tytso@mit.edu>
 
        * e2image.c (output_meta_data_blocks): Optimize away excess
                lseek() calls when creating a sparse file.  Fewer system
 
        * Release of E2fsprogs 1.25
 
-2001-09-19  Theodore Tso  <tytso@valinux.com>
+2001-09-19  Theodore Tso  <tytso@mit.edu>
 
        * tune2fs.c (remove_journal_inode): Remove dead code that wasn't
                in use.
        * tune2fs.8.in: Update man page to reflect the fact that adding or
                removing a journal doesn't require running e2fsck.
 
-2001-09-13  Theodore Tso  <tytso@valinux.com>
+2001-09-13  Theodore Tso  <tytso@mit.edu>
 
        * mke2fs.c (zap_sector): Allocate sufficient space for 
                zero-filled buffer.
index 66c52e37ef967a19ee57d67a2ef0551b51751d13..8a28fdf2d944b67c81c0df4caec2f46e218fc5a6 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index c8ab4b9a6ed703ddfb2c43e82e3ca2c604a04e38..4c73ed3004f9668d49927be79625d9414a219177 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index cf633d54c4db6540003798bb92139099436f40c1..0ca095e561a8473242583bc054f34ec2c115566c 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2002-01-06  Andreas Dilger  <adilger@turbolinux.com>
 
        * Makefile: Add new target "make testnew" which will create a new
@@ -5,7 +9,7 @@
                the test filesystem is appropriately "broken" the new
                target "make testend" will create expect files for it.
 
-2001-12-16  Theodore Tso  <tytso@valinux.com>
+2001-12-16  Theodore Tso  <tytso@mit.edu>
 
        * f_ext_journal: Add new test which checks e2fsck's ability to use
                an external journal.
 
        * f_badorphan: Revert previous, erroneous change.
 
-2001-11-30  Theodore Tso  <tytso@valinux.com>
+2001-11-30  Theodore Tso  <tytso@mit.edu>
 
        * f_badorphan, f_journal: Update expect files to reflect the fact
                that new e2fsck's will move the .journal file to a hidden
                inode.
 
-2001-11-26  Theodore Tso  <tytso@valinux.com>
+2001-11-26  Theodore Tso  <tytso@mit.edu>
 
        * f_miss_blk_bmap: Add new test which checks for bug in e2fsck
                where it wouldn't allocate a missing block bitmap on
                filesystems with a blocksize of 2k or 4k.
 
-2001-10-07  Theodore Tso  <tytso@valinux.com>
+2001-10-07  Theodore Tso  <tytso@mit.edu>
 
        * f_bad_local_jnl: New test which tests for a V2 journal with bad
                fields caused by a botched V1->V2 upgrade.
index a643d9eb6a8eab11c9d774c73dc5d2bc2c875d1d..48dc327599faac2a75e512956d7a9ac2a912e0e8 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index e3ad187efeac22b1ea1d7c16df7d1b485da60957..1260db9563d73ccc917360948f72ecf83fe24874 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25
index 19f14d3cb48a9dd115112912c13e06bb2cde2303..4cd5cc79b576c3ff8dc3c6ce47863a4ba51863d2 100644 (file)
--- a/version.h
+++ b/version.h
@@ -6,5 +6,5 @@
  * Ts'o.  This file may be redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.26-WIP"
-#define E2FSPROGS_DATE "24-Dec-2001"
+#define E2FSPROGS_VERSION "1.26"
+#define E2FSPROGS_DATE "3-Feb-2002"