From: Sebastian Harl Date: Tue, 1 Jul 2014 20:27:11 +0000 (+0200) Subject: ReleaseNotes: Added release 0.2.0. X-Git-Tag: sysdb-0.2.0~2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=c77afd8880079f6e2d3abd5180c7de7c3e96270d ReleaseNotes: Added release 0.2.0. --- diff --git a/ReleaseNotes b/ReleaseNotes index fa9c85a..f9e91bc 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -19,6 +19,41 @@ +Version 0.2.0, Release Date: 2014-07-01 +--------------------------------------- + + This is another development snapshot of SysDB. The main focus of this + release is on stabilizing existing features and extending the query + infrastructure to support all attribute types and further operators. + + * build system: Fixed linking of sysdbd to include *all* necessary object + files. This bug caused some plugins to be un-loadable. + * sysdbd: Fixed shutdown process in case of errors. + * sysdb: Fixed a bug causing some server replies to be ignored when exiting + from the client. + * core: + - Always log to the standard output stream if no user-provided logging + callbacks had been specified. Previously this was disabled after + enabling logging to clients in the frontend. + - Simplified plugin naming information and determine configuration + callback names automatically to ensure better consistency. + * store: + - Simplified internal data management. + - Store the list of backends along with each stored object which provide + the respective object. + * frontend: + - Simplified and improved the internal architecture matching / looking up + objects. + - Fixed parser to correctly reject invalid object types. + - Automatically create the base directory of a listening UNIX socket. + * query language: Added support for numeric constants and added operators + for less and greater than or equal attribute comparison. + * documentation: Added missing files to the distribution tarball. + + Plugins: + + * syslog: Don't log debug messages to syslog. + Version 0.1.0, Release Date: 2014-06-01 ---------------------------------------