diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-03-01 16:21:39 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-03-01 16:21:39 +0000 |
commit | d5ced7389f7235ada9794b97ea8678b58899b7db (patch) | |
tree | 97b3ba3e9e93a3b509576a1ed5d49484be35bf35 | |
parent | d365c60b2dde84a5f251b3a8af2be26dd240a533 (diff) |
Released vte-0.15.6.vte_0_15_6
2007-03-01 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.15.6.
* NEWS: Updated.
* configure.in: Bumped version to 0.15.6.
* src/Makefile.am: Bumped libtool version to 11:3:2.
svn path=/trunk/; revision=1795
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2007-03-01 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.15.6. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.15.6. + + * src/Makefile.am: Bumped libtool version to 11:3:2. + 2007-03-01 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_draw_cells), (vte_terminal_draw_rows), @@ -1,3 +1,15 @@ +0.15.6 +====== +- Fix various bugs introduced in last couple of releases. +- Bugs fixed in this release: + Bug 410534 – Slow content scrolling, takes 100% of CPU. + Bug 413068 – new line added to tab when opened + Bug 413262 – Incorrectly coloured tabs + Bug 413102 – Incorrect highlighting in vim + Bug 413158 – Cursor trails + Bug 413078 – Crash during opening a new tab whilst scrolling + Bug 412717 – Crash when opening a new tab with window maximized + 0.15.5 ====== This is a quick followup release to 0.15.4 to fix a crasher recently diff --git a/configure.in b/configure.in index cff9d17..8db71d7 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.15.5], +AC_INIT(vte, [0.15.6], [http://bugzilla.gnome.org/enter_bug.cgi?product=vte]) AC_CONFIG_SRCDIR([src/vte.c]) AM_INIT_AUTOMAKE(1.6) diff --git a/src/Makefile.am b/src/Makefile.am index 67366a3..8493679 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -118,7 +118,7 @@ endif # Libtool shared library versioning stuffs. # REVISION gets incremented whenever the source code changes without adding # an API or ABI change. -VERSION_REVISION=2 +VERSION_REVISION=3 # CURRENT must be incremented when an API or ABI change (addition or removal) # is made, and REVISION must be reset to 0 when this happens. VERSION_CURRENT=11 |