diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-01 06:09:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-01 06:09:27 +0000 |
commit | 5629c413732ce94d03d3f8edfb9840c35273dc1e (patch) | |
tree | 66fed6581ec969380ae0a39d6f47f2dd1f3d158c | |
parent | c91965d81bec0ed2a783fd01cd2ba4cee2f76773 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index a5674cbc..2a70f651 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,9 @@ +1999-05-01 Mark Kettenis <kettenis@gnu.org> + + * device.c (store_device_create): Deal with devices that return + sucessfully from device_get_status, but do not return any sensible + information. + 1998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * bunzip2.c: New file. @@ -7,7 +13,7 @@ * std.c (store_std_classes): Add store_bunzip2_class. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o. - + 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> * store.h: Remove defns of STORAGE_*, now in <hurd/hurd_types.h>. |