[gtkmm] 3.7.10



commit 2cee262792dd1d619fccddcabaf3df7a11e7921c
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Feb 25 10:28:55 2013 +0100

    3.7.10

 ChangeLog    |    2 ++
 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0322cf0..3c889eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.7.10 (unstable):
+
 2013-02-21  Murray Cumming  <murrayc murrayc com>
 
        Gtk::Widget: Add get/set_opacity().
diff --git a/NEWS b/NEWS
index be6a72b..b27886b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+3.7.10 (unstable):
+
+Gdk:
+
+* PixbufAnimation: Fix refcounting on get_iter().
+  (Andrew Potter) Bug #688686
+* Rectangle: Add Gdk::join() and Gdk::intersect() nonmember functions.
+  (Kjell Ahlstedt) Bug #452130 (Jonathon Jongsma)
+
+Gtk:
+* Bin, Container::remove(): Restore the floating ref of a managed widget.
+  (Kjell Ahlstedt) Bug #685739 (Jonas Platte)
+* Builder:
+  - Add const versions of get_object() and get_widget[_derived]().
+  (Kjell Ahlstedt) Bug #666823 (Hubert Figuière)
+  - Add get_objects().
+  (Hubert Figuière) Bug #666823
+* ScrolledWindow: Add remove_with_viewport().
+  (Kjell Ahlstedt) Bug #685739 (Jonas Platte)
+* Widget: Add get/set_opacity(),
+  set_opacity() and the opacity property.
+  (Murray Cumming)
+* Window: Deprecate get_opacity(),
+  set_opacity() and the opacity property.
+  (Murray Cumming)
+
+Documentation:
+* Small correction to TreeModel::set_value_impl().
+  (Murray Cumming)
+* Fix many warnings from Doxygen.
+  (Kjell Ahlstedt)     
+
+Build:
+* Gtk::ScrolledWindow: Do not use a deprecated function.
+  (Murray Cumming)
+* Gtk::IconInfo: Do not use deprecated copy/free functions.
+  (Murray Cumming)
+* gen_scripts: Get information from gdk-pixbuf.
+  (Kjell Ahlstedt)
+
+
 Changes in 3.6 compared to 3.4:
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 43929a6..9520195 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.6.0],
+AC_INIT([gtkmm], [3.7.10],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -91,7 +91,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.34.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.6.0 cairomm-1.0 >= 1.9.2 
gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.34.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.7.10 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 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]