summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-09-28 06:20:46 +0000
committerRoland McGrath <roland@gnu.org>2001-09-28 06:20:46 +0000
commit35735005043deeb892db76161abbbefaf02e6b34 (patch)
tree387ac9f4040660b162f09bd3d50b35ca3ae870e3 /libstore/ChangeLog
parent4e49f8307d6f76ffb1ba0af24c0b3776f2d9c255 (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index ad234706..12e19c9f 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,9 +1,13 @@
2001-09-27 Roland McGrath <roland@frob.com>
+ * nbd.c (store_nbd_open): Divide reported size by block size.
+
+ * std.c (store_std_classes): Add store_nbd_class.
+ * store.h: Declare it.
+
* nbd.c: New file.
* Makefile (SRCS): Add it.
* store.h (store_nbd_open, _store_nbd_create): Declare them.
- * std.c (store_std_classes): Add store_nbd_class.
2001-09-16 Roland McGrath <roland@frob.com>