blob: 10ed5989d829fc2abc3e88728e3b3a49ab17a5f6 [file] [log] [blame]
Theodore Ts'oae65b292002-11-08 20:08:48 -050012002-11-08 Theodore Ts'o <tytso@mit.edu>
2
3 * Release of E2fsprogs 1.31
4
Theodore Ts'o5d823a42002-11-01 02:13:53 -050052002-10-31 Theodore Ts'o <tytso@mit.edu>
6
7 * Release of E2fsprogs 1.30
8
Theodore Ts'o93599d02002-09-30 00:12:10 -040092002-09-30 Theodore Ts'o <tytso@mit.edu>
10
11 * dir_com.c (search_dir_entries): If there is a directory entry of
12 length 0, go to the next block, so we don't end up looping
13 forever.
14
Theodore Ts'oc6633052002-09-24 01:26:50 -0400152001-09-24 Theodore Tso <tytso@mit.edu>
16
17 * Release of E2fsprogs 1.29
18
Theodore Ts'o87ee8dc2002-08-31 03:02:57 -0400192001-08-31 Theodore Tso <tytso@thunk.org>
20
21 * Release of E2fsprogs 1.28
22
Theodore Ts'o5e941d22002-05-13 07:53:11 -0400232002-05-12 <tytso@mit.edu>
24
25 * README: Add warning about shortcomings in ext2ed. Please don't
26 include this in distributions --- it's too buggy for that.
27
28 * init.c (signal_SIGWINCH_handler): Reinstall signal handler after
29 it is activated.
30
31 * main.c: Make use of readline library optional (currently
32 disabled). Allow the filesystem/device which is to be
33 examined/edited to be specified on the command line, with
34 the -w option indicating that the filesystem should be
35 opened read/write. Use the ncurses functions to read from
36 the keyboard, and use the pgdn and pgup keys to activate
37 the relavant commands. Also poll the keyboard with a
38 timeout of .1 second, so that window-size changes can be
39 dealt with automatically.
40
41 * Makefile.in: Remove ncurses library from link line.
42
43 * win.c: Rewrite redraw function so that it changes the all of the
44 ncurses's windows, instead of destroying all of the
45 windows and recreating them all. (This assumes requires
46 some ncurses-specific functions, and isn't quite as
47 portable, but that's OK.) Create two new windows and
48 force the lines above and below the showpad area to be
49 empty.
50
51 * general_com.c: Remove e-mail address for Gadi Oxman, since it
52 doesn't work anymore, and I've made enough changes that
53 Gadi shouldn't get any complaints or bug reports for this
54 version.
55
Theodore Ts'o7c367792002-05-12 00:13:36 -0400562002-05-11 <tytso@mit.edu>
57
58 * win.c, main.c, general_com.c: Use e2fsprogs's version
59 information for the program banner.
60
61 * ext2ed.h, init.c, general_com.c: Add a field_type parameter, and
62 use specialized routines for showing and setting ints, uints,
63 and characeter strings.
64
65 * ext2.descriptors: Updated with newer superblock descriptor; use
66 __u32 and __u16 instead of unsigned long and unsigned
67 short. Add data structures for direcctory indexing code.
68
Theodore Ts'o5e941d22002-05-13 07:53:11 -040069 * Makefile.in: Added make depend logic.
70
Theodore Ts'o7c367792002-05-12 00:13:36 -0400712002-05-11 <tytso@mit.edu>
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040072
73 * ext2ed.h: Remove VAR_DIR, and replace it with ETC_DIR.
74 (/var/lib is no longer a politically correct location for
75 application files according to the FHS). Change include
76 file location of ncurses.h to be /usr/include/ncurses.h.
77
78 * init.c: Look for the configuration file in ETC_DIR/ext2ed.conf
79
80 * Makefile.in: Integrate into the e2fsprogs makefile structure
81
82 * ext2ed.conf.in, ext2ed.8.in: Change to be generated files, so
83 that the pathnames in the man page and config file match
84 the values chosen by the configure script.