summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-04-17 16:02:17 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-04-17 16:02:17 +0000
commitcfe30db72f22a3c70a981e46bcd2a800210e92c4 (patch)
tree52d7ce90173e712594e3263f9f902f5eaacb55a9
parent70a4202f0a0b2f9f3308ab7d3606d725d095d123 (diff)
-rw-r--r--NEWS2
-rw-r--r--vte.spec5
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 89504aa..239cb5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+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
without Xft2. Support for scrolling backgrounds for everyone.
0.11.0: Support for using font sets for better Unicode coverage when drawing
diff --git a/vte.spec b/vte.spec
index eea0a6e..36f14e3 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.11.1
+Version: 0.11.2
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.2-1
+- selection tweaks and an openi18n fix
+
* Mon Apr 14 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.1-1
- drawing cleanups