diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2014-06-01 14:28:16 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2014-06-01 14:28:16 +0000 |
commit | fe0b2c6f8598cada722ba431ca3a794e12f05059 (patch) | |
tree | ce0f243e85f18b1d8187e63a5eccfcd8f84d6e25 /wm/jwm/Makefile | |
parent | 71171e45918343d616e7cc9986653933cee0866b (diff) | |
download | pkgsrc-fe0b2c6f8598cada722ba431ca3a794e12f05059.tar.gz |
Update jwm to 2.2.2.
Changes from Relase Notes page:
http://www.joewing.net/projects/jwm/release-2.2.shtml
Changes in 2.2.1
* JWM no longer waits for an X11 event when exiting. This fixes an issue
where Control+C didn't cause JWM to exit immediately (issue #104).
* Fixed a crash if a window went away while a JWM confirm dialog was active
for the window.
* Fixed some issues related to aspect ratios (issue #106).
* Fixed handling of window gravity for _NET_MOVERESIZE_WINDOW.
* Added support for XBM icons (issue #107).
* Fixed an issue with resizing of dock icons.
* Fixed an issue with command line argument parsing.
Changes in 2.2.2
* More efficient handling of gradient backgrounds.
* Fixed an issue _NET_WM_STATE not being updated (issue #109).
* Improved the performance of moving/resizing windows.
* Made it possible to switch desktops immediately while dragging a window if
mod1 is pressed (issue #12).
* Fixed an issue with windows mapping behind other windows (issue #110).
* Fixed an issue where JWM would attempt to process the last X event multiple
times before exiting or restarting.
* Made newer desktop background settings override older settings.
* Fixed a memory leak with invalid configuration files.
Diffstat (limited to 'wm/jwm/Makefile')
-rw-r--r-- | wm/jwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index 4b9c76535e5..e2956414654 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2014/01/19 15:27:16 tsutsui Exp $ +# $NetBSD: Makefile,v 1.26 2014/06/01 14:28:16 tsutsui Exp $ # -DISTNAME= jwm-2.2.0 +DISTNAME= jwm-2.2.2 CATEGORIES= wm x11 MASTER_SITES= http://www.joewing.net/programs/jwm/releases/ EXTRACT_SUFX= .tar.xz |