summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-02-27 18:30:29 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-02-27 18:30:29 +0000
commit68ceaca8f594e7379df45940114a4f65d13a21ce (patch)
tree12d58d88de4f0a8792120ff3e7c06695023de812
parentcd85f3fe8680c7ac98366ef015b6ea89e0c00324 (diff)
downloadvte-68ceaca8f594e7379df45940114a4f65d13a21ce.tar.gz
Released vte-0.15.5.vte_0_15_5
2007-02-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.5. * NEWS: Updated. * configure.in: Bumped version to 0.15.5. * src/Makefile.am: Bumped libtool version to 11:2:2. svn path=/trunk/; revision=1773
-rw-r--r--ChangeLog10
-rw-r--r--NEWS10
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 503aed2a..36bd6d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-02-27 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.15.5.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.15.5.
+
+ * src/Makefile.am: Bumped libtool version to 11:2:2.
+
2007-02-27 Chris Wilson <chris@chris-wilson.co.uk>
Bug 412562 – Crash in vte_terminal_match_hilite_update
diff --git a/NEWS b/NEWS
index 6234e49c..2098fe26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.15.5
+======
+This is a quick followup release to 0.15.4 to fix a crasher recently
+introduced.
+- Fix a newly-introduced crasher
+- Do not link to libpython in the python bindings
+- Bugs fixed in this release:
+ Bug 412562 – Crash in vte_terminal_match_hilite_update
+ Bug 410986 – Fails to build with -z defs
+
0.15.4
======
This is yet another release including awesome work of Chris Wilson.
diff --git a/configure.in b/configure.in
index 647d627a..22b22685 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.15.4],
+AC_INIT(vte, [0.15.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 1d84711c..67366a32 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=1
+VERSION_REVISION=2
# 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