summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-04 18:17:31 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-04 18:17:31 +0000
commit079bec7407bd1896a70ff88692d1a6b11976e0cb (patch)
treeca9649c70b522df8b64797521b983a72e891dd75
parent52bc6496141ff4a3075cb42d3a2e20afc05977b2 (diff)
downloadvte_0_16_5.tar.gz
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--ChangeLog10
-rw-r--r--NEWS5
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 25f1d62f..b908bbbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 8c0a4c35..d617f017 100644
--- a/NEWS
+++ b/NEWS
@@ -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 1c9b8470..895a598e 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 58c79db8..214fe5b0 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