diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |