diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2021-10-26 14:25:38 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2021-10-26 19:20:17 +0200 |
| commit | c7c912c9985da1a4afe628dea75e066be11bef99 (patch) | |
| tree | 2d034a73bf8c33631cd1bd1d696446f9401afd32 /debian | |
| parent | d7c6424f0c87b6a957ff0dbb44420899a5d85057 (diff) | |
Update changelog
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cc2e91c40..475818863 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +unity (7.5.1+22.04.20211026-0ubuntu1) UNRELEASED; urgency=medium + + [ Uladzislau Nikalayevich ] + * DecoratedWindow: Do not try to use shaped shadows on empty quads. + Windows may have no shaped rectangles, but we're still trying to set + them. This is because we might not initialize the shape size, leading + to invalid values. (LP: #1904337) + + [ Marco Trevisan (Treviño) ] + * DecorationsShape: Initialize parameters on missing rectangles. + In such case the shape should just be empty, but we didn't really handle + the case properly. + * dummy-xorg-test-runner: Use command -v instead of deprecated which + * TestSwitchController: Do not define FakeApplicationWindow as NiceMock twice. + It's already used as ::Nice later, no need to define it initially, + otherwise newer gtest won't compile + + -- Marco Trevisan (Treviño) <marco@ubuntu.com> Tue, 26 Oct 2021 19:19:56 +0200 + unity (7.5.1+21.10.20210601.1-0ubuntu1) impish; urgency=medium * New upstream release |
