summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-03-01 16:21:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-03-01 16:21:39 +0000
commitd5ced7389f7235ada9794b97ea8678b58899b7db (patch)
tree97b3ba3e9e93a3b509576a1ed5d49484be35bf35
parentd365c60b2dde84a5f251b3a8af2be26dd240a533 (diff)
Released vte-0.15.6.vte_0_15_6
2007-03-01 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.6. * NEWS: Updated. * configure.in: Bumped version to 0.15.6. * src/Makefile.am: Bumped libtool version to 11:3:2. svn path=/trunk/; revision=1795
-rw-r--r--ChangeLog10
-rw-r--r--NEWS12
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 632e43b..7b240ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-03-01 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.15.6.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.15.6.
+
+ * src/Makefile.am: Bumped libtool version to 11:3:2.
+
2007-03-01 Chris Wilson <chris@chris-wilson.co.uk>
* src/vte.c (vte_terminal_draw_cells), (vte_terminal_draw_rows),
diff --git a/NEWS b/NEWS
index 2098fe2..8fffaed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.15.6
+======
+- Fix various bugs introduced in last couple of releases.
+- Bugs fixed in this release:
+ Bug 410534 – Slow content scrolling, takes 100% of CPU.
+ Bug 413068 – new line added to tab when opened
+ Bug 413262 – Incorrectly coloured tabs
+ Bug 413102 – Incorrect highlighting in vim
+ Bug 413158 – Cursor trails
+ Bug 413078 – Crash during opening a new tab whilst scrolling
+ Bug 412717 – Crash when opening a new tab with window maximized
+
0.15.5
======
This is a quick followup release to 0.15.4 to fix a crasher recently
diff --git a/configure.in b/configure.in
index cff9d17..8db71d7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.15.5],
+AC_INIT(vte, [0.15.6],
[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 67366a3..8493679 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=2
+VERSION_REVISION=3
# 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