-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ddde5e
commit 8742e22
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
wlcs (1.3.0-0ubuntu0) groovy; urgency=medium | ||
|
||
* New upstream release. Notable changes: | ||
+ Check Cursor movement is not propagating to clients correctly when | ||
zwp_relative_pointer_manager_v1 is enabled | ||
+ Support getting the latest serial sent from the compositor (useful for | ||
popup grabs, and possibly other things in the future). Adding `wl_keyboard` | ||
makes sure new surfaces have a serial once they're focused, and provides | ||
access to keyboard focus | ||
+ Test that correct input event is used for interactive move | ||
+ Fix FindGtestGmock.cmake for new cmake (Fixes the build on Alpine Linux) | ||
+ Test that layer surfaces are correctly reconfigured | ||
+ Add tests for popup done event | ||
+ Test surfaces get enter/leave events | ||
+ Test version 2 and 3 features of zwlr_layer_shell_v1 | ||
+ Destroy subsurfaces | ||
+ Show surface type names in paramaterized touch tests | ||
|
||
-- Alan Griffiths <[email protected]> Thu, 27 May 2021 13:13:13 +0100 | ||
|
||
wlcs (1.2.1-0ubuntu0) groovy; urgency=medium | ||
|
||
* New upstream release. Notable changes: | ||
|