summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-02-15 00:17:25 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-02-15 00:17:25 +0000
commitb9abbb82f48e8d9c2c43938903ff74f505c32719 (patch)
tree8d5bc72f1aa55702dd2c06bac68f4750f33bc634
parentacf546cfe2cf63db8a771a7d141a6e5f61e6a053 (diff)
downloadvte_0_10_20.tar.gz
-rw-r--r--vte.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/vte.spec b/vte.spec
index 488438bf..e5bcaf55 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.10.19
+Version: 0.10.20
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -96,6 +96,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
+* Fri Feb 14 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.20-1
+- don't mix up maintainer mode with debugging mode
+- coalesce data reads to spare the X server from too many small updates (#83472)
+- fix backtab
+
* Thu Feb 13 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.19-1
- close descriptor leak
- skip over fragments correctly when retrieving text and drawing rows