Accepting request 860111 from X11:windowmanagers

- 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/request/show/860111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/herbstluftwm?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-01-04 18:08:34 +00:00 committed by Git OBS Bridge
commit ea648a1e7d
6 changed files with 32 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7162e3e6ab6c93b4694c2cb28797ae6246a5be59ff68eeb55a7271dfb29e616d
size 406897

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e16277127e24f119b0f110b66a2723b9987bf70e4db0b2ec20c9fb4e9549864
size 432926

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jan 4 09:47:42 UTC 2021 - Michael Vetter <mvetter@suse.com>
- 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 <mvetter@suse.com> Sun Nov 1 21:25:19 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package herbstluftwm # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: herbstluftwm Name: herbstluftwm
Version: 0.9.0 Version: 0.9.1
Release: 0 Release: 0
Summary: A manual tiling window manager Summary: A manual tiling window manager
License: BSD-2-Clause License: BSD-2-Clause