summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--vte.spec5
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 239cb5f2..e1ae3863 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.11.3: Reworked handling of ISO-2022 text, handles Chinese and Korean
+ correctly.
0.11.2: Fix for wrapping when selecting by word or lines. Fix to conform to
OpenI18N assertions.
0.11.1: A native FT2 drawing backend which may be faster than Pango on systems
diff --git a/vte.spec b/vte.spec
index 36f14e35..913754b5 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.11.2
+Version: 0.11.3
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -93,6 +93,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
+* Thu Apr 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.3-1
+- rework support for national replacement charsets and iso2022
+
* Thu Apr 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.2-1
- selection tweaks and an openi18n fix