diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-03-08 22:13:46 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-08 22:13:46 +0000 |
commit | 8be612163d22a80845e92f3a91bfdc90eaa02bae (patch) | |
tree | 72b9405a1f95a4ccd8589904c3f82298fe48a077 | |
parent | 121c11338dee9f748cc5a7dfc4f47bab114b7b78 (diff) |
Released vte-0.11.21.vte_0_11_21
2006-03-08 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.11.21.
* NEWS: Updated.
* configure.in: Bumped version to 0.11.21.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2006-03-08 Behdad Esfahbod <behdad@gnome.org> + Released vte-0.11.21. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.11.21. + +2006-03-08 Behdad Esfahbod <behdad@gnome.org> + * src/vte.c, src/vte-private.h: Fix vte_update_timeout repeat to 25ms. (bug #333776, Egmont Koblinger) @@ -1,3 +1,9 @@ +0.11.21 - Revert change introduced in 0.11.19 that made vte very unresponsive + with tall terminal windows. (bug #333776) + - Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. + This is more compatible with the update timeout that we are doing + at 25ms, but needs testing. + 0.11.20 - Revert patch introduced in 0.11.16 that was corrupting the Xft font cache. (bug #309322) diff --git a/configure.in b/configure.in index 12c5a9f..225dae0 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.11.20], +AC_INIT(vte, [0.11.21], [http://bugzilla.gnome.org/enter_bug.cgi?product=vte]) AC_CONFIG_SRCDIR([src/vte.c]) AM_INIT_AUTOMAKE(1.6) |