File tree 3 files changed +15
-1
lines changed
tests/acceptance-tests/wayland
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
26
26
27
27
set (MIR_VERSION_MAJOR 2)
28
28
set (MIR_VERSION_MINOR 16)
29
- set (MIR_VERSION_PATCH 3 )
29
+ set (MIR_VERSION_PATCH 4 )
30
30
31
31
add_compile_definitions (MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR} )
32
32
add_compile_definitions (MIR_VERSION_MINOR=${MIR_VERSION_MINOR} )
Original file line number Diff line number Diff line change
1
+ mir (2.16.4) UNRELEASED; urgency=medium
2
+
3
+ * Bugfix release:
4
+ - Ignoring zero length gamma curves for KMS outputs (Fixes: #3238)
5
+ - Add hardware cursor support (Fixes: #3198)
6
+ - Screenshots now respect clipping areas and rotated outputs (Fixes: #3236)
7
+ (Fixes: #3259)
8
+ - Fixed custom attributes propagation on outputs
9
+ (Fixes: https://github.com/canonical/ubuntu-frame/issues/172)
10
+ - Handle the Ubuntu 64-bit time_t apocalypse (Fixes: #3285)
11
+
12
+ -- Matthew Kosarek <
[email protected] > Wed, 27 Mar 2024 14:34:35 -0500
13
+
1
14
mir (2.16.3) UNRELEASED; urgency=medium
2
15
3
16
* Bugfix release:
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ set(BROKEN_TESTS
125
125
# See https://github.com/MirServer/wlcs/issues/293
126
126
# (Tests pass with https://github.com/MirServer/wlcs/pull/294)
127
127
VirtualPointerV1Test.*
128
+ Anchor/LayerSurfaceLayoutTest.surfaces_with_exclusive_zone_set_to_negative_one_do_not_respect_other_exclusive_zones/*
128
129
)
129
130
130
131
if (MIR_RUN_WLCS_TESTS)
You can’t perform that action at this time.
0 commit comments