]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update version number for e2fsprogs 1.35 release.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 28 Feb 2004 15:52:35 +0000 (10:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 28 Feb 2004 15:52:35 +0000 (10:52 -0500)
29 files changed:
ChangeLog
RELEASE-NOTES
contrib/ChangeLog
debian/changelog
debugfs/ChangeLog
doc/ChangeLog
doc/libext2fs.texinfo
e2fsck/ChangeLog
e2fsprogs.lsm
ext2ed/ChangeLog
ext2ed/doc/ChangeLog
include/nonunix/ChangeLog
install-utils/ChangeLog
intl/ChangeLog
lib/ChangeLog
lib/blkid/ChangeLog
lib/e2p/ChangeLog
lib/et/ChangeLog
lib/evms/ChangeLog
lib/ext2fs/ChangeLog
lib/ss/ChangeLog
lib/uuid/ChangeLog
misc/ChangeLog
po/ChangeLog
resize/ChangeLog
tests/ChangeLog
tests/progs/ChangeLog
util/ChangeLog
version.h

index caddd98b1084eab18e75af9cae332e6a9d6fc222..5e8a98a11711ebed3fdf25021af44d1793ca75c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-02-21  Matthias Andree <matthias.andree@gmx.de>
 
        * configure.in: Add -mieee to CFLAGS if we're using GCC and the CPU is
index 64a3e62a185ec7025fe8ca4389ab40d803d96933..9d0ff500bab3cb64d64081a1677a470d02817950 100644 (file)
@@ -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.
 
index 9cc648b987afa3e7f532c4740b549582f302b3e2..cad33556f664434d0997aa85bf2056d48c6a770d 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index 406a6a9d49dedb1ebfc068c403babae7b74613c5..8fc7c940c052b8f664cec891b1a87615d690217b 100644 (file)
@@ -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 <tytso@mit.edu>  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 
index 16a6f6103de0934bb805b92dead674bb30316089..17f96c9bd899fe0a450bfecff90cfd7fd26dd202 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-02-23  Theodore Ts'o  <tytso@mit.edu>
 
        * debugfs.c (internal_dump_inode): Display the major/minor device
index 6b6ddf2d171359bca8ca57075cb32e859246c8ca..d75743a8f48cf0dfab17c2c9121a6e62a0236e2c 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index 354a2d680aef9ddd3c3e37236b111a913b173e29..58dcdaff16b100c85d2dbb42c52105c99a139d96 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, 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
 
index c16379454d85f10b5338990fa328ef64246182b6..dd0d70f0f05066a3532cef968cf38ba89a1a7d07 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-02-24  Theodore Ts'o  <tytso@mit.edu>
 
        * unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps
index 59e597a97879c8ed97464ace0adf4fe6c07f14b9..b25eff39ebc36e373a2ebbb05fac74fe214795b0 100644 (file)
@@ -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
index 90f43afebfd8496e857c21a530f2d04952abbca9..150871d037fe355231941111934f4d7f62c54438 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index f02d8c63131e3462c5f635c70adda10aa1c53f97..2971883fa091262b958e6af13c20ff9c6d8598e0 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index b464ab071d05bf8f94721e891ba71481362b8913..8aa396d876a7cc3dd3bc38ad3c4ae308e7d65ca8 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index 095c4609ab24277604224e1dd51ec84f9858ec50..d20f0310178dbd108d4b0c7cd9a389d77d31f7f4 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index 547ff8a339e8bcb58c8c6e0f0f05d20ddf4f7ed3..3722040b519bfe214682669bba967863fb2d0028 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index e13a6678a8d746139e930c252801d6ffaa865ae6..fd641481918496ee659ee02aee1375b1a3399d86 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index f6d3bb1edf3356bb854dd6234b64975889e401e2..fb5fac79c5205b81a10574933a23e1c8ffc697ea 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-12-07  Theodore Ts'o  <tytso@mit.edu>
 
        * probe.c, read.c, blkidP.h: Fix gcc -Wall nitpicks.
index da9b5c0c088a8bee85c14340d991b9e23c2bcb6a..bd612e6686fc9cca4141098553717ce50ada98bb 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-01-31  Theodore Ts'o  <tytso@mit.edu>
 
        * fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply
index 74d6805fc9fe3c00d6c8ca3ea899844bc9687b5e..bf8e0a9a8d801ba6acc852caef8a6b5e5465f812 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-12-11  Theodore Ts'o  <tytso@thunk.org>
 
        * com_err.3: Fix C syntax error pointed out by ESR.
index 224f5525e5c8fe53cd1cb07c6cd898de6c703929..76dc7d7f56ed0ed7c7da82ba490283a60d1f7d41 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-08-01  Philipp Thomas <pthomas@suse.de>
 
        * fs_ext2.c (fs_cleanup, fs_init_task, fs_set_volumes): Use an
index f90d2b20f5f15d81b86b6ceb7803bee1b04b76bf..e43116b555b278b4487e1fccf1d96b0af6504586 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-02-21  Theodore Ts'o  <tytso@mit.edu>
 
        * ext2fs.h (ext2fs_resize_mem): Fix C++ problem.  (Addresses Red
index dbe8a056fed0624db8799a7f32d507db1fac3bce..0164789ec6a86d3b3ccfd467e270d16ca22a33b5 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-12-07  Theodore Ts'o  <tytso@mit.edu>
 
        * list_rqs.c, listen.c, requests.c, ss.h, ss_internal.h: Fix gcc
index 3e67de55c4f48a13d41ab25a1073c5c0e6a9494c..01852025b9b5b95c9148fdbbf4fd8fefc855ff65 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-01-30  Theodore Ts'o  <tytso@mit.edu>
 
        * gen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf
index de75bc4284ccec8aa85cc08a97ce132ad3f3a370..2d5c220757e52a73db2445c597a2250e766f1a41 100644 (file)
@@ -1,3 +1,7 @@
+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
index 867873103b07248bbb73ae636409a299869b392a..071def11ba02e2d7620b1a829654e8621f66ce06 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-12-07  Theodore Ts'o  <tytso@mit.edu>
 
        * cs.po: Fix mangled encoding in Czech locale file.  (Addresses
index ce986035bdc66d38966943696363dcdd42b0e833..217a8bc936fc08c32a61e9f1eda8212666eaf622 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-12-07  Theodore Ts'o  <tytso@mit.edu>
 
        * main.c, resize2fs.c: Fix gcc -Wall nitpicks.
index 86f8966fe42240b3ab5da7050c641b28f27557c8..c9b7776184e682689b157be2092d8dd2dcf4044a 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-01-30  Theodore Ts'o  <tytso@mit.edu>
 
        * f_selinux: Add test case which tests SE Linux generated symlinks
index 16e092f391c40cde4c0e9c1d1d0bf377d1a6ffe9..3bb682b6ef596411c0ee4a65a0d009b2e0808cf4 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.34
index 1a01d5dc60f9c693ab9f6281c6b2a26a8f64be82..6625403521e35813b6f8de66b33502a06ed63f70 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
 2004-02-21  Matthias Andree  <matthias.andree@gmx.de>
 
        * gen-tarball.in: Do not package autom4te.cache directory.
index f6d9a7a0123c921e9c8ae0b504e5754289ed1c53..0c1a2ccc17385d568a19d8769ea03f08e9a36fdd 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.35-WIP"
-#define E2FSPROGS_DATE "31-Jan-2004"
+#define E2FSPROGS_VERSION "1.35"
+#define E2FSPROGS_DATE "28-Feb-2004"