]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - debian/changelog
Update debian changelog
[thirdparty/e2fsprogs.git] / debian / changelog
CommitLineData
b1a085fc
TT
1e2fsprogs (1.33+1.34-WIP-2003.05.21-2) unstable; urgency=low
2
3 * Set up FreeBSD configuration defaults (Closes: #195274)
4 * Clarify resize2fs man page (Closes: #195616)
5 * Fix resize2fs to deal with filesystem with bad blocks
6 * Fix spelling error in e2fsck
7 * Add workaround for intl library on Darwin
8 * Fix gcc -Wall nitpicks
9 * Round down the default size of the filesystem for mke2fs and
10 resize2fs to be a multiple of the pagesize to work around a potential
11 Linux kernel bug
12 * Fix bug in mke2fs where it could die with a floating exception if
13 the device does not support the BLKSSZGET ioctl (Closes: #196734)
14 * Add conflicts against older versions of sysvinit that don't correctly
15 handle an exit code that has the bit #2 set. (Closes: #183675)
16 * Badblocks will attempt to use O_DIRECT if it is safe to do so.
17 (Closes: #198006)
18
19 -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 12 Jul 2003 03:16:08 -0400
20
96e6f5da
TT
21e2fsprogs (1.33+1.34-WIP-2003.05.21-1) unstable; urgency=low
22
23 * Fix problems with compiling e2fsprogs with NLS support on woody
24 (Closes: #193372)
25 * Remove the extraneous de-utf.po file.
26 * Add get-text to build-depends.
27 * Use ngettext (abbreviated with P_()) to simplify the statistics reporting.
28 * Fix badblocks to be able to support arbitrary 4 byte test patterns.
29 * Fix bug which caused us to accidentally include the EVMS plugin in
30 the e2fsprogs package (which doesn't work, but causes confusing messages
31 to show up when the evms client is started).
32 * If the hardware sector size of a device is larger than the default
33 blocksize, use the hardware sector size as the blocksize when creating
34 a filesystem, to solve problems with s/390 DASD's.
35 * Add a shared library dependency to libuuid to libblkid (Closes: #194094)
36 * Add initial implementation of a dump_unused command (Closes: #79164)
37
38 -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 18 May 2003 01:24:16 -0400
39
813bde19
TT
40e2fsprogs (1.33-5) unstable; urgency=low
41
42 * Clarify blocksize units when displaying messages in resize2fs, and
43 support using suffixes (sectors, kilobytes, megabites, gigabytes)
44 to the size parameter to indicate units. (Closes: #189814)
45 * Fix debugfs core-dumping problem caused by getopt. (Works around: #192834)
46 * Add package dependency to shlibs for comerr to indicate support
47 for kth compatibility. (Closes: #193096)
48
49 -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 13 May 2003 23:45:08 -0400
50
32e7608c
TT
51e2fsprogs (1.33-4) unstable; urgency=low
52
53 * Add replaces field to comerr-dev to resolve a file conflict with
54 /usr/include/com_err.h and the libkrb5-dev package. (Closes: #192277)
55 * Add -t option to badblocks to control the test pattern used.
62775dc5
TT
56 * Remove e2fsprogs-bf package, as it is obsolete. (Closes: #183453)
57 * Remove NLS support from e2fsprogs-udeb. Save 5.5k on the boot
58 floppies / install media.
32e7608c 59
62775dc5 60 -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 8 May 2003 10:25:05 -0400
32e7608c 61
58f9d9e6
TT
62e2fsprogs (1.33-3) unstable; urgency=low
63
64 * Add full Heimdall/Kerberos4-kth compatibility to com_err routines.
65 * Declare comerr-dev as replacing << e2fslibs-dev 1.33-2, to avoid
66 errors when upgrading to the new versions of comerr-dev and
67 e2fslibs-dev
68
69 -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 6 May 2003 00:29:47 -0400
70
b16fb628
TT
71e2fsprogs (1.33-2) unstable; urgency=low
72
73 * Fix up NLS support
74 - Fix message abbreviations support (i.e., @g --> group)
75 - Update to gettext 0.11.5
76 - Add Czech translation
77 - Install message catalogs
78 - Other miscellaneous NLS bug fixes
79 * Add new debugfs command, imap, which prints the location of a
80 specified inode in the inode table.
81 * Put /usr/include/com_err.h in comerr-dev instead of e2fslibs-dev.
82 (Closes #191899)
83 * Add support for OV-style continuations in compile_et. (Closes #191900)
84
85 -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 5 May 2003 18:13:12 -0400
86
71df0dc3
TT
87e2fsprogs (1.33-1) unstable; urgency=low
88
89 * New upstream version (Closes: #189687)
90
91 -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 21 Apr 2003 13:49:52 -0400
92
ba142c1b
TT
93e2fsprogs (1.32+1.33-WIP-2003.04.14-1) unstable; urgency=low
94
95 * New upstream version
bc34d6be
TT
96 - Add new utility program, logsave, to capture the output of fsck
97 during the boot sequence
98 * Add support for the -a and -s options to logsave.
3879857e 99 * Change e2fsck to bracket its progress bar output with ctrl-A and ctrl-B
bc34d6be
TT
100 characters, so that logsave -s can omit writing the progress bar output
101 to the log file.
3879857e
TT
102 * Avoid printing the version banner for mke2fs if the -q option is
103 specified. (Closes: #172716)
ba142c1b 104
3879857e 105 -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 16 Apr 2003 15:27:20 -0400
ba142c1b 106
020c5477
TT
107e2fsprogs (1.32+1.33-WIP-2003.03.30-3) unstable; urgency=low
108
109 * Provide /usr/include/com_err.h, which was previously provided by the
110 libkrb5-dev package
111 * Change the sectoin of com_err-dev, ss-dev, uuid-dev, libblkid-dev,
112 e2fslibs-dev to libdevel
417781af 113 * Add libblkid1-udeb package for the Debian Installer.
9d51b619
TT
114 * Use the SS_READLINE_PATH environment variable to control the search
115 for a suitable readine library.
5e05541a 116 * Fix bug in mke2fs, which was was incorrectly checking the argument
5e804b72 117 to the -g option if the default block size is used. (Closes: #188319)
c5290fae 118 * Update man pages. (Closes: #188318)
61de7f84 119 * Mke2fs can be given a minimum block size by passing in a negative
c5290fae 120 number to the -b option.
61de7f84 121 * Update to standards 3.5.9
020c5477 122
61de7f84 123 -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 12 Apr 2003 02:52:17 -0400
020c5477
TT
124
125e2fsprogs (1.32+1.33-WIP-2003.03.30-2) unstable; urgency=low
126
127 * Fix XFS superblock definition. Add support to extract UUID and
128 labels for JFS and ROMFS.
129 * Make the random number generator more paranoid about potentially buggy
130 /dev/random devices.
131 * The badblocks program now flushes its output as it discovers bad blocks.
132 * Imported bug fixes to EVMS driver from the EVMS 2.0 tree. Fixed a
133 few potential hangs, and eliminated a file descriptor leak.
134 * E2fsck now updates the global free block and inode counters from
135 the block group specific counters quietly. This is needed for an
136 experimental kernel patch which improves SMP scalability by not
137 locking the entire filesystem during block or inode allocation; if
138 the filesystem is not unmoutned cleanly, the global counts may not
139 be accurate.
140 * Fix a bug in fsck which can cause it to hang trying to access the
141 floppy disk if there the floppy drive has filesystem type of
142 'auto'. (Closes: #187812)
143
144 -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 6 Apr 2003 23:13:50 -0400
145
39d38b05
TT
146e2fsprogs (1.32+1.33-WIP-2003.03.30-1) unstable; urgency=low
147
148 * Change compile_et to generate header files that use <et/com_err.h>
149 instead of <com_err.h>, so the current version of the header file
150 is used. Remove legacy K&R, varargs, and pre-POSIX signal support.
151 * Fix (one more time!) Apple Darwin port in blkid/getsize.c
152
153 -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 30 Mar 2003 23:34:55 -0500
154
5a0d720a 155e2fsprogs (1.32+1.33-WIP-2003.03.25-1) unstable; urgency=low
6fe7d115 156
5a0d720a 157 * New maintainer
6fe7d115 158 * New upstream release (Closes: #176814, #174766, #166048, #179671,
5a0d720a 159 #173612, #175233, #175113, #170497, #185945)
6fe7d115
TT
160
161 -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 16 Mar 2003 18:05:08 -0500
162
c20bbd56
TT
163e2fsprogs (1.32-2) unstable; urgency=high
164
165 * Applied upstream patch to fix htree problems, and to deactivate it by
166 default in mke2fs (Closes: #181615, #179043)
167 * Be sure removal of libe2fsim doesn't fail, as it's not built on hurd
168 (Closes: #164117).
169
170 -- Yann Dirson <dirson@debian.org> Fri, 21 Feb 2003 00:21:44 +0100
171
172e2fsprogs (1.32-1) unstable; urgency=low
173
174 * New upstream release (Closes: #167108).
175
176 -- Yann Dirson <dirson@debian.org> Tue, 19 Nov 2002 00:18:09 +0100
177
dd198d68
TT
178e2fsprogs (1.29+1.30-WIP-0930-2) unstable; urgency=low
179
180 * Made mkinitrd script to skip commented-out lines (Closes: #163251).
181
182 -- Yann Dirson <dirson@debian.org> Tue, 15 Oct 2002 00:16:08 +0200
183
184e2fsprogs (1.29+1.30-WIP-0930-1) unstable; urgency=low
185
186 * New upstream prerelease.
187 * Replaced in mkinitrd script "tune2fs -j" with "tune2fs -O
188 has_journal", as suggested by Theodore Ts'o (Closes: #162949).
189 * Remove --disable-debugfs from mips-nopic flags (Closes: #162674).
190
191 -- Yann Dirson <dirson@debian.org> Thu, 3 Oct 2002 00:05:36 +0200
192
193e2fsprogs (1.29-1) unstable; urgency=low
194
195 * New upstream release (Closes: #159423).
196 * Fixed typo in chattr manpage (Philipp Matthias Hahn, Closes:
197 #162297).
198