diff readme.txt @ 1884:71780cf68aa2

More container and tree changes on all platforms regarding memory. This should fix GTK3 memory leaks I wasn't previously aware of... but it will cause all platforms to leak memory if strings returned from dw_container_query_start(), dw_container_query_next() and dw_tree_get_title() are not freed with dw_free() when using version 3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 28 Aug 2013 23:47:40 +0000
parents 313e5d64714d
children fef27d312696
line wrap: on
line diff
--- a/readme.txt	Thu Aug 15 18:51:56 2013 +0000
+++ b/readme.txt	Wed Aug 28 23:47:40 2013 +0000
@@ -1,4 +1,4 @@
-This is a pre-release of Dynamic Windows version 2.6.
+This is a pre-release of Dynamic Windows version 3.0.
 
 The current Dynamic Windows source base is considered stable on:
 OS/2, Mac, Windows, Linux, FreeBSD and Solaris.
@@ -46,6 +46,10 @@
 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.
 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:
+   dw_tree_get_title(), dw_container_query_start() and dw_container_query_next()
+   You should audit any code using these functions for leaks if using verison 3.
 
 Dynamic Windows Documentation is available at: