summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-05-22 19:24:51 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-05-22 19:24:51 +0000
commitf4bfc34e8411acd285ac70243183ec35dd9f47d3 (patch)
tree20ce2dfbe49d7ecbef8d259a904ff72c178b9449
parentc5bc6f08c3c37303c5d071104c30241e9322fa94 (diff)
- 0.11.8vte_0_11_8
-rw-r--r--NEWS1
-rw-r--r--vte.spec6
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f44c567..647c1ca 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/vte.spec b/vte.spec
index be9ab54..d34a09b 100644
--- a/vte.spec
+++ b/vte.spec
@@ -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