From f00b5a7aef1fb54e77525040bd53196eb9abaefd Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 19 Aug 2016 10:24:58 +0200 Subject: 2.49.5 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 378b72d9..05116dc5 100644 --- a/NEWS +++ b/NEWS @@ -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 + +Documentation: +* Gio::SocketService: Update the class documentation + (Kjell Ahlstedt) + 2.49.4: glib: diff --git a/configure.ac b/configure.ac index c4814d87..6a48f362 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([glibmm], [2.49.4], +AC_INIT([glibmm], [2.49.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) -- cgit v1.2.1