[glibmm] 2.47.6
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.47.6
- Date: Tue, 1 Mar 2016 13:06:20 +0000 (UTC)
commit 720ca45040a21eab6062d4f57012b5253d3397c2
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 1 13:59:24 2016 +0100
2.47.6
NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 56 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c8f5562..a959548 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+2.47.6:
+
+Glib:
+* Add and uses Glib::c_str_or_nullptr().
+ (Kjell Ahlstedt) Bug #755245
+* Add some connect() overloads that move the sigc::slot.
+ (Kjell Ahlstedt)
+* Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declaration
+ (Aurelien Jacobs) Bug #761046
+* Replace, via deprecation, ScopedPtr with make_unique_ptr_gfree().
+ (Murray Cumming) Bug #760223
+* SignalProxy: use variadic templates.
+ (Marcin Kolny)
+* ustring: Add move operators.
+ (Kjell Ahlstedt) Bug #760282
+* Put deprecation ifdefs around aleady-deprecated GLIBMM_INITIALIZE_STRUCT.
+ (Murray Cumming)
+
+Gio:
+* FileInfo::list_attributes(): Make name_space optional.
+ (Murray Cumming)
+* Icon: Add serialize(), deserialize() and documentation of create().
+ (Kjell Ahlstedt)
+* PropertyBase: Make custom properties more flexible
+ (Kjell Ahlstedt) Bug #731484.
+* SocketConnectable: Add to_string().
+ (Kjell Ahlstedt)
+
+Gio::DBus::
+* Connection: Pass an empty bus name as nullptr.
+
+gmmproc:
+* Fix errthrow in _WRAP_VFUNC
+ (Kjell Ahlstedt) Bug #762437
+* Add NULL option to _WRAP_METHOD
+ (Kjell Ahlstedt)
+* h2def.py: Accept parameter names beginning with const.
+ (Kjell Ahlstedt)
+
+Build:
+* Use some more minor C++11 features.
+ (Murray Cumming)
+* Threads example: Fix build on Visual Studio
+ (Chun-wei Fan) Bug #760612
+* glibmmconfig.h.in: Fix Visual Studio 2013 builds.
+ (Chun-wei Fan) Bug #760612
+* Glib::ustring: fix -Wmisleading-indentation gcc 6 warning in public header.
+ (Aurelien Jacobs) Bug #760641.
+
+Other:
+* Reformat our hand-written C++ code with clang-format.
+ (Murray Cumming)
+
+
2.47.4:
Glib::
diff --git a/configure.ac b/configure.ac
index 3832689..b7b81b2 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.47.4],
+AC_INIT([glibmm], [2.47.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -62,7 +62,7 @@ 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.47.4'
+glibreq='2.0 >= 2.47.6'
GLIBMM_MODULES="sigc++-2.0 >= 2.6.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]