summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
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>