summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS8
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 572b169e..a6a86fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-03-12 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.0.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.0.
+
+ * src/Makefile.am: Bumped libtool version to 11:4:2.
+
2007-03-06 Chris Wilson <chris@chris-wilson.co.uk>
* src/vteseq.c (vte_sequence_handler_cm), (vte_sequence_handler_sf):
diff --git a/NEWS b/NEWS
index 8fffaedb..c2ec2150 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.16.0
+======
+- Fix some minor bugs. More regressions to be fixed later.
+- Bugs fixed in this release:
+ Bug 414716 – gnome-terminal-2.17.92: terminal window dies...
+ Bug 414586 – Terminal screen blinks when menu is opened for the first time
+ Bug 413068 – new line added to tab when opened
+
0.15.6
======
- Fix various bugs introduced in last couple of releases.
diff --git a/configure.in b/configure.in
index 8db71d73..98d0edee 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.15.6],
+AC_INIT(vte, [0.16.0],
[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 84936793..71017ff8 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=3
+VERSION_REVISION=4
# 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