Skip to content

Commit ed32a17

Browse files
Release 2.16.4 (#3299)
## Release Notes mir (2.16.4) UNRELEASED; urgency=medium * Bugfix release: - Ignoring zero length gamma curves for KMS outputs (Fixes: #3238) - Add hardware cursor support (Fixes: #3198) - Screenshots now respect clipping areas and rotated outputs (Fixes: #3236) (Fixes: #3259) - Fixed custom attributes propagation on outputs (Fixes: canonical/ubuntu-frame#172) - Handle the Ubuntu 64-bit time_t apocalypse (Fixes: #3285)
2 parents a8f5b20 + 994e25e commit ed32a17

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
2626

2727
set(MIR_VERSION_MAJOR 2)
2828
set(MIR_VERSION_MINOR 16)
29-
set(MIR_VERSION_PATCH 3)
29+
set(MIR_VERSION_PATCH 4)
3030

3131
add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
3232
add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR})

debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
mir (2.16.3) UNRELEASED; urgency=medium
215

316
* Bugfix release:

tests/acceptance-tests/wayland/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ set(BROKEN_TESTS
125125
# See https://github.com/MirServer/wlcs/issues/293
126126
# (Tests pass with https://github.com/MirServer/wlcs/pull/294)
127127
VirtualPointerV1Test.*
128+
Anchor/LayerSurfaceLayoutTest.surfaces_with_exclusive_zone_set_to_negative_one_do_not_respect_other_exclusive_zones/*
128129
)
129130

130131
if (MIR_RUN_WLCS_TESTS)

0 commit comments

Comments
 (0)