diff options
author | 2002-08-07 17:54:48 +0000 | |
---|---|---|
committer | 2002-08-07 17:54:48 +0000 | |
commit | 979fb9aec9c1d22b48f73bee8ff1fc5437ca8d70 (patch) | |
tree | fe9c74e7c1b7dfa6d7d87b61a77a1db85538792b /app-editors/vi/ChangeLog | |
parent | added ppc to keywords and adjust nasm for x86 only (diff) | |
download | gentoo-2-979fb9aec9c1d22b48f73bee8ff1fc5437ca8d70.tar.gz gentoo-2-979fb9aec9c1d22b48f73bee8ff1fc5437ca8d70.tar.bz2 gentoo-2-979fb9aec9c1d22b48f73bee8ff1fc5437ca8d70.zip |
fix segfault with TERM=linux in console
Diffstat (limited to 'app-editors/vi/ChangeLog')
-rw-r--r-- | app-editors/vi/ChangeLog | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/app-editors/vi/ChangeLog b/app-editors/vi/ChangeLog index 4775f6568ce5..f183b9765a8d 100644 --- a/app-editors/vi/ChangeLog +++ b/app-editors/vi/ChangeLog @@ -1,21 +1,28 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.4 2002/07/16 02:43:19 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.5 2002/08/07 17:54:48 azarah Exp $ -vi-3.7-r1 (12 May 2002) +*vi-3.7-r1 (06 Aug 2002) - 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + 06 Aug 2002; Martin Schlemmer <azarah@gentoo.org> : + Change it to use the buildin termlib instead of ncurses. This should + fix segfaults in console with TERM=linux. It now requires /etc/termcap, + but I added http://www.ibiblio.org/gentoo/distfiles/termcap.bz2, and + will also add it to baselayout. + +*vi-3.7-r1 (12 May 2002) + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : Added KEYWORDS. 12 May 2002; Michael Nazaroff <naz@gentoo.org> : - Added a addpredict line to hopefully fix 3038. Which is a sandbox violation - that seems to occur when logged in via ssh and trying to merge vi. The - pacakge tries to access /dev/pty/s6. + Added a addpredict line to hopefully fix 3038. Which is a sandbox violation + that seems to occur when logged in via ssh and trying to merge vi. The + pacakge tries to access /dev/pty/s6. -vi-3.7 (12 May 2002) +*vi-3.7 (12 May 2002) 12 May 2002; Spider <spider@gentoo.org> : Now that I've added the Caldera LICENSE I'm changing this one too |