[gtkmm] 3.4.0



commit 613911bffdc145690c351f47397fcddba2b242ef
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 10 14:58:52 2012 +0200

    3.4.0

 ChangeLog    |    2 ++
 NEWS         |   19 +++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c88d2cf..b8918f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.4.0:
+
 2012-04-05  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	TreePath: All constructors guarantee that gobject_ != 0.
diff --git a/NEWS b/NEWS
index 1be6a90..f1e33d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.4.0 (stable):
+
+Gtk:
+* CellArea: Add signals.
+  (Murray Cumming)
+* TreePath: Guarantee that all constructors make gobject_ != 0.
+  (Kjell Ahlstedt) Bug #511136 (Tom Jaeger)
+* Window: Add begin/move_resize_drag() overloads that take a Device.
+  (Murray Cumming)
+
+Build:
+* Remove the Maemo Extensions API.
+  (Adrian Bunk)
+
+Documentation:
+* Gtk::Widget: add documentation for the destructor.
+  (Mark Vender) Bug #670275
+
+
 3.3.20 (unstable):
 
 Gdk:
diff --git a/configure.ac b/configure.ac
index af1ff4e..5c85b7e 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.3.20],
+AC_INIT([gtkmm], [3.4.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -94,7 +94,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.31.22 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.18 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.32.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.4.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]