diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-02-26 21:54:32 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-02-26 21:54:32 +0000 |
commit | 106d4ffedb96b12ebd7fee050796c858773d0669 (patch) | |
tree | bbca2e028d5c1835a9b5aa6a65b39380c916375f | |
parent | 7da79f11f4a591986bba428bbb00bb427c7a41ad (diff) |
Released vte-0.15.4.vte_0_15_4
2007-02-26 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.15.4.
* NEWS: Updated.
* configure.in: Bumped version to 0.15.4.
* src/Makefile.am: Bumped libtool version to 11:1:2.
svn path=/trunk/; revision=1764
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 40 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2007-02-26 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.15.4. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.15.4. + + * src/Makefile.am: Bumped libtool version to 11:1:2. + 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 410986 – Fails to build with -z defs @@ -1,3 +1,31 @@ +0.15.4 +====== +This is yet another release including awesome work of Chris Wilson. +Hopefully mostly bugs fixed with this release and not many introduced. +- Bugs fixed in this release: + Bug 412361 – Yet another mouse selection regression... + Bug 411000 – Orca repeats old text in gnome-terminal + Bug 410534 – Slow content scrolling, takes 100% of CPU. + Bug 410463 – Poor interactive performance with multiple terminals + Bug 159078 – slow highlight + Bug 411276 – SVN trunk compilation error + Bug 410986 – Fails to build with -z defs + Patch by Loïc Minier. + Bug 410819 – slider not correctly positioned after calling less + Bug 410534 – Slow content scrolling, takes 100% of CPU. + Bug 410463 – Poor interactive performance with multiple terminals + RedHat Bug 113195: First line displayed incorrectly if prompt changes background color + RedHat Bug 123845: gnome-terminal not parsing cursor position escape sequence properly + Bug 409055 – Terminal stays blank + Bug 409241 – gnome-terminal crashed with SIGSEGV in vte_terminal_draw_graphic() + Bug 407945 – "GNOME" Terminal" regression after "vte" update when using "csh" + Bug 408536 – trouble compiling vte 0.15.3 + Bug 408040 – vte automagic hyperlinks + Patch by Gilles Dartiguelongue. + Bug 407839 – Use of environ breaks build on Solaris + Original patch by Damien Carbery. + Bug 407358 – regression in mouse selection + 0.15.3 ====== This is another release including awesome work of one Chris Wilson. Lots of diff --git a/configure.in b/configure.in index 655def6..e9c428d 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.15.3], +AC_INIT(vte, [0.15.4], [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 33b966f..1d84711 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=0 +VERSION_REVISION=1 # 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 |