Whamcloud - gitweb
8087b1d1f3cb310bc691edd75fdf2dd1d756fc84
[tools/e2fsprogs.git] / lib / ss / ChangeLog
1 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2
3         * Release of E2fsprogs 1.12
4
5 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
6
7         * Makefile.in: Install the ct_c.awk and ct_c.sed files in
8                 $(datadir)/ss (i.e., /usr/share/ss) directory.  Change
9                 to use new installation directory variables
10                 convention.  Fix uninstall rules to take $(DESTDIR)
11                 into account.
12
13         * mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and
14                 ct_c.sed; if not found, look in the build directory.  Add
15                 error checking for non-existent input file.
16
17 Thu Aug 14 08:17:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
18
19         * Makefile.in (install): Fix rm command to use $(DESTDIR)
20                 appropriately.
21
22 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
23
24         * Release of E2fsprogs 1.11
25
26 Wed Jun  4 15:04:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
27
28         * Makefile.in (install): Install the ss_err.h header file out of
29                 the build directory instead of the source directory (since
30                 it is a constructed file).
31
32 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
33
34         * Release of E2fsprogs version 1.10
35
36 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
37
38         * Release of E2fsprogs version 1.09
39
40 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
41
42         * Release of E2fsprogs version 1.08
43
44 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
45
46         * Release of E2fsprogs version 1.07
47
48 Wed Mar 12 21:54:32 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
49
50         * help.c, pager.c, ss.h: Don't use "extern int errno", but use
51                 #include <errno.h> instead.
52
53 Thu Jan  2 00:16:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
54
55         * parse.c: Put in an include of string.h
56
57 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
58
59         * Release of E2fsprogs version 1.06
60
61 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
62
63         * Release of E2fsprogs version 1.05
64
65 Fri Aug 30 22:36:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
66
67         * invocation.c (ss_create_invocation): Change function prototype
68                 of invocation so that the first two arguments are const
69                 char *, and that the info_ptr is a void *, not a char *.
70
71         * ss.h: Added declaration of ss_execute_line()
72
73 Sat Aug 10 00:17:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
74
75         * listen.c (ss_listen): Fix -Wall flames.
76
77 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
78
79         * Release of E2fsprogs version 1.04
80
81 Thu May 16 10:04:09 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
82
83         * Makefile.in (INSTALL_HFILES): Install the correct header files
84                 so that /usr/include/ss/ss.h is actually usable!
85
86 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
87
88         * Release of E2fsprogs version 1.03
89
90 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
91
92         * Release of E2fsprogs version 1.02
93
94 Wed Oct 25 11:58:20 1995    <tytso@rsts-11.mit.edu>
95
96         * ss_internal.h: Removed malloc, realloc, free definitions, and
97                 #include <stdlib.h> instead.
98
99 Mon Sep  4 21:46:00 1995  Remy Card  <card@bbj>
100
101         * Makefile.in: Added support for BSD shared libraries.
102                 (distclean): Use the -f option when removing files.
103
104 Fri Aug 18 15:15:09 1995  Theodore Y. Ts'o  <tytso@dcl>
105
106         * Makefile.in (mk_cmds): Remove usage of $<, since it's not
107                 portable. 
108
109 Sat Aug 12 03:11:02 1995  Remy Card  <card@bbj>
110
111         * Makefile.in (install): Install static libraries in $(ulibdir)
112                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
113
114 Thu Aug 10 14:23:31 1995  Remy Card  <card@bbj>
115
116         * Makefile.in (distclean): Remove mk_cmds.sh.
117
118 Sat Aug  5 11:44:29 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
119
120         * mk_cmds.sh.in: Remove the old .c file before moving the new file
121                 into place.
122
123         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
124                 installation directories correctly.
125
126         * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built
127                 from the configure script.
128
129 Tue Jul 11 20:47:46 1995    <tytso@rsx-11.mit.edu>
130
131         * help.c (ss_help): Use malloc instead of alloca for maximal
132                 portability.  Check return value of malloc before using
133                 buffer.  Allocate memory when printing usage message.
134
135 Thu Jun 15 23:46:16 1995  Remy Card  <card@bbj>
136
137         * Makefile.in: Added support for ELF shared libraries.
138                 Fixed typos in the compilation rules.
139                 (distclean): Added mk_cmds.sh.
140
141 Sat Jun 10 19:57:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
142
143         * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the
144                 location of the ss directory.
145
146 Thu Jun  8 13:18:48 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
147
148         * help.c (ss_help): Use alloca to allocate space for filenames
149         instead of fixed buffers.
150         * error.c (ss_error, & includes): Change the selection of
151         varargs/stdarg to work with configure.
152         * pager.c: Include <errno.h> if possible.
153         * parse.c: Ditto.
154         * request_tbl.c: Ditto.
155
156         * Makefile.in: Rewritten to conform to GNU coding standards and
157         support separate compilation directories.
158         Don't preprocess mk_cmds.sh, as this is now done by configure.
159
160 Sat Mar 11 18:14:52 1995  Theodore Y. Ts'o  <tytso@localhost>
161
162         * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's
163                 needed by debugfs (which is installed in /sbin).
164
165