summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vte.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/vte.spec b/vte.spec
index 06df7b9a..f90e5300 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.4.1
+Version: 0.4.2
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -57,6 +57,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*
%changelog
+* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.2-1
+- fix "cursor mistakenly hidden when app exits" by making cursor visibility
+ a widget-wide (as opposed to per-screen) setting
+
* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.1-1
- fix use of alternate buffer in xterm emulation mode