]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - lib/evms/ChangeLog
Update files for 1.30 release.
[thirdparty/e2fsprogs.git] / lib / evms / ChangeLog
1 2002-10-31 Theodore Ts'o <tytso@mit.edu>
2
3 * Release of E2fsprogs 1.30
4
5 2001-09-24 Theodore Tso <tytso@mit.edu>
6
7 * Release of E2fsprogs 1.29
8
9 2001-08-31 Theodore Tso <tytso@thunk.org>
10
11 * Release of E2fsprogs 1.28
12
13 2002-08-18 Theodore Ts'o <tytso@mit.edu>
14
15 * Makefile.in: Revamp makefile so that it doesn't depend
16 --enable-elf-shlibs. We always build the shared library,
17 since it's meant to be used as a plugin library.
18
19 * fs_ext2.c (fs_fsck, fs_shrink, fs_expand): Change to use new
20 calling convention of fsim_fsck. Fixed bug in fs_shrink
21 and f_expand where the shrink or expand would get aborted
22 if fsck returned an exit status code of 1 (which is normal).
23
24 * fsimext2.c (fsim_fsck): Add new parameter ret_status, and return
25 the exit status there. The return code now returns 0 for
26 success, and an error code in case of failure, which
27 removes a lot of the ambiguity.
28
29 2002-08-17 Theodore Ts'o <tytso@mit.edu>
30
31 * fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree.
32 Fixed up confusion caused by bad parameter names for
33 get_fs_limits(). Added missing conversion of
34 volume->vol_size from sectors to bytes. Fix up error
35 returns for unsupported tasks as EINVAL, not ENOSYS.
36 Use logical names for the API version numbers, since
37 the ABI is much more dependent on the headers. Add
38 code to byte-swap the superblock if necessary.
39 Fix up logging macros to use __FUNCTION__ correctly.
40
41 * common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c,
42 fs_ext2.c: Synchronize with ABI of EVMS 1.1.
43
44 2002-06-01 <tytso@thunk.org>
45
46 * fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve
47 Pratt. Fixed a selection bug and added checks to make
48 sure volumes are not mounted when creating the list of
49 volumes which can be mkfs'ed by the ext2/3 plugin.
50
51 2002-05-28 <tytso@thunk.org>
52
53 * fsimext2.c: Log the fsck and mke2fs command lines. Return
54 appropriate volume limits so that resizing will work
55 correctly. Fix bug in how the e2fsck output was presented
56 to the user.
57
58 * fs_ext2.c: Add support for expanding and shrinking ext2/3
59 filesystems.
60
61
62