[gtkmm] 3.17.80



commit 61d92f19be523fc528bb8c1743544b9194eb185d
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 3 20:29:12 2015 +0200

    3.17.80

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5ae48b0..03a9276 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.17.80 (unstable):
+
+* Rebuilt with latest glibmm,
+  whose gmmproc generates C++ move operations.
+  (Murray Cumming)
+* C++11: Add move operations to widget classes.
+  (Murray Cumming)
+* C++11: Point, TimeCoord: Add move operations.
+  (Murray Cumming)
+* C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.
+  (Murray Cumming)
+* C++11: Use std::stod() instead of std::strtod()
+  and Use std::stoi() instead of atod().
+  (Murray Cumming)
+
+
 3.17.70 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 99057e4..d53f699 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([gtkmm], [3.17.70],
+AC_INIT([gtkmm], [3.17.80],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -93,7 +93,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.45.52 pangomm-1.4 >= 2.37.2 gtk+-3.0 >= 3.17.7 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.45.52 pangomm-1.4 >= 2.37.2 gtk+-3.0 >= 3.17.8 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]