]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 18:17:20 +0000 (18:17 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 18:17:20 +0000 (18:17 +0000)
  Update for 1.17 release.

25 files changed:
ChangeLog
README
RELEASE-NOTES
debugfs/ChangeLog
doc/ChangeLog
doc/libext2fs.texinfo
e2fsck/ChangeLog
e2fsprogs.lsm
e2fsprogs.spec
include/linux/ChangeLog
include/nonunix/ChangeLog
install-utils/ChangeLog
lib/ChangeLog
lib/e2p/ChangeLog
lib/et/ChangeLog
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h
lib/ss/ChangeLog
lib/uuid/ChangeLog
misc/ChangeLog
resize/ChangeLog
tests/ChangeLog
tests/progs/ChangeLog
util/ChangeLog
version.h

index 6ad00484f9b181c237a9e81326cb83bc7135c66e..098cff3eb1a2f3297ff948e9cdaecd3cdb64c8a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * configure.in: Move the code that checks for the presence of
diff --git a/README b/README
index edc4b0e163e3c4a5e66b5256a47063f58c688d45..2e4c26a58c1321fa1834eda1d2baa20322c2f10f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-       This is the new version (1.16) of the second extended file system
+       This is the new version (1.17) of the second extended file system
 management programs.
 
        From time to time, I release new versions of e2fsprogs, to fix
index 82214eb56cccae00182bd6c34540b947f3191be9..5b0ea157f12c1d0282f0d98b2f0795ea253fd5fa 100644 (file)
@@ -1,3 +1,36 @@
+E2fsprogs 1.17 (October 26, 1999)
+=================================
+
+Fixed nasty typo in fsck which caused parallelized fsck's to go into an
+infinite loop.
+
+Fixed a bug in fsck where it used strncmp to compare a binary UUID,
+thus potentially causing problems if a binary UUID contained a NULL
+character.
+
+E2fsck now uses stricter checks for directory entries in pass 2:
+zero-length filenames are not allowed; neither are 8 byte long
+directory entries.
+
+The debugfs "dirty" command now clears the filesystem valid bit.
+(Previously this just set the dirty-as-in-needs-writing-out-to-disk
+bit in the in-core superblock image.  The new functionality is more
+what the user expects, and is more useful.)
+
+Added a debugging hook to test parallel fsck; if the environment
+variable FSCK_FORCE_ALL_PARALLEL, then filesystems on the same drive
+will be checked in parallel when they normally would not be.
+
+Programmer's notes:
+-------------------
+
+Fixed some #ifdef's for compilation under the Hurd OS.
+
+Fixed minor W2K compatibility problems.
+
+Fixed some miscellaneous GCC warnings.
+
+
 E2fsprogs 1.16 (October 22, 1999)
 =================================
 
index 86149af7b9a21c2f443144f9f389c6cd6a0b96d1..9ce757ca8c07bbe5383a6b6eddeb82734acaaf96 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * debugfs.h: Add declaration for do_features()
index bcf5c4c354b52439436fb232a7e88c504246e851..080b99f6e1d8509ecf4d25cc0fc2ddc0b1c84b62 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index e9d44239da353c3954d8152125ea5fd40a79e8a3..2086a8c2387752cb5a7025b1d89d7e4ec243c12a 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo    @c -*-texinfo-*-
 @c %**start of header
 @setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.16)
+@settitle The EXT2FS Library (version 1.17)
 @synindex tp fn
 @comment %**end of header
 
@@ -30,7 +30,7 @@ END-INFO-DIR-ENTRY
 This file documents the ext2fs library, a library for manipulating the
 ext2 filesystem.
 
-Copyright (C) 1997, 1998 Theodore Ts'o
+Copyright (C) 1997, 1998, 1999 Theodore Ts'o
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -60,7 +60,7 @@ by the author.
 
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
-@subtitle Version 1.16
+@subtitle Version 1.17
 @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.16.
+This manual documents the EXT2FS Library, version 1.17.
 
 @end ifinfo
 
index 866513912ed5d430671923347b829f11cd71a611..b4a277868ef215ad46cfb18df85a3bdc2710b47e 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * message.c (safe_print): Make safe_print take an char instead of
index a1c33cee69a050d632a7c19228da1f94e5af4062..5dc42ebfd41c5b6912f0c36952d0f32d3964cacf 100644 (file)
@@ -1,19 +1,19 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.16
-Entered-date:   22Oct99
+Version:        1.17
+Entered-date:   25Oct99
 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:   tsx-11.mit.edu /pub/linux/packages/ext2fs
-               810kB e2fsprogs-1.16.tar.gz
-               319kB e2fsprogs-1.16-elfbin.tar.gz
-               319kB e2fsprogs-1.16-0.i386.rpm
-               85kB  e2fsprogs-devel-1.16-0.i386.rpm
-               805kB e2fsprogs-1.16-0.src.rpm
-                1kB   e2fsprogs-1.16.lsm
+               813kB e2fsprogs-1.17.tar.gz
+               320kB e2fsprogs-1.17-elfbin.tar.gz
+               320kB e2fsprogs-1.17-0.i386.rpm
+               85kB  e2fsprogs-devel-1.17-0.i386.rpm
+               808kB e2fsprogs-1.17-0.src.rpm
+                1kB   e2fsprogs-1.17.lsm
 Alternate-site: 
 Platforms:     linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x
 Copying-policy: GPL
index bff7cfaeae7f8249e6b15a50c58f4c0366d5b7ce..823eef6a76e9ff17c6ffc537c3df188456a19f60 100644 (file)
@@ -1,10 +1,10 @@
 Summary: Utilities for managing the second extended (ext2) filesystem.
 Name: e2fsprogs
-Version: 1.16
+Version: 1.17
 Release: 0
 Copyright: GPL
 Group: System Environment/Base
-Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.16.tar.gz
+Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.17.tar.gz
 BuildRoot: /tmp/e2fsprogs-root
 
 %description
index bd8148d542dad723b8e432248a34bd54e4436c1b..8c57f5cc8dbb542c9cc9b2270c8e5d744b4aeaca 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-25    <tytso@valinux.com>
 
        * ext2_fs.h (i_reserved2): Use __GNU__ instead of __hurd__ to
index 6656a31fbc21a114caad4b04fc47a030286f47da..c1440f88753c4b6c22deeb2318c2ee46640b94fe 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-25    <tytso@valinux.com>
 
        * config.h: Add #define's for strcasecmp and strncasecmp
index 77d144ccd6ff7b8e6864038fdc71b4a204ee3f4d..7cdafd1af914bdaacdad023cb65461dc19ce57e4 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index dcabd57aa55f498231d88f39c34e8e048985c8b1..e4ea0aa6c35c94035ced24b45f8e1c1e0ceeb37d 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index 02dad9fd8b6a78a58dcdae49001d4d4c1342e837..66c754de7922ed0083223bf731f56f6d46012a95 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * feature.c: Fix GCC warnings; add const to the char * types in
index 549d7e4b980b107e7101c3cc4272c174daa155e4..d74542f1f69f7e489a150b7d9c73ff204e6a36ce 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index d3d320927ddeeec065040ff6893705bdcf537bb2..7eb4bba0948f1b0a2cd8a8ea94567bd34ec2f5fb 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * ext2fs.h: Add kludge to deal with the fact that egcs cpp doesn't
index ddf264ce73c082186290135b0304aee303fbb6d8..aef2a7cfd46d60664b911917fe2bbed2a13f1ebd 100644 (file)
@@ -46,7 +46,7 @@
 #else
 #include <asm/types.h>
 #if defined(__GNUC__) && defined(__STRICT_ANSI__) && \
-       ((~0UL) == 0xffffffff) || defined(__i386__)
+       (((~0UL) == 0xffffffff) || defined(__i386__))
 typedef __signed__ long long __s64;
 typedef unsigned long long __u64;
 #endif
index 4921ec3016200efdd8e156011f81a9e243024a69..0dfbf3ac360b0655dc9ef25c09c4cf3f43ab48dd 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index 858bb5402549af723774e553e7ca89a860b8be2d..55331ff8af44eb5a8805511b1d1c7ecf3e15b59f 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * uuid_time.c (variant_string): Declare to be static to avoid gcc
index 32cb640daa0cde771c890b0667040bc3c797a7f3..462c63268cc1e450b0c8fa70165ef016a6591d6c 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * fsck.c (PRS, device_already_active): Add debugging hook; if the
index 14cad5473ba4986dfe1120087bcfac63b9578079..aaec37056b4ad64dcb10d9549ab2c208c66fc845 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index 46660d332eaadcaee7c765111eeabb29d6009289..c1a423f0ed502d67d8f979d18f42e83c8aab851a 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index 21d9825fdfe19f05dccbff81c2ba766600330fd2..694bc6d8d880c95fcdbe46b2a98197b9221e2a10 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index 493dd4e8e9fb3f8e0fe99489e80b313427649587..8c5e2c693d37bbd99b3a26b13218489d6fa96bd2 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * subst.c (substitute_line): Removed some unused variables.
index 31421afa4498c95ed012c21c76c2f2849a6637da..21bc489235b774099cea4b58d21518a28690bd6f 100644 (file)
--- a/version.h
+++ b/version.h
@@ -6,5 +6,5 @@
  * may be redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.16"
-#define E2FSPROGS_DATE "22-Oct-1999"
+#define E2FSPROGS_VERSION "1.17"
+#define E2FSPROGS_DATE "26-Oct-1999"