diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-28 22:22:19 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-28 22:22:19 +0000 |
commit | f7ede118f9b7cd6561f24d1526717e5da746ef6a (patch) | |
tree | bc8fdebacb7b89289dcf08a6fcdb48d7224ede2f | |
parent | bffdf19ea1c4ef71d07091ee269a6ee18cf1c8e6 (diff) |
Released vte-0.16.4.vte_0_16_4
2007-05-28 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.16.4.
* NEWS: Updated.
* configure.in: Bumped version to 0.16.4.
* src/Makefile.am: Bumped libtool version to 11:8:2.
svn path=/trunk/; revision=1902
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 25 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2007-05-28 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.16.4. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.16.4. + + * src/Makefile.am: Bumped libtool version to 11:8:2. + 2007-05-28 Chris Wilson <chris@chris-wilson.co.uk> uws noted on IRC that 'vte trunk does strange thingies with colors' @@ -1,3 +1,16 @@ +0.16.4 +====== +- Misc bug fixes. +- Bugs fixed in this release: + Bug 429278 – Cursor drawn strangely in joe + cf Bug 439247 – scrolling vim in full screen is painfully slow and takes up 100% of the cpu + Bug 440475 – Display glitch with transparent backgroud + Bug 375112 – ctrl-key combinations yielding just key + Original patch by <samo@altern.org> and refactored by Loïc Minier. + Bug 440377 – gnome-terminal cannot refresh terminal when accessibility enabled + Original patch by Li Yuan. + Bug 433776 – gnome-terminal crashes when open preedit area + 0.16.3 ====== - Remove false warnings about missing glyphs in the Xft backend. diff --git a/configure.in b/configure.in index c1e34b9..1c9b847 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.16.3], +AC_INIT(vte, [0.16.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 481c7d3..58c79db 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=7 +VERSION_REVISION=8 # 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 |