diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-09 00:03:58 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-09 00:03:58 +0000 |
commit | b944a903a3bff70ea9e155a5bcce2f80dffd0f43 (patch) | |
tree | 22c0db68c09cafce8842bc342d78b89ccbdd5c94 | |
parent | 00062d4e4d42a1d230893b8da3affe6901551a9c (diff) |
Released vte-0.15.1.vte_0_15_1
2007-01-08 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.15.1.
* NEWS: Updated.
* configure.in: Bumped version to 0.15.1.
* src/Makefile.am: Bumped libtool version to 10:8:1.
svn path=/trunk/; revision=1422
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2007-01-08 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.15.1. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.15.1. + + * src/Makefile.am: Bumped libtool version to 10:8:1. + 2006-12-29 Ryan Lortie <desrt@desrt.ca> Small fix to the previous patch. @@ -1,3 +1,12 @@ +0.15.1 + Bug 354061 – Excessive use of strlen by _vte_termcap_create + Patch from Ryan Lortie + Bug 387475 – Gtk-Warning spew in gnome-terminal + Patch from Ryan Lortie + Bug 387482 – Variable modified in signal handler should be volatile + Patch from Bastien Nocera + Red Hat Bug 218626: "last -ad" print junk in last column + 0.15.0 Bug 356552 – cursor timeout runs all the time [Ryan Lortie] Bug 307396 – Mouse scroll mode not controllable [Mariano Suárez-Alvarez] diff --git a/configure.in b/configure.in index ea356c6..c2a8378 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.15.0], +AC_INIT(vte, [0.15.1], [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 335f9c7..ee43984 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=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=10 |