Skip to content

Commit

Permalink
Update jwm to 2.2.2.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tsutsui committed Jun 1, 2014
1 parent d8f4c80 commit 9480ab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wm/jwm/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions wm/jwm/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9480ab8

Please sign in to comment.