[glibmm/glibmm-2-50] 2.50.1



commit bbd8ba98e9d13d06634ac415491975891c5fef62
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 4 18:53:23 2017 +0200

    2.50.1

 NEWS         |   33 ++++++++++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cdad141..b0fd906 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 671c13e..02352bd 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 <http://www.gnu.org/licenses/>.
 
-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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]