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