[gnome-terminal/gnome-3-10] build: Require latest vte



commit 1d270f0e7786bb1b3ddbafe9b24e2f2074f409fb
Author: Christian Persch <chpe gnome org>
Date:   Mon Sep 16 20:09:47 2013 +0200

    build: Require latest vte

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 034c25c..b5b9f20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.9.92
+======
+ * Remove UUID from profile list display (#704097)
+ * Remove input method submenu from context menu
+ * Make terminal close keybinding work for single tab windows (#701354)
+ * Fix a crash while waiting for clipboard data (RH#977010)
+ * Fix output of --disable-factory option (#707899)
+ * Fix desktop file categories (#707552)
+ * Misc bug and build fixes
+ * Translation updates
+
 3.8.4
 =====
  * Fix a crash on session resume (RH#981440)
diff --git a/configure.ac b/configure.ac
index 9c850c2..b8d7403 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ case "$with_gtk" in
   3.0) GTK_API_VERSION=3.0
        GTK_REQUIRED=3.6.0
        VTE_PC_VERSION=-2.90
-       VTE_REQUIRED=0.34.6
+       VTE_REQUIRED=0.34.8
        ;;
 esac
 


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