pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/jwm Update jwm to 2.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5dabe90555b
branches:  trunk
changeset: 635188:d5dabe90555b
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Jun 01 14:28:16 2014 +0000

description:
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:

 wm/jwm/Makefile |  4 ++--
 wm/jwm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r fc042ce99a42 -r d5dabe90555b wm/jwm/Makefile
--- a/wm/jwm/Makefile   Sun Jun 01 14:14:53 2014 +0000
+++ b/wm/jwm/Makefile   Sun Jun 01 14:28:16 2014 +0000
@@ -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 -r fc042ce99a42 -r d5dabe90555b wm/jwm/distinfo
--- a/wm/jwm/distinfo   Sun Jun 01 14:14:53 2014 +0000
+++ b/wm/jwm/distinfo   Sun Jun 01 14:28:16 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index