summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS9
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 399f304..f20aa3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 851163b..5324ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -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