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