diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2.49.5: + +Glib: +* OptionContext: Wrap g_option_context_parse_strv() + (Kjell Ahlstedt) + +gmmproc: +* Add DocsParser::remove_c_memory_handling_info() + (Kjell Ahlstedt) +* Add missing objects to glib/gio_extra_objects.defs + (Kjell Ahlstedt) +* Remove DocsParser::non_object_method_name() + (Kjell Ahlstedt) +* swap() implementations: Use std::swap(). + (Murray Cumming <murrayc@murrayc.com> + +Documentation: +* Gio::SocketService: Update the class documentation + (Kjell Ahlstedt) + 2.49.4: glib: |