summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-04-04 18:53:23 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-04-04 19:59:42 +0200
commitbbd8ba98e9d13d06634ac415491975891c5fef62 (patch)
treeb1664a06bc0a2c94128704439395af33badf2d8d
parent140a8e67dbac6133ea940da8d902f39900664997 (diff)
downloadglibmm-bbd8ba98e9d13d06634ac415491975891c5fef62.tar.gz
2.50.12.50.1
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
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 <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])