[glibmm] 2.45.70
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.45.70
- Date: Thu, 3 Sep 2015 16:49:16 +0000 (UTC)
commit bb84ab2ca601b59acb16075d7821ca65bba9c9b0
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Sep 3 18:32:27 2015 +0200
2.45.70
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7a641a5..842aa4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+2.45.70 (unstable):
+
+Glib:
+* C++11: Add move operations to ObjectBase and Object.
+ (Murray Cumming)
+* C++11: RefPtr: Make methods noexcept.
+ (Murray Cumming)
+
+gmmproc:
+* C++11: Generate move operations.
+ (Murray Cumming)
+* C++11: IOChannel: move operations: Call the base sigc::trackable.
+ (Murray Cumming)
+* C++11: Markup: Add move operations
+ (Murray Cumming)
+* C++11: More use of = delete instead of private copy operations.
+ (Murray Cumming)
+* C++11: Use std::stoul instead of strtoul.
+ (Murray Cumming)
+
+Documentation:
+* Update configuration for Doxygen 1.8.9.1.
+ (Daniel Elstner)
+* Exclude bogus documentation symbols.
+ (Daniel Elstner)
+* Generate documentation for API all platforms.
+ (Daniel Elstner)
+
+
2.45.52 (unstable):
Glib::
diff --git a/configure.ac b/configure.ac
index 0f48daf..bca54c1 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.52],
+AC_INIT([glibmm], [2.45.70],
[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.5'
+glibreq='2.0 >= 2.45.7'
GLIBMM_MODULES="sigc++-2.0 >= 2.5.4 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]