From bbd8ba98e9d13d06634ac415491975891c5fef62 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 4 Apr 2017 18:53:23 +0200 Subject: 2.50.1 --- NEWS | 33 ++++++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cdad1418..b0fd9062 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,35 @@ -2.50.0: +2.50.1 (stable): + +Glib +* Dispatcher: Don't cast a HANDLE to an int on Windows. + (Kjell Ahlstedt) Bug 772074 + +Gio: +* Action: Include variant.h in the header. + (Daniel Boles) Bug #777953 +* Application::get_default(): Correct the refcounting. + (Daniel Boles) Bug #779936 +* SettingsSchemaSource: Correct the refcounting. + (Marcin Kolny) Bug #774593 + +Gio::DBus +* Proxy: Fix memory leak in get_cached_property_names(). + (Kjell Ahlstedt) Bug #775210 + +Documentation: +* Glib::Variant: Improve documentation of "maybe" types. + (Daniel Boles) Bug #778219 + Gio::ActionMap: Clarify doc of ActivateWithParameterSlot. + (Daniel Boles) + +Build: +* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false). + See https://bugzilla.redhat.com/show_bug.cgi?id=1438766 +* Visual Studio: Install the .pdb files. + (Chun-wei Fan) + + +2.50.0 (stable): No changes since 2.49.7. diff --git a/configure.ac b/configure.ac index 671c13e5..02352bd3 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.50.0], +AC_INIT([glibmm], [2.50.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) -- cgit v1.2.1