diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-11 20:04:30 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-11 20:04:30 +0000 |
commit | b93f42ff246c70ed6743240a5a3892121262edbb (patch) | |
tree | 0b05afa85068c154a853dcfa312c004f22ed7e1c | |
parent | 89b9d8fab395d84160c26d9f0e5cee0270177c81 (diff) |
Released vte-0.11.18.vte_0_11_18
2006-02-11 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.11.18.
* NEWS: Updated.
* configure.in: Bumped version to 0.11.18.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | po/fa.po | 2 |
4 files changed, 24 insertions, 2 deletions
@@ -1,5 +1,13 @@ 2006-02-11 Behdad Esfahbod <behdad@gnome.org> + Released vte-0.11.18. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.11.18. + +2006-02-11 Behdad Esfahbod <behdad@gnome.org> + * src/iso2022.c: Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, Egmont Koblinger) @@ -1,3 +1,17 @@ +0.11.18 - Fix bug #317235 - Use U+FFFD instead of U-FFFF for invalid + codepoints. (Egmont Koblinger) + - Modernized the build system. Depending on gnome-common for + autogen.sh now and make distcheck works. + - Limit redrawings to a maximum of 40fps. Makes vte run about + three times faster. + - Use GObject private data internally. (Behdad) + - Optimize the sequence handler code and split it into a + separate file. (Behdad) + - Fix bug #123844 - primary and clipboard selections are broken. + (Behdad) + - Fix bug #161337 - double free. (Guilherme de S. Pastore) + - Code cleanup and misc fixes. (Behdad) + 0.11.17 - Revert .pc changes from previous release (Olav Vitters) - Fix bug #170032 - gnome-terminal has problems with ANSI (save and restore cursor position) (Olav Vitters) diff --git a/configure.in b/configure.in index 11b607a..9ba3586 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.11.17], +AC_INIT(vte, [0.11.18], [http://bugzilla.gnome.org/enter_bug.cgi?product=vte]) AC_CONFIG_SRCDIR([src/vte.c]) AM_INIT_AUTOMAKE(1.6) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: vte\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-11 00:04-0500\n" +"POT-Creation-Date: 2006-02-11 14:55-0500\n" "PO-Revision-Date: 2004-01-03 20:07+0330\n" "Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n" "Language-Team: Persian <farsi@lists.sharif.edu>\n" |