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