summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-20 01:17:27 +0000
committerRoland McGrath <roland@gnu.org>2002-01-20 01:17:27 +0000
commit64afb1d09388af9be00a9495b05b64caf4ae2235 (patch)
tree4339c4aeb36c5b6a07a24ba61a395cc6f3226c49 /libstore/ChangeLog
parent9383d745a05a9c4cf2456291f58824ed7af33550 (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 43254b56..24e98077 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,14 @@
+2002-01-19 Roland McGrath <roland@frob.com>
+
+ Support explicit open of unknown store (with no name), i.e. -Tunknown.
+ * unknown.c (unknown_allocate_encoding): Return EOPNOTSUPP
+ if STORE->hook is null.
+ (unknown_encode): Likewise.
+ (unknown_cleanup): Do nothing if STORE->hook if is null.
+ (unknown_clone): Likewise.
+ (unknown_validate_name, unknown_open): New functions.
+ (store_unknown_class): Use them.
+
2002-01-01 Roland McGrath <roland@frob.com>
* nbd.c (htonll): Make this a macro using bswap_64 from <byteswap.h>.