summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-10-02 21:02:33 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-10-02 21:02:33 +0000
commiteebc586eb9f97214634b412b1eea9bd0295dd28a (patch)
tree2d251bf3d292f281208c8f68240a3687ec94e8a6
parent659e0bc92aa43838e532dadf8dbad79b25e16779 (diff)
downloadvte-eebc586eb9f97214634b412b1eea9bd0295dd28a.tar.gz
Released vte-0.14.1.vte_0_14_1
2006-10-02 Behdad Esfahbod <behdad@gnome.org> Released vte-0.14.1. * NEWS: Updated. * configure.in: Bumped version to 0.14.1. * src/Makefile.am: Bumped libtool version to 10:6:1.
-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 107d75ef..1f4a54a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
+ Released vte-0.14.1.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.14.1.
+
+ * src/Makefile.am: Bumped libtool version to 10:6:1.
+
+2006-10-02 Behdad Esfahbod <behdad@gnome.org>
+
Bug 358344 – autoscroll only works one way in fullscreen [PATCH]
Patch by Egmont Koblinger
diff --git a/NEWS b/NEWS
index 5390f426..04cf21a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.14.1
+ Bug 358344 – autoscroll only works one way in fullscreen [PATCH]
+ Patch by Egmont Koblinger
+ Bug 353756 – font setting cleanup
+ Bug 356616 – libvte broken with new autotools
+ Bug 354024 – Suppress multiple warnings for missing control sequence
+ handlers
+ Patch from Chris Wilson
+ Bug 354620 – vte-0.14.0: undefined C code
+ Patch from Ales Nosek
+ Define G_LOG_DOMAIN=Vte.
+
0.14.0
Minor doc syntax update.
Fix bug causing empty lines to not being copied.
diff --git a/configure.in b/configure.in
index b5f185dc..4be5c982 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.14.0],
+AC_INIT(vte, [0.14.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 cda383bf..873f3ef1 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=5
+VERSION_REVISION=6
# 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