[glibmm] 2.46.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.46.0
- Date: Mon, 21 Sep 2015 19:39:26 +0000 (UTC)
commit a8b240dcf67e4e8176b0ae3740dd326df94649b9
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 21 21:17:09 2015 +0200
2.46.0
NEWS | 17 +++++++++++++++++
configure.ac | 6 +++---
2 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index d6d1085..16bb1a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.46.0 (stable):
+
+Glib::
+* RefPtr: Make it possible to stop use of RefPtr with certain classes.
+ (Kjell Ahlstedt) Bug #755048
+* WeakRef: Use noexcept.
+ (Kjell Ahlstedt) Bug #583399.
+
+Gio:
+* Application: Remove bind/unbind_busy_property() because they are not
+ quite ready.
+ (Murray Cumming)
+
+Gio::Dbus:
+* Connection::signal_subscribe(): Pass nullptr instead of "".
+ (Murray Cumming)
+
2.45.80 (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index ef6b1e4..386471d 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.45.80],
+AC_INIT([glibmm], [2.46.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -62,9 +62,9 @@ AS_IF([test "x$enable_static" = xyes],
AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library])
])
-glibreq='2.0 >= 2.45.8'
+glibreq='2.0 >= 2.46.0'
-GLIBMM_MODULES="sigc++-2.0 >= 2.5.4 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
+GLIBMM_MODULES="sigc++-2.0 >= 2.6.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]