-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.7.0 #323
Release 1.7.0 #323
Conversation
Saviq
commented
Dec 5, 2023
•
edited
Loading
edited
- New upstream release. Notable changes:
- New tests for input-method-v1 ((#2777) Tests for input-method-v1 #302)
- Handle incomplete logical pointer/touch events better (wlcs::Client: Handle incomplete logical pointer/touch events better. #313)
- XdgToplevelStable: Fix race in .configure handling (ConfigurationWindow constructor is racy #318)
- helpers: avoid triggering a kernel warning (helpers: avoid triggering a kernel warning #320)
- InProcessServer: Fix xdg_shell window construction (InProcessServer: Fix xdg_shell window construction. #324)
- XdgSurfaceStable: Fix configure event logic (XdgSurfaceStable: Fix configure event logic #322)
InProcessServer: Fix xdg_shell window construction.
XdgSurfaceStable: Fix configure event logic
@RAOF @AlanGriffiths anything else we want in the release? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff is unexpected, but looks legit.
No idea if there pending PRs that ought to be included
@AlanGriffiths the actual diff is this: https://github.com/MirServer/wlcs/compare/main..release/1.7 On the PR, GH shows a sum of the commits, not the diff against the target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we have anything else to cherry-pick; this is a useful improvement, and fine to release now.