summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af09815)
raw | patch | inline | side by side (parent: af09815)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 12 May 2014 10:49:21 +0000 (12:49 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 12 May 2014 10:49:21 +0000 (12:49 +0200) |
ReleaseNotes | patch | blob | history |
diff --git a/ReleaseNotes b/ReleaseNotes
index f7a510193e74a8e931912a720df86676c5d3d94d..658cdd8a77ece8abfa000f9980596ba090148507 100644 (file)
--- a/ReleaseNotes
+++ b/ReleaseNotes
listen addresses.
* query language: The store may be queried using the ‘LIST’, ‘LOOKUP’, and
‘FETCH’ commands returning JSON formatted objects.
+ * utils: A rich set of abstract data-types and utility functions for
+ internal use:
+ - generic channels for asynchronous, multi-threaded I/O
+ - DBI wrapper to ease common database access operations
+ - thread-aware error handling and reporting
+ - doubly linked-lists
+ - dynamic sized memory buffers supporting formatted strings and binary
+ data
+ - UNIX socket client implementation
* documentation: Full documentation for the tools, all plugins, and the
query language provided as manpages and HTML pages.
* testing: Unit and integration tests exist for most parts except plugins