diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-04 18:17:31 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-04 18:17:31 +0000 |
commit | 079bec7407bd1896a70ff88692d1a6b11976e0cb (patch) | |
tree | ca9649c70b522df8b64797521b983a72e891dd75 | |
parent | 52bc6496141ff4a3075cb42d3a2e20afc05977b2 (diff) |
Released vte-0.16.5.vte_0_16_5
2007-06-04 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.16.5.
* NEWS: Updated.
* configure.in: Bumped version to 0.16.5.
* src/Makefile.am: Bumped libtool version to 11:9:2.
svn path=/trunk/; revision=1905
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2007-06-04 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.16.5. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.16.5. + + * src/Makefile.am: Bumped libtool version to 11:9:2. + 2007-05-30 Chris Wilson <chris@chris-wilson.co.uk> fcrozat pointed out 'some strange "underline" line where cursor is @@ -1,3 +1,8 @@ +0.16.5 +====== +- Fix issue with 'some strange "underline" line where cursor is + located and blinking'. + 0.16.4 ====== - Misc bug fixes. diff --git a/configure.in b/configure.in index 1c9b847..895a598 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.16.4], +AC_INIT(vte, [0.16.5], [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 58c79db..214fe5b 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=8 +VERSION_REVISION=9 # 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 |