diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 24 insertions, 2 deletions
@@ -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 @@ -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 b5f185d..4be5c98 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 cda383b..873f3ef 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 |