diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-03-12 23:31:27 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-03-12 23:31:27 +0000 |
commit | 6e2f5d59cf01cb7afd7954b03dec2c16d76b358a (patch) | |
tree | bb606edc0ec60b5a090b3d33ddf4f6b82774b802 | |
parent | 61d35acde10c49eff72bc36f0e137aed906f9613 (diff) |
Released vte-0.16.0.vte_0_16_0
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.
svn path=/trunk/; revision=1833
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 20 insertions, 2 deletions
@@ -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): @@ -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 8db71d7..98d0ede 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 8493679..71017ff 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 |