From: Theodore Ts'o Date: Sat, 28 Feb 2004 15:52:35 +0000 (-0500) Subject: Update version number for e2fsprogs 1.35 release. X-Git-Tag: E2FSPROGS-1_35~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b70b1167fec6d90771344d8560a1fc1b8731b9a9;p=thirdparty%2Fe2fsprogs.git Update version number for e2fsprogs 1.35 release. --- diff --git a/ChangeLog b/ChangeLog index caddd98b1..5e8a98a11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-02-21 Matthias Andree * configure.in: Add -mieee to CFLAGS if we're using GCC and the CPU is diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 64a3e62a1..9d0ff500b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,5 +1,18 @@ -E2fsprogs 1.35-WIP (January 31, 2004) -===================================== +E2fsprogs 1.35 (February 28, 2004) +================================== + +E2fsck has a new -k option, which in conjuction with the -c options, +preserves the existing badblocks list. + +Cleaned up e2fsck's preem-mode messages during the passes 1b, 1c, and 1d. + +E2fsprogs will now deal correctly with symlinks that contain +extended attribute information, which can be created using SE Linux. +(Addresses Debian Bug #232328) + +Remove a double longjump into an invalid stack frame bug in e2fsck. +(This was during an abort sequence, which normally worked on Linux and +caused a core dump on other operating systems.) Fix NLS bug in e2fsck, by avoiding trying to expand an empty string (the NLS library will replace "" with the .po header information). @@ -14,7 +27,7 @@ directory. (Addresses Debian bug #219640). Fixed a bug where e2fsck would bomb out if a journal needed to be replayed when using an alternate superblock. -E2fsck will give an extra grace period before actually forcing a check +2fsck will give an extra grace period before actually forcing a check if the laptop is running on battery. The next time fsck runs while the system is on the AC mains, or after the grace period is exceeded, the filesystem will be checked. (Addresses Debian bug #205177) @@ -74,6 +87,9 @@ debugfs now searches for the appropriate pager to use, beginning with /usr/bin/pager, and then falling back to 'more' and 'less'. (Addresses Debian bug #221977) +Debugfs will now support 2.6 device numbers where the major or minor +number may be larger than 255. (Addresses Sourceforge bug #865289) + Chattr now stops processing options when it sees '--'. (Addresses Debian bug #225188) @@ -93,8 +109,11 @@ read-write tests, we try to recover after an error so that we can continue reading on page-aligned boundaries. (Addresses Debian Bug #203713) +Badblocks now checks 64 blocks at a time instead of 16. (Addresses +Debian bug #232240) + Updated and clarified various man pages. (Addresses Debian Bug -#206845, #222606, #214920) +#206845, #222606, #214920, #232406) Updated and fixed translations. (Addresses Debian bugs #200086, #214633) @@ -103,6 +122,13 @@ Fixed various Debian packaging issues (see debian/changelog). Programmer's notes: ------------------- +Fixed a build problem so that e2fsprogs would compile with the +--enable-profile option to configure selected. (Addresses Sourceforge +bug #811408) + +Fixed C++ problems with the ext2fs.h header. (Addresses Red Hat +Bugzilla Bug #112448) + Centralize code which calculates the location of the superblock and block group descriptors so that it is in a single library routine. diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 9cc648b98..cad33556f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/debian/changelog b/debian/changelog index 406a6a9d4..8fc7c940c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +e2fsprogs (1.35-1) unstable; urgency=low + + * New upstream version. + * Fix "badblocks -t random". (Closes: #234828) + * Fix "e2fsck -k". (Closes: #234993) + * Change badblock's default number of blocks tested at once from + 16 to 64. (Closes: #232240) + * ss-dev and comerr-dev now use a versioned dependency for libss2 and + libcomerr2, respectively. (Closes: #235280) + + -- Theodore Y. Ts'o Sat, 28 Feb 2004 10:14:19 -0500 + e2fsprogs (1.34+1.35-WIP-2004.01.31-2) unstable; urgency=low * Add a new -k option to e2fsck which keeps the existing badblocks diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index 16a6f6103..17f96c9bd 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-02-23 Theodore Ts'o * debugfs.c (internal_dump_inode): Display the major/minor device diff --git a/doc/ChangeLog b/doc/ChangeLog index 6b6ddf2d1..d75743a8f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 354a2d680..58dcdaff1 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -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, 2002, 2003 Theodore Ts'o +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 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.35 -@subtitle August 2003 +@subtitle February 2004 @author by Theodore Ts'o @@ -77,7 +77,7 @@ by the author. @page @vskip 0pt plus 1filll -Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003 Theodore Ts'o +Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Theodore Ts'o @sp 2 diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index c16379454..dd0d70f0f 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-02-24 Theodore Ts'o * unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 59e597a97..b25eff39e 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,16 +1,16 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.34 -Entered-date: 25July2003 +Version: 1.35 +Entered-date: 28February2004 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 - 3008kB e2fsprogs-1.34.tar.gz - 388kB e2fsprogs-libs-1.34.tar.gz - 1kB e2fsprogs-1.34.lsm + 3084kB e2fsprogs-1.35.tar.gz + 384kB e2fsprogs-libs-1.35.tar.gz + 1kB e2fsprogs-1.35.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/2.5.x/2.6.x Copying-policy: GPL/LGPL diff --git a/ext2ed/ChangeLog b/ext2ed/ChangeLog index 90f43afeb..150871d03 100644 --- a/ext2ed/ChangeLog +++ b/ext2ed/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/ext2ed/doc/ChangeLog b/ext2ed/doc/ChangeLog index f02d8c631..2971883fa 100644 --- a/ext2ed/doc/ChangeLog +++ b/ext2ed/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/include/nonunix/ChangeLog b/include/nonunix/ChangeLog index b464ab071..8aa396d87 100644 --- a/include/nonunix/ChangeLog +++ b/include/nonunix/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog index 095c4609a..d20f03101 100644 --- a/install-utils/ChangeLog +++ b/install-utils/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/intl/ChangeLog b/intl/ChangeLog index 547ff8a33..3722040b5 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/lib/ChangeLog b/lib/ChangeLog index e13a6678a..fd6414819 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/lib/blkid/ChangeLog b/lib/blkid/ChangeLog index f6d3bb1ed..fb5fac79c 100644 --- a/lib/blkid/ChangeLog +++ b/lib/blkid/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-12-07 Theodore Ts'o * probe.c, read.c, blkidP.h: Fix gcc -Wall nitpicks. diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index da9b5c0c0..bd612e668 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-01-31 Theodore Ts'o * fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 74d6805fc..bf8e0a9a8 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-12-11 Theodore Ts'o * com_err.3: Fix C syntax error pointed out by ESR. diff --git a/lib/evms/ChangeLog b/lib/evms/ChangeLog index 224f5525e..76dc7d7f5 100644 --- a/lib/evms/ChangeLog +++ b/lib/evms/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-08-01 Philipp Thomas * fs_ext2.c (fs_cleanup, fs_init_task, fs_set_volumes): Use an diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index f90d2b20f..e43116b55 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-02-21 Theodore Ts'o * ext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses Red diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index dbe8a056f..0164789ec 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-12-07 Theodore Ts'o * list_rqs.c, listen.c, requests.c, ss.h, ss_internal.h: Fix gcc diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 3e67de55c..01852025b 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-01-30 Theodore Ts'o * gen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf diff --git a/misc/ChangeLog b/misc/ChangeLog index de75bc428..2d5c22075 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-02-28 Theodore Ts'o * badblocks.c (main): Change the default number of blocks tested diff --git a/po/ChangeLog b/po/ChangeLog index 867873103..071def11b 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-12-07 Theodore Ts'o * cs.po: Fix mangled encoding in Czech locale file. (Addresses diff --git a/resize/ChangeLog b/resize/ChangeLog index ce986035b..217a8bc93 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-12-07 Theodore Ts'o * main.c, resize2fs.c: Fix gcc -Wall nitpicks. diff --git a/tests/ChangeLog b/tests/ChangeLog index 86f8966fe..c9b777618 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-01-30 Theodore Ts'o * f_selinux: Add test case which tests SE Linux generated symlinks diff --git a/tests/progs/ChangeLog b/tests/progs/ChangeLog index 16e092f39..3bb682b6e 100644 --- a/tests/progs/ChangeLog +++ b/tests/progs/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2003-07-25 Theodore Ts'o * Release of E2fsprogs 1.34 diff --git a/util/ChangeLog b/util/ChangeLog index 1a01d5dc6..662540352 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + 2004-02-21 Matthias Andree * gen-tarball.in: Do not package autom4te.cache directory. diff --git a/version.h b/version.h index f6d9a7a01..0c1a2ccc1 100644 --- 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.35-WIP" -#define E2FSPROGS_DATE "31-Jan-2004" +#define E2FSPROGS_VERSION "1.35" +#define E2FSPROGS_DATE "28-Feb-2004"