diff options
author | hubertf <hubertf> | 2000-06-15 20:56:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-06-15 20:56:02 +0000 |
commit | 99d29b04905d6546d055c796420c7c0de624a69c (patch) | |
tree | 6ac62ad1004c4edf11dbcb53d11707cd67ac3bc9 /misc/vfu/Makefile | |
parent | fdf687b30bea722926fa130cd8e6ed896e2d6aab (diff) | |
download | pkgsrc-99d29b04905d6546d055c796420c7c0de624a69c.tar.gz |
Update vfu to 3.01. HISTORY (CHANGE.LOG):
+ feature add
- feature changed
x feature removed
! bugfix
% note
3.01: 07.Jun.2000
! 1. Fixed SeeEditor bug when editing new files (that
does not exist)
! 2. Fixed install script to se correct permissions.
! 3. Fixed build.netbsd to se correct global configuration
files locations.
+ 4. GlobalSelect/HideDotFiles added.
! 5. Fixed build.netbsd.
- 6. Now directory tree automation (rescanning etc.) is
disabled by default (see Options/AutoDirTree).
! 7. Fixed zero-sized files bug in SeeViewer.
! 8. Alt+B browse/view current file w/o filters.
+ 9. Now install script set sample config file into
/usr/local/etc (to get personal config file you
have to copy /usr/local/etc/vfu.conf to ~/.vfu/vfu.conf
or ~/$RC_PREFIX/vfu/vfu.conf if you have set $RC_PREFIX )
!10. Ctrl+L refresh/redraw page problem is now fixed.
!11. Several little fixups.
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r-- | misc/vfu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index b170591118c..777118d0fe0 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2000/05/22 00:49:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2000/06/15 20:56:02 hubertf Exp $ # -DISTNAME= vfu-3.00 +DISTNAME= vfu-3.01 CATEGORIES= misc MASTER_SITES= http://www.biscom.net/~cade/away/vfu/ \ ftp://metalab.unc.edu/pub/Linux/utils/file/managers/ |