X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=ReleaseNotes;h=fa9c85a4a67b97268f028448b775900386263b98;hp=f7a510193e74a8e931912a720df86676c5d3d94d;hb=56b97a180a53aecbfe9f7162b8ece3faae973cf9;hpb=70a3f7daeac51f82b5d81dedc5ad8ca267d72173;ds=sidebyside diff --git a/ReleaseNotes b/ReleaseNotes index f7a5101..fa9c85a 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -17,10 +17,10 @@ Object names are canonicalized before they are added to the store to ensure a consistent view of your infrastructure. - + -Version 0.1.0, Release Date: tbd --------------------------------- +Version 0.1.0, Release Date: 2014-06-01 +--------------------------------------- This is the initial release of SysDB. It provides the following core features: @@ -47,6 +47,15 @@ Version 0.1.0, Release Date: tbd 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