From a8938d5a37cc5734c452cc6cd0997b2d70f8bdc2f9053dd44b0096d785ebfdca Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 4 Jan 2021 09:52:42 +0000 Subject: [PATCH] - Update to 0.9.1: * Client minimization (controlled by the attribute 'minimized' of every client) * The 'index' attribute of tags is now writable. This allows adjusting the order of existing tags. * New child object 'focused_client' for each tag object. * New child object 'focused_frame' for the tiling object of each tag object. * New child object 'parent_frame' for each client providing the frame the client sits in * New command 'mirror' * New command 'apply_tmp_rule' * The 'apply_rules' command now reports parse errors * Reserve space for panels that do not set _NET_WM_STRUT e.g. conky windows of type 'dock'. * Only build json object doc if WITH_DOCUMENTATION is activated * Bug fixes: - When hiding windows, correctly set their WM_STATE to IconicState (we set it to Withdrawn state before, which means "unmanaged" and thus is wrong). This may require restarting pagers when upgrading hlwm live. - Fix crash in 'split explode' - 'split explode' preserves the window focus (as in v0.7.2 and before) OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=25 --- herbstluftwm-0.9.0.tar.gz | 3 --- herbstluftwm-0.9.0.tar.gz.sig | Bin 119 -> 0 bytes herbstluftwm-0.9.1.tar.gz | 3 +++ herbstluftwm-0.9.1.tar.gz.sig | Bin 0 -> 119 bytes herbstluftwm.changes | 27 +++++++++++++++++++++++++++ herbstluftwm.spec | 4 ++-- 6 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 herbstluftwm-0.9.0.tar.gz delete mode 100644 herbstluftwm-0.9.0.tar.gz.sig create mode 100644 herbstluftwm-0.9.1.tar.gz create mode 100644 herbstluftwm-0.9.1.tar.gz.sig diff --git a/herbstluftwm-0.9.0.tar.gz b/herbstluftwm-0.9.0.tar.gz deleted file mode 100644 index 140dc23..0000000 --- a/herbstluftwm-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7162e3e6ab6c93b4694c2cb28797ae6246a5be59ff68eeb55a7271dfb29e616d -size 406897 diff --git a/herbstluftwm-0.9.0.tar.gz.sig b/herbstluftwm-0.9.0.tar.gz.sig deleted file mode 100644 index c4ff41e9fa464c6d3a37c1088b6d11b99b777774a8c82e1c559182b83ae0300d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEHV2~A4WGS9m)4F5lx~X=P6mIC$wX9#Habp)NQ~cbNe+*ol0x*%rBa93) zMb56;a;#Q7`qx&*Yfq+}@JXNQ@0)y|J$I3zbYhmZAjALA54L+hce{ljV=({1oxa?; V&tlh|71gN|-zRu;x^TAK0RU?vGnoJY diff --git a/herbstluftwm-0.9.1.tar.gz b/herbstluftwm-0.9.1.tar.gz new file mode 100644 index 0000000..9ba2cf4 --- /dev/null +++ b/herbstluftwm-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e16277127e24f119b0f110b66a2723b9987bf70e4db0b2ec20c9fb4e9549864 +size 432926 diff --git a/herbstluftwm-0.9.1.tar.gz.sig b/herbstluftwm-0.9.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..7072bc36ec49386d566dadf07ec17bc1ad66323c73bec56610625eb21fb32b29 GIT binary patch literal 119 zcmeAuWnmEHV2~A4WGS9m)4F5lx~X=P6mIC$wX9#Habp)NQ~b-E{|sE50x*&9j10e+ z!nOO;*&lwN{5a)J!=?(!)SMeB_S5A)XU}$Auszw|oZ+9*Z_$L1Ci(5_#Ex=ZH?Q0- UFa6Cz-v6US>Mmoq7e4v-0D& + +- Update to 0.9.1: + * Client minimization (controlled by the attribute 'minimized' of + every client) + * The 'index' attribute of tags is now writable. This allows adjusting + the order of existing tags. + * New child object 'focused_client' for each tag object. + * New child object 'focused_frame' for the tiling object of each tag + object. + * New child object 'parent_frame' for each client providing the frame + the client sits in + * New command 'mirror' + * New command 'apply_tmp_rule' + * The 'apply_rules' command now reports parse errors + * Reserve space for panels that do not set _NET_WM_STRUT e.g. conky + windows of type 'dock'. + * Only build json object doc if WITH_DOCUMENTATION is activated + * Bug fixes: + - When hiding windows, correctly set their WM_STATE to IconicState + (we set it to Withdrawn state before, which means "unmanaged" and + thus is wrong). This may require restarting pagers when upgrading + hlwm live. + - Fix crash in 'split explode' + - 'split explode' preserves the window focus (as in v0.7.2 and before) + ------------------------------------------------------------------- Sun Nov 1 21:25:19 UTC 2020 - Michael Vetter diff --git a/herbstluftwm.spec b/herbstluftwm.spec index d25d2ca..f93c390 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -1,7 +1,7 @@ # # spec file for package herbstluftwm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: herbstluftwm -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: A manual tiling window manager License: BSD-2-Clause