diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-10 05:35:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-10 05:35:16 +0800 |
commit | c109bd503ce41adec73e56b0a3f27cbe3479d959 (patch) | |
tree | 54875795da69e87b7d7cb0b12bdc02a6c4aadfc8 | |
parent | e509464f47a8b814ac3b216dff2d9f692dbe411d (diff) | |
download | freebsd-ports-gnome-c109bd503ce41adec73e56b0a3f27cbe3479d959.tar.gz freebsd-ports-gnome-c109bd503ce41adec73e56b0a3f27cbe3479d959.tar.zst freebsd-ports-gnome-c109bd503ce41adec73e56b0a3f27cbe3479d959.zip |
Update to 4.9.1
Bugfixes release:
- i3bar: fix incorrect y-offset for text
- fix key bindings on big-endian platforms
- fix key bindings using Mode_switch
- fix keyboard layout change detection
- revert "Handle WM_CHANGE_STATE requests for iconic state" (fixes problems
with application windows disappearing, like SDL-based games when switching
workspaces)
- insert id-based match at HEAD, not TAIL (fixes window swallowing not
working when the criteria match the placeholder window)
- improve error messages on failing commands
- replace ~ in filepath when calling append_layout
- properly error out when the layout file cannot be read
-rw-r--r-- | x11-wm/i3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/i3/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index f0ccde3ef0cc..0357e1425af4 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.9 +DISTVERSION= 4.9.1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo index 7459d82be51f..2e1b1cb5e9b1 100644 --- a/x11-wm/i3/distinfo +++ b/x11-wm/i3/distinfo @@ -1,2 +1,2 @@ -SHA256 (i3-4.9.tar.bz2) = bee31908e3a9ad679beb6e68807ae8ba7804671da2066abb9b3ea2025475d058 -SIZE (i3-4.9.tar.bz2) = 940707 +SHA256 (i3-4.9.1.tar.bz2) = b70deff027c7d05276c9646e53faeeeccdde706370b9b337a633bed85b16dc43 +SIZE (i3-4.9.1.tar.bz2) = 939630 |