diff options
author | hira <hira> | 2008-12-17 12:50:02 +0000 |
---|---|---|
committer | hira <hira> | 2008-12-17 12:50:02 +0000 |
commit | 412a5c2de75e1001c00908200615fec37bc5ed0f (patch) | |
tree | 8f4a1edbca2f92f370a24594b9eefee930d9138b /wm | |
parent | 393609588d568bc0939e14a62a4bb26ecaf60c28 (diff) | |
download | pkgsrc-412a5c2de75e1001c00908200615fec37bc5ed0f.tar.gz |
Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:
x11/xfce4-panel:
* Quite a bit code changed in the dnd code. Mostly to fix a segfault
in FreeBSD-amd64, but more problems were discovered and a lot of
code was simplified.
* Don't respond the uri drags, we don't use it and it only causes
problems like hiding the panel when a file was dragged over the
panel (Bug #3815).
* Fix crash with xrandr 1.2 (Bug #3620)
x11/xfce4-desktop:
* Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
(Bug #1026).
* Fix incorrect initial desktop font size when setting custom font
size if a custom font was never set before (Bug #3957).
wm/xfce4-wm:
* Fix automaximize on move
* Remove trailing \0 in UTF-8 strings, that causes libwnck to
rightfully complain that NET_WM_NAME contains invalid UTF-8
* Exit on SelectionClear event so that xfwm4 exits even with WM who
do not send a ClientMessage event such as Openbox (Bug #2374)
* Backport overlay and compositor support from trunk (Bug #3849)
* Filter out grab/ungrab events so we don't end up redrawing the
frame twice
* Set monitor when positionning menu (Bug #4162)
* Reduce flickering during resize (Bug #4283)
* Fix NET_WM_STATE claiming maximization vertical and horizontal even
if only horizontal of vertical is actually set (Should fix Bug #3969)
* Loosen the rule that prevents an application from iconifying itself
when skip_taskbar is set (Bug #4434)
* Rework visual depth selection of the frame window (Bug #4452)
* Add support for NET_MOVERESIZE_WINDOW
* Take gravity bit into account in configure resize only requests to
comply with standard (Bug #3634)
* Add client windows to save set to avoid loosing all windows in case
of crash
* Use guint32 instead of Time internally to avoid potential issues in
64bits
* Add a "--replace" command line option to replace ICCCM2 compliant
window managers (Bug #3731)
x11/libxfce4gui:
* Fix format-string vulnerability in dialog code
x11/xfce4-terminal:
* Update to latest trunk translations.
sysutils/xfce4-thunar:
* Update to latest trunk translations.
editors/xfce4-mousepad:
* Sort recent items by most recently used.
x11/xfce4-utils:
* Fix missing translated chars (Bug #3543)
Updated translations:
* Basque
* Brazilian Portuguese
* Catalan
* Chinese Traditional
* Danish
* Estonian
* Finnish
* French
* Galician
* German
* Indonesian
* Japanese
* Korean
* Kurdish
* Latvian
* Norwegian
* Polish
* Sinhala
* Slovak
* Slovene
* Spanish
* Turkish
* Urdu
Diffstat (limited to 'wm')
-rw-r--r-- | wm/xfce4-wm-themes/distinfo | 8 | ||||
-rw-r--r-- | wm/xfce4-wm/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/wm/xfce4-wm-themes/distinfo b/wm/xfce4-wm-themes/distinfo index bbe2d71a572..6ae1b9b44fb 100644 --- a/wm/xfce4-wm-themes/distinfo +++ b/wm/xfce4-wm-themes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2007/12/07 19:43:25 martti Exp $ +$NetBSD: distinfo,v 1.15 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfwm4-themes-4.4.2.tar.bz2) = ce682c0713fda99b34e6569df5bd053ce8bd4928 -RMD160 (xfwm4-themes-4.4.2.tar.bz2) = dd483527b1c5da63f0341d21399ecc578b46dedc -Size (xfwm4-themes-4.4.2.tar.bz2) = 479305 bytes +SHA1 (xfwm4-themes-4.4.3.tar.bz2) = 1fa20a6cc7060b2ff31bc00b1783ddc2d41e5add +RMD160 (xfwm4-themes-4.4.3.tar.bz2) = 3b34b6b59c5e4bbf4d1fd9faef9177c2be32df0c +Size (xfwm4-themes-4.4.3.tar.bz2) = 492360 bytes diff --git a/wm/xfce4-wm/distinfo b/wm/xfce4-wm/distinfo index 59923423830..2b76793829b 100644 --- a/wm/xfce4-wm/distinfo +++ b/wm/xfce4-wm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/12/07 19:43:24 martti Exp $ +$NetBSD: distinfo,v 1.19 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfwm4-4.4.2.tar.bz2) = a6d8b3b1493ff98141cfb7232ef6b4940224bce9 -RMD160 (xfwm4-4.4.2.tar.bz2) = b3ced6edac44b0b232be4312ca2281095c03e14b -Size (xfwm4-4.4.2.tar.bz2) = 1548533 bytes +SHA1 (xfwm4-4.4.3.tar.bz2) = f8581f278d4496b03f4dc279dc7e2b9b68caf30e +RMD160 (xfwm4-4.4.3.tar.bz2) = 794c6ebbe35ae956b253363f38a2e90fbd3980a4 +Size (xfwm4-4.4.3.tar.bz2) = 1590866 bytes |