[gtkmm] 3.6.0



commit 134f82532ef8373ccde4652e75b72bd1c70ecae4
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Oct 21 17:50:55 2012 +0200

    3.6.0

 ChangeLog    |    4 ++++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7fd1b87..3dae611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.6.0:
+
 2012-10-21  Murray Cumming  <murrayc murrayc com>
 
 	Create only .tar.xz tarballs.
@@ -50,6 +52,8 @@
         * configure.ac: This should avoid us creating tarballs without
 	the mm-common improvements.
 
+3.5.13:
+
 2012-09-25  Murray Cumming  <murrayc murrayc com>
 
         Gtk::Window: Add some methods.
diff --git a/NEWS b/NEWS
index 7948483..8d72581 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.6.0 (unstable):
+
+Gtk:
+* ComboBox: Add set_active_id(), deprecating get_active_id(string).
+  (Murray Cumming) Bug #685801 (Phil Wolff)
+* TargetList: Add some add_*_targets() methods.
+  (Murray Cumming)
+* WindowGroup: Add list_windows() and get_current_grab().
+  (Murray Cumming)
+
 3.5.13 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 399a84b..43929a6 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.5.13],
+AC_INIT([gtkmm], [3.6.0],
         [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.33.13 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.6.0 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]