Whamcloud - gitweb
ChangeLog, Makefile.in:
[tools/e2fsprogs.git] / lib / et / ChangeLog
1 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
2
3         * Makefile.in: Remove explicit link of -lc in the shared library.
4                 (It shouldn't be necessary, and is harmful in some cases).
5
6 1999-11-19    <tytso@valinux.com>
7
8         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
9                 the source directory.
10
11 1999-11-10    <tytso@valinux.com>
12
13         * Release of E2fsprogs 1.18
14
15 1999-10-26    <tytso@valinux.com>
16
17         * Release of E2fsprogs 1.17
18
19 1999-10-22    <tytso@valinux.com>
20
21         * Release of E2fsprogs 1.16
22
23 1999-10-22    <tytso@valinux.com>
24
25         * com_err.3: Fix to have correct #include path for com_err.h
26
27 1999-09-07    <tytso@rsts-11.mit.edu>
28
29         * Updated copyright statements with permission of the original
30                 authors.
31
32 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
33
34         * Release of E2fsprogs 1.15
35
36 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
37
38         * Release of E2fsprogs 1.14
39
40 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
41
42         * Release of E2fsprogs 1.13
43
44 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
45
46         * Release of E2fsprogs 1.12
47
48 1998-06-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
49
50         * et_h.awk, et_c.awk: Work around libm bug on the ARM.
51
52 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
53
54         * Makefile.in: Fix bug where my_dir was set incorrectly.  Install
55                 the et_c.awk and et_h.awk files in $(datadir)/et (i.e.,
56                 /usr/share/et) directory.  Change to use new
57                 installation directory variables convention.  Fix
58                 uninstall rules to take $(DESTDIR) into account.
59
60         * compile_et.1: Change man page to reflect the fact that
61                 compile_et is now a awk/sed script, not a yacc script.
62
63         * compile_et.sh.in: Look in $(datadir)/et for et_c.awk and
64                 et_h.awk; if not found, look in the build directory.  Add
65                 error checking for non-existent input file.
66
67 Fri Oct 31 01:14:41 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
68
69         * et_c.awk, et_h.awk: Remove support for non STDC compilers, since
70                 the workarounds caused problems with the header file.
71
72 Sun Aug 10 09:40:54 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
73
74         * error_table.h:
75         * et_name.c (error_table_name): 
76         * error_message.c (error_message.c): Make code be 16-bit safe.
77
78 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
79
80         * Release of E2fsprogs 1.11
81
82 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
83
84         * Release of E2fsprogs version 1.10
85
86 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
87
88         * Release of E2fsprogs version 1.09
89
90 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
91
92         * Release of E2fsprogs version 1.08
93
94 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
95
96         * Release of E2fsprogs version 1.07
97
98 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
99
100         * Release of E2fsprogs version 1.06
101
102 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
103
104         * Release of E2fsprogs version 1.05
105
106 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
107
108         * Release of E2fsprogs version 1.04
109
110 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
111
112         * Release of E2fsprogs version 1.03
113
114 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
115
116         * Release of E2fsprogs version 1.02
117
118 Mon Sep  4 21:44:47 1995  Remy Card  <card@bbj>
119
120         * Makefile.in: Added support for BSD shared libraries.
121
122 Sat Aug 12 03:11:28 1995  Remy Card  <card@bbj>
123
124         * Makefile.in (install): Install static libraries in $(ulibdir)
125                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
126
127 Sat Aug  5 11:44:17 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
128
129         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
130                 installation directories correctly.
131
132 Thu Jun 15 23:39:51 1995  Remy Card  <card@bbj>
133
134         * Makefile.in: Added support for ELF shared libraries.
135                 Fixed typos in the compilation rules.
136                 (distclean): Added compile_et.sh.
137
138 Sat Jun 10 19:56:13 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
139
140         * compile_et.sh.in: Use ET_DIR instead of srcdir to determine the
141                 location of the et directory.
142
143 Thu Jun  8 12:45:41 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
144
145         * vfprintf.c (vfprintf): Only compile this function if vfprintf
146         doesn't already exist and _doprnt does.
147
148         * compile_et.sh: Moved to compile_et.sh.in.
149
150         * Makefile.in: Rewritten to conform to GNU coding standards and
151         support separate compilation directories.
152         Don't preprocess compile_et.sh, as this is now done by configure.
153
154 Mon Nov  7 21:17:48 1994  Remy Card  <card@bbj>
155
156         * Makefile: Added a dummy install target in case shared libraries
157                 are not built.
158
159 Thu Sep  8 22:33:33 1994    (tytso@rsx-11)
160
161         * com_err.c (default_com_err_proc): Reversed order of \n\r to make
162                 jik happy.