summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-31 19:48:16 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-31 19:48:16 +0000
commit272827ca55d743ad173da5edd86e0ac41c31dc10 (patch)
tree202d50940610a59f7e447abacd6bb530b6876d5e
parent84b4d31a6a4729e5e80577d77a07bea705c10dc7 (diff)
downloadvte_0_13_5.tar.gz
Released vte-0.13.5.vte_0_13_5
2006-07-31 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.5. * NEWS: Updated. * configure.in: Bumped version to 0.13.5. * src/Makefile.am: Bumped libtool version to 10:2:1.
-rw-r--r--ChangeLog10
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e465d553..4967baae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-31 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.13.5.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.13.5.
+
+ * src/Makefile.am: Bumped libtool version to 10:2:1.
+
2006-07-30 Behdad Esfahbod <behdad@gnome.org>
Bug 158200 – terminal backspace behavior not set to UTF-8 mode
diff --git a/NEWS b/NEWS
index 8c4e106f..3adaf622 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.13.5
+ Bug 158200 – terminal backspace behavior not set to UTF-8 mode
+ Based on patch from Egmont Koblinger
+ Bug 348814 – crash on Terminal
+ Patch from Aivars Kalvans
+
0.13.4
Fix selection that I broke in last release.
Bug 336947 – [patch] Redundant vte_terminal_set_font_full() calls
diff --git a/configure.in b/configure.in
index 8f1b06c5..5dcb7893 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.13.4],
+AC_INIT(vte, [0.13.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 d3c81884..7db0fb97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,7 +97,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=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=10