From: Matthias Clasen Date: Thu, 25 Jun 2009 03:07:15 +0000 (-0400) Subject: Add a note about g_simple_async_result_set_op_res_pointer change X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=019e8c808f48e93f81fcb8e9e8d73a43b087cc87;p=dana%2Fcg-glib.git Add a note about g_simple_async_result_set_op_res_pointer change --- diff --git a/README.in b/README.in index 9ea20903..2f7585f3 100644 --- a/README.in +++ b/README.in @@ -24,6 +24,13 @@ Installation See the file 'INSTALL' +Notes about GLib 2.22 +===================== + +* Repeated calls to g_simple_async_result_set_op_res_gpointer used + to leak the data. This has been fixed to always call the provided + destroy notify. + Notes about GLib 2.20 =====================