diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-05-22 19:24:51 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-05-22 19:24:51 +0000 |
commit | f4bfc34e8411acd285ac70243183ec35dd9f47d3 (patch) | |
tree | 20ce2dfbe49d7ecbef8d259a904ff72c178b9449 | |
parent | c5bc6f08c3c37303c5d071104c30241e9322fa94 (diff) |
- 0.11.8vte_0_11_8
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | vte.spec | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,4 @@ +0.11.8: Fix some memory leaks. Fix compilation on Solaris. Fix Ctrl-Space. 0.11.7: Properly recognizes 8-bit versions of SS2 and SS3 intermixed with UTF-8. Add Macedonian and Welsh translations (yay GTP!). Fix keypad page down key in application keypad mode. Internalize some conversions @@ -1,5 +1,5 @@ Name: vte -Version: 0.11.7 +Version: 0.11.8 Release: 1 Summary: An experimental terminal emulator. License: LGPL @@ -94,6 +94,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a %{_libdir}/pkgconfig/* %changelog +* Thu May 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.8-1 +- close some memory leaks +- fix conversions of NUL bytes (Ctrl-Space) + * Tue May 20 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.7-1 - make handling of 8-bit SS2 and SS3 coexist properly with UTF-8 and other encodings where valid text can't be mistaken for the control codes |