diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-04-26 01:40:32 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-04-26 01:40:32 +0000 |
commit | ba43ec407a7377814ae923c6c3d3c358edbd1f35 (patch) | |
tree | 7d401a3ebc13032af111c2918df6700b2627d657 /trans/ChangeLog | |
parent | 6ac4feb602d86010c815100e2b02a8ec60d01929 (diff) | |
download | hurd-ba43ec407a7377814ae923c6c3d3c358edbd1f35.tar.gz hurd-ba43ec407a7377814ae923c6c3d3c358edbd1f35.tar.bz2 hurd-ba43ec407a7377814ae923c6c3d3c358edbd1f35.zip |
1999-02-20 Mark Kettenis <kettenis@gnu.org>
* password.c: New file.
* Makefile (targets): Add password.
(SRCS): Add password.c.
(OBJS): Add passwordServer.o.
(password-LDLIBS): New variable.
Use dependencies identical to those for crash.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 14dee01f..b363e789 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,12 @@ +1999-02-20 Mark Kettenis <kettenis@gnu.org> + + * password.c: New file. + * Makefile (targets): Add password. + (SRCS): Add password.c. + (OBJS): Add passwordServer.o. + (password-LDLIBS): New variable. + Use dependencies identical to those for crash. + 1998-10-20 Roland McGrath <roland@baalperazim.frob.com> * fifo.c (open_hook: WAIT): Add braces to silence gcc warning. |