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