[glibmm] 2.45.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.45.4
- Date: Wed, 22 Jul 2015 10:41:29 +0000 (UTC)
commit 6af1d1e84c6d0f29b82a4f38b975c4675a99fd95
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jul 22 12:11:40 2015 +0200
2.45.4
NEWS | 20 ++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 808c91b..271aaf2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.45.4 (unstable):
+
+Glib:
+* RefPtr: Add move constructor and move assignment operator.
+ (Murray Cumming)
+
+Gio:
+* Application: Add the shutdown signal.
+ (Murray Cumming) Bug #752600 (Ben)
+
+Build:
+* C++11: Use noexcept instead of throw().
+ (Murray Cumming)
+* C++11: Use "= delete" instead of private copy constructors/operator=.
+ (Murray Cumming)
+* C++11: Use nullptr instead of 0.
+ (Murray Cumming)
+* C++11: Use the override keyword.
+
+
2.45.31 (unstable):
Glib:
diff --git a/configure.ac b/configure.ac
index d1758b3..90c08a8 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.31],
+AC_INIT([glibmm], [2.45.4],
[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.45.3'
+glibreq='2.0 >= 2.45.4'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 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]