summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be1dcab..9ebbea06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-04-18 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
+ Glib::Source: Fix the destruction and deletion.
+
+ * glib/glibmm/main.cc: Keep the Glib::Source wrapper until the GSource
+ instance has been destroyed and all RefPtr<Source> have been deleted.
+ Keep a separate ref count in glibmm. Bug #561885.
+
2013-04-14 José Alburquerque <jaalburquerque@gmail.com>
ByteArray: get_data(): Add a const version.