diff options
author | cy <cy@FreeBSD.org> | 2009-09-22 22:59:25 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2009-09-22 22:59:25 +0800 |
commit | 1b186464fdde682bec3edf166b84e719387c54ac (patch) | |
tree | cb35b520fc3930a88f08be19c7bdfe43c34a6e58 /x11-wm | |
parent | b1ee62c3422e6c1860cfd9f82b60fce5bd3de937 (diff) | |
download | freebsd-ports-gnome-1b186464fdde682bec3edf166b84e719387c54ac.tar.gz freebsd-ports-gnome-1b186464fdde682bec3edf166b84e719387c54ac.tar.zst freebsd-ports-gnome-1b186464fdde682bec3edf166b84e719387c54ac.zip |
Update from 2.5.27 to 2.5.28.
Comments from the announcement:
Version 2.5.28 is a beta maintenance release that fixes a couple of
bugs and adds some minor features. Please be aware that any features
introduced in the 2.5.x development versions may be renamed, changed or
removed without notice before 2.6.0.
* New features:
- New differentiated options for SnapAttraction when snapping
against screen edges:
"None", "ScreenWindows", "ScreenIcons", "ScreenAll"
- New option to the BugOpts command: TransliterateUtf8.
* Bug fixes:
- Fixed non-visible Qt windows after a Qt deferred map (e.g.
Skype profile windows).
- Fixed the use of the X-resource "fvwmstyle".
- Fixed segmentation fault in FvwmEvent when parsing an
undefined event name, or an undefined environment variable
to the RPlayHost option.
- Fixed the events startup, shutdown and unknown in FvwmEvent.
- Fvwm now retains utf8 window names when the WM_NAME changes,
and the utf8 name converted to the default charset match
the old WM_NAME.
- Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
- Fixed SnapAttraction: Option SameType/Icons/Windows did
falsely not affect conditions of option "Screen" and option
"SameType" snapped falsely icons and windows together.
- Fixed a problem where modules would get incorrect stacking
information if many windows were restacked at the same time.
- Fixed BugOpts parsing of more than one option at a time and
restoring of default value for the last option
in the command line when omitted.
- 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
Run past: marcus (portsmgr hat)
Feature safe: Yes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index 1a6ac96deaba..bf557cf92598 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.27 -PORTREVISION= 1 +PORTVERSION= 2.5.28 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ diff --git a/x11-wm/fvwm2-devel/distinfo b/x11-wm/fvwm2-devel/distinfo index 9dde4093edeb..f2f154fc5ff9 100644 --- a/x11-wm/fvwm2-devel/distinfo +++ b/x11-wm/fvwm2-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (fvwm-2.5.27.tar.bz2) = d8d8c1998290c3e82edb43a5b90845be -SHA256 (fvwm-2.5.27.tar.bz2) = 149fc5a0a170473b6bea79127eb9f2a19c507929500fd6560162d7a12461c855 -SIZE (fvwm-2.5.27.tar.bz2) = 2524965 +MD5 (fvwm-2.5.28.tar.bz2) = 8e11fa4f752c568b392973d13af993df +SHA256 (fvwm-2.5.28.tar.bz2) = 37a90e443b7f9388d6e696f7be37104ab9ba27194a1008d45ea489c0d906d9fb +SIZE (fvwm-2.5.28.tar.bz2) = 2521994 MD5 (fvwm_icons-20070101.tar.bz2) = 2ab5ee60a96830af23a43855e33afc7d SHA256 (fvwm_icons-20070101.tar.bz2) = 86b0164430a3087f5cb8d55eb43a8676bbce495814b30c6844eb127f952642ab SIZE (fvwm_icons-20070101.tar.bz2) = 330862 |