Whamcloud - gitweb
150871d037fe355231941111934f4d7f62c54438
[tools/e2fsprogs.git] / ext2ed / ChangeLog
1 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
2
3         * Release of E2fsprogs 1.35
4
5 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
6
7         * Release of E2fsprogs 1.34
8
9 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
10
11         * Release of E2fsprogs 1.33
12
13 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
14
15         * Release of E2fsprogs 1.32
16
17 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
18
19         * Release of E2fsprogs 1.31
20
21 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
22
23         * Release of E2fsprogs 1.30
24
25 2002-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
31 2001-09-24  Theodore Tso  <tytso@mit.edu>
32
33         * Release of E2fsprogs 1.29
34
35 2001-08-31  Theodore Tso  <tytso@thunk.org>
36
37         * Release of E2fsprogs 1.28
38
39 2002-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         
72 2002-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
85         * Makefile.in: Added make depend logic.
86
87 2002-05-11    <tytso@mit.edu>
88
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.