Whamcloud - gitweb
10ed5989d829fc2abc3e88728e3b3a49ab17a5f6
[tools/e2fsprogs.git] / ext2ed / ChangeLog
1 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
2
3         * Release of E2fsprogs 1.31
4
5 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
6
7         * Release of E2fsprogs 1.30
8
9 2002-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
15 2001-09-24  Theodore Tso  <tytso@mit.edu>
16
17         * Release of E2fsprogs 1.29
18
19 2001-08-31  Theodore Tso  <tytso@thunk.org>
20
21         * Release of E2fsprogs 1.28
22
23 2002-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         
56 2002-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
69         * Makefile.in: Added make depend logic.
70
71 2002-05-11    <tytso@mit.edu>
72
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.