# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1378921221 0 # Node ID fef27d31269642be32dbfd38dfbb64844e2def77 # Parent 0df3fc47002e9a56ba41d1e88ba04c1357e13ff2 Updated the readme with latest changes. diff -r 0df3fc47002e -r fef27d312696 readme.txt --- a/readme.txt Mon Sep 09 20:03:43 2013 +0000 +++ b/readme.txt Wed Sep 11 17:40:21 2013 +0000 @@ -45,6 +45,8 @@ functions which do the same things except in pointer comparison mode. Added DW_CR_RETDATA flag to dw_container_query_*() functions to return the data pointer instead of the string pointer, this may change in the future. +Added exported internal functions _dw_init_thread() and _dw_deinit_thread() + for language bindings to setup/cleanup threads created for DW use. Fixed some memory leaks. WARNING: Changed how tree and container titles are returned, they are now duplicated and need to be freed with dw_free(). This affects the following functions: @@ -55,11 +57,6 @@ http://dbsoft.org/dw_help.php -I would like to dedicate this release to my father, James Smith. -He passed away this summer and was the most amazing individual I -have ever had in my life. Without him this software would not be -able to exist in so many different ways. Love you Dad. - If you have any questions or suggestions feel free to email me at: brian@dbsoft.org