comparison 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
comparison
equal deleted inserted replaced
1883:0fecaedb83fa 1884:71780cf68aa2
1 This is a pre-release of Dynamic Windows version 2.6. 1 This is a pre-release of Dynamic Windows version 3.0.
2 2
3 The current Dynamic Windows source base is considered stable on: 3 The current Dynamic Windows source base is considered stable on:
4 OS/2, Mac, Windows, Linux, FreeBSD and Solaris. 4 OS/2, Mac, Windows, Linux, FreeBSD and Solaris.
5 5
6 Known problems: 6 Known problems:
44 Added dw_container_cursor_by_data() and dw_container_delete_row_by_data() 44 Added dw_container_cursor_by_data() and dw_container_delete_row_by_data()
45 functions which do the same things except in pointer comparison mode. 45 functions which do the same things except in pointer comparison mode.
46 Added DW_CR_RETDATA flag to dw_container_query_*() functions to return the 46 Added DW_CR_RETDATA flag to dw_container_query_*() functions to return the
47 data pointer instead of the string pointer, this may change in the future. 47 data pointer instead of the string pointer, this may change in the future.
48 Fixed some memory leaks. 48 Fixed some memory leaks.
49 WARNING: Changed how tree and container titles are returned, they are now duplicated
50 and need to be freed with dw_free(). This affects the following functions:
51 dw_tree_get_title(), dw_container_query_start() and dw_container_query_next()
52 You should audit any code using these functions for leaks if using verison 3.
49 53
50 Dynamic Windows Documentation is available at: 54 Dynamic Windows Documentation is available at:
51 55
52 http://dbsoft.org/dw_help.php 56 http://dbsoft.org/dw_help.php
53 57