From 80b47e46463e84022b188654e1292543fdbc8017ace5d006dcd7173b50bac7bf Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 5 May 2020 07:22:08 +0000 Subject: [PATCH] - Update to 0.8.2: * Selection of empty frames by the mouse (by click or by hover if focus_follows_mouse is enabled) * The commands 'close_and_remove' / 'close_or_remove' act like 'close' for floating clients * The decoration window allows focusing, moving, and resizing the client via the mouse (as known from standard floating window managers) * Improved herbstclient tab completion for the fish shell * Fix a crash in the error handler when a invalid monitor name is passed. (Affects list_padding move_monitor rename_monitor lock_tag unlock_tag) * Fix the type of WM_STATE * The client attributes sizehints_tiling and sizehints_floating are now writable * Fix EWMH urgency change for clients without WM hints set * Fix the exit code of the 'focus' command OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=19 --- herbstluftwm-0.8.1.tar.gz | 3 --- herbstluftwm-0.8.1.tar.gz.sig | Bin 119 -> 0 bytes herbstluftwm-0.8.2.tar.gz | 3 +++ herbstluftwm-0.8.2.tar.gz.sig | Bin 0 -> 119 bytes herbstluftwm.changes | 21 +++++++++++++++++++++ herbstluftwm.spec | 2 +- 6 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 herbstluftwm-0.8.1.tar.gz delete mode 100644 herbstluftwm-0.8.1.tar.gz.sig create mode 100644 herbstluftwm-0.8.2.tar.gz create mode 100644 herbstluftwm-0.8.2.tar.gz.sig diff --git a/herbstluftwm-0.8.1.tar.gz b/herbstluftwm-0.8.1.tar.gz deleted file mode 100644 index 833664f..0000000 --- a/herbstluftwm-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe146d6b533dcabbc2588430de01b76acc0f716521d9a8157aa628f305723430 -size 369291 diff --git a/herbstluftwm-0.8.1.tar.gz.sig b/herbstluftwm-0.8.1.tar.gz.sig deleted file mode 100644 index a1168ab53e10de51adf3f9bbf286c39aec9519209446696eefbc511374ed641e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEHV2~A4WGS9m)4F5lx~X=P6mIC$wX9#Habp)NQ`|h6PzEke0hma^V}^fr z?^k>ZF^HJa6aqt09I3OJ11SF0;2|sDAc3%iz_5Z;T96TJ(Z$2|RtRbYw=@gTs1n WR?T}cWy8zQXLrQxV^lJCeGdT0p*Sx9 diff --git a/herbstluftwm-0.8.2.tar.gz b/herbstluftwm-0.8.2.tar.gz new file mode 100644 index 0000000..f9a6115 --- /dev/null +++ b/herbstluftwm-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a0722ee2c0e2b6000211b6e0574abb4bae4d597c566c280d8635fe820e7471 +size 377790 diff --git a/herbstluftwm-0.8.2.tar.gz.sig b/herbstluftwm-0.8.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..31a7e549ae0df351485160fb2988a3d72bb8cf225111ba510e580664601f04db GIT binary patch literal 119 zcmeAuWnmEHV2~A4WGS9m)4F5lx~X=P6mIC$wX9#Habp)NQ``ps0}Nc80x*$tOBnvw zpLY0I|HXgz8S@uAbIUmw*TwA(ydfOm`C`XA10z1|0ET~Bj1S&B$IMnt6PV~O9=@T- VZR^WF*3Oe}tXtS-?)6Kj7y!E_H6j22 literal 0 HcmV?d00001 diff --git a/herbstluftwm.changes b/herbstluftwm.changes index 194164f..b3d6ced 100644 --- a/herbstluftwm.changes +++ b/herbstluftwm.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue May 5 07:17:51 UTC 2020 - Michael Vetter + +- Update to 0.8.2: + * Selection of empty frames by the mouse (by click or by hover if + focus_follows_mouse is enabled) + * The commands 'close_and_remove' / 'close_or_remove' act like + 'close' for floating clients + * The decoration window allows focusing, moving, and resizing + the client via the mouse (as known from standard floating + window managers) + * Improved herbstclient tab completion for the fish shell + * Fix a crash in the error handler when a invalid monitor + name is passed. (Affects list_padding move_monitor + rename_monitor lock_tag unlock_tag) + * Fix the type of WM_STATE + * The client attributes sizehints_tiling and sizehints_floating + are now writable + * Fix EWMH urgency change for clients without WM hints set + * Fix the exit code of the 'focus' command + ------------------------------------------------------------------- Tue Apr 21 06:23:38 UTC 2020 - Michael Vetter diff --git a/herbstluftwm.spec b/herbstluftwm.spec index fb89ac9..e144aec 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -17,7 +17,7 @@ Name: herbstluftwm -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: A manual tiling window manager License: BSD-2-Clause