diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-12-05 23:01:17 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-12-05 23:01:17 +0000 |
commit | 7a400dc0a3e7e8ac88fc359597a98ce43e1c18ea (patch) | |
tree | ec83a3c8dded4613f81222736808961d2edd7d1f | |
parent | f807d1d8e4d78e51889c2b69e697d5f0c6db81c0 (diff) |
Released vte-0.15.0.vte_0_15_0
2006-12-05 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.15.0.
* NEWS: Updated.
* configure.in: Bumped version to 0.15.0.
* src/Makefile.am: Bumped libtool version to 10:7:1.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 19 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2006-12-05 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.15.0. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.15.0. + + * src/Makefile.am: Bumped libtool version to 10:7:1. + 2006-12-05 Ryan Lortie <desrt@desrt.ca> Bug 356552 – cursor timeout runs all the time @@ -1,3 +1,10 @@ +0.15.0 + Bug 356552 – cursor timeout runs all the time [Ryan Lortie] + Bug 307396 – Mouse scroll mode not controllable [Mariano Suárez-Alvarez] + Bug 356602 – const cast warning fixes for libvte [Ryan] + Bug 150858 – In gnome-terminal, the deleted character reported as "space" [Rich Burridge] + Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal [Mariano] + 0.14.1 Bug 358344 – autoscroll only works one way in fullscreen [PATCH] Patch by Egmont Koblinger diff --git a/configure.in b/configure.in index 4be5c98..ea356c6 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.14.1], +AC_INIT(vte, [0.15.0], [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 873f3ef..335f9c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,7 +101,7 @@ libvte_la_SOURCES = \ # Libtool shared library versioning stuffs. # REVISION gets incremented whenever the source code changes without adding # an API or ABI change. -VERSION_REVISION=6 +VERSION_REVISION=7 # 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=10 |