summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-06-24 23:07:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-06-24 23:07:15 -0400
commit019e8c808f48e93f81fcb8e9e8d73a43b087cc87 (patch)
treec13bb838861569c9259d480c69612a04cf10822c /README.in
parentb0dc7afd2ace91f5dca37af8de7b40ba45993ed0 (diff)
Add a note about g_simple_async_result_set_op_res_pointer change
Diffstat (limited to 'README.in')
-rw-r--r--README.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.in b/README.in
index 9ea209039..2f7585f3a 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
=====================