summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 4e3c400f..1c235cd2 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-14 Marcus Brinkmann <marcus@gnu.org>
+
+ * rdwr.c (store_read): Truncate amount to be read to size of
+ store. Use memcpy rather than bcopy.
+ (store_write): Return EIO if caller tries to write over the end of
+ the store.
+ * copy.c (copy_read): Do not multiply LEN returned from vm_read
+ with vm_page_size.
+
2002-03-11 Marcus Brinkmann <marcus@gnu.org>
* stripe.c (store_concat_class): Add store_concat_open.