diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-04-27 07:22:01 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-04-27 07:22:01 +0000 |
commit | 615e67e1f9c3fc4dba72d6da1c0260ac4cccecb3 (patch) | |
tree | 8e513cf548ca1c9897b7554c95be1276434dcd64 | |
parent | 8c0715fb132b875b4630dab2b84bba3f316dbc36 (diff) |
Released vte-0.16.3.vte_0_16_3
2007-04-27 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.16.3.
* NEWS: Updated.
* configure.in: Bumped version to 0.16.3.
* src/Makefile.am: Bumped libtool version to 11:7:2.
svn path=/trunk/; revision=1884
-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,3 +1,13 @@ +2007-04-27 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.16.3. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.16.3. + + * src/Makefile.am: Bumped libtool version to 11:7:2. + 2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 429189 – Vte-WARNING's @@ -1,3 +1,15 @@ +0.16.3 +====== +- Remove false warnings about missing glyphs in the Xft backend. +- Rename --enable-debugging configure option to --enable-debug to + match other modules. +- Fix some of refresh issue where terminals stopped updating after + changing workspaces. +- Bugs fixed in this release: + Bug 429189 – Vte-WARNING's + Bug 415044 – Use --enable-debug rather than --enable-debugging + Bug 414716 – Refresh issue after changing workspaces + 0.16.2 ====== - Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we diff --git a/configure.in b/configure.in index 65fc0e9..c1e34b9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.16.2], +AC_INIT(vte, [0.16.3], [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 0371f05..481c7d3 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=6 +VERSION_REVISION=7 # 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 |