0.9.4 - tests and related bugfixes (r938) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This release features a lot more regression tests. Testing process emphasis was on catching memory leaks, from which most have been patched. There are some known memory leaks; there are a few invalid memory operations, mostly in table col/row insert/delete. 0.9.3 - (r820) ~~~~~~~~~~~~~~ A lot of tests revealed a lot of bugs, mainly in tree code. This release focuses on fixing them. 0.9.2 - (r674) ~~~~~~~~~~~~~~ This release cleans up unlink/detach concepts and code. It also implements node replace functionality. 0.9.1 - core lib implementation (r618) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Most of the missing functionality have been added to the core lib. Highlights: - tree merge - hash len/del helpers - subtree detach/delete - build system fixes for better dependency handling in util and example_apps 0.9.0 - initial release ~~~~~~~~~~~~~~~~~~~~~~~ The first release aims to present the language design and just enough features in the core library to allow testing/exploring the language and tree/path/symlink features. This is a preliminary release - the code is far from being complete or stable. Underlying design may also change.