summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-23 07:36:09 +0000
committerRoland McGrath <roland@gnu.org>2001-12-23 07:36:09 +0000
commit61730644a170fa83bda5a52feff17eb16c307475 (patch)
tree1051b29a58e0421c181058b5f89a3a24bf0b829e /libstore
parentabc787227804a2213b6a38f8750605ce10cf2e49 (diff)
.
Diffstat (limited to 'libstore')
-rw-r--r--libstore/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 58a7f8cb..7de27b85 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,15 @@
+2001-10-14 Roland McGrath <roland@frob.com>
+
+ * url.c: New file.
+ (store_url_open): New function.
+ (store_url_open_class): New const variable.
+ * store.h: Declare them.
+ * std.c (store_std_classes): Add &store_url_open_class to the list,
+ move &store_nbd_class after it.
+
+ * nbd.c (nbd_validate_name): Accept an optional "nbd://" prefix.
+ (nbdopen): Likewise.
+
2001-10-06 Neal H Walfield <neal@cs.uml.edu>
* memobj.c: Include "store.h", not <hurd/store.h>.