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 | 02ab39ea4ec785eb4e2c69be1fe0b4cbf27a0acf (patch) | |
tree | ce0f243e85f18b1d8187e63a5eccfcd8f84d6e25 /wm | |
parent | 8a839c698b8bb1fe8c6ed57b84a3d4f1af9d1abc (diff) | |
download | pkgsrc-02ab39ea4ec785eb4e2c69be1fe0b4cbf27a0acf.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')
-rw-r--r-- | wm/jwm/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/distinfo | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/wm/jwm/distinfo b/wm/jwm/distinfo index dc01b9320b2..3b7e0169ec9 100644 --- a/wm/jwm/distinfo +++ b/wm/jwm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2014/01/19 15:27:16 tsutsui Exp $ +$NetBSD: distinfo,v 1.8 2014/06/01 14:28:16 tsutsui Exp $ -SHA1 (jwm-2.2.0.tar.xz) = bf492c6c2c6413512e17a6eb4b41ba8eff52f59d -RMD160 (jwm-2.2.0.tar.xz) = 43b738d256584cf085d55eb76651f7a75c534830 -Size (jwm-2.2.0.tar.xz) = 281136 bytes +SHA1 (jwm-2.2.2.tar.xz) = a3c41acef393c9cba9a2ab9bf227ec0673586335 +RMD160 (jwm-2.2.2.tar.xz) = bb073fae04e5d9273aefab49e1777de6f0dcc5ab +Size (jwm-2.2.2.tar.xz) = 283884 bytes SHA1 (patch-aa) = 49509dcc4c24c30ce8e01088d3ab1fedb50b31f9 SHA1 (patch-ab) = 2f71f1c641b244e8689c71e938d8372f47260911 |