diff options
author | martti <martti@pkgsrc.org> | 2002-04-12 09:09:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-04-12 09:09:08 +0000 |
commit | 5bb3969b8c8d2a105bab7a0d4abaaa5f72620959 (patch) | |
tree | f3dc873e7442ab042653139637118173821b7382 /wm/fvwm2/Makefile | |
parent | 07c0812d6b23d70cb9ed0e69b1f9ed6af2c817a3 (diff) | |
download | pkgsrc-5bb3969b8c8d2a105bab7a0d4abaaa5f72620959.tar.gz |
Updated fvwm2 to 2.4.7
Fvwm 2.4.7 is a maintenance release for 2.4.6 that fixes a number
of minor or rare problems. System administrators are strongly
encouraged to move to 2.4.6 or 2.4.7 from any earlier 2.4.x release.
Changes:
* Fixed parsing of WindowList with conditions and a position at
the same time that was broken in 2.4.6.
* Fixed some problems with the DeskOnly option of FvwmTaskBar
(windows were duplicated when moving to a different Desk; the
StickyIcon style was ignored).
* Fixed config.h warnings with some compilers introduced in 2.4.6.
* Fixed icon titles being raised when they should not be.
* Fixed initial drawing of the internals of the FvwmPager window.
* Fixed the FvwmAudio compatible mode in FvwmEvent when external
audio player is used.
* Minor improvements in the man page.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 3af7317a0b6..d368e4e5df9 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/03/11 07:20:55 martti Exp $ +# $NetBSD: Makefile,v 1.15 2002/04/12 09:09:08 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -18,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm-2.* EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.6 +FVWM_VER= 2.4.7 USE_X11BASE= YES GNU_CONFIGURE= YES |