Skip to content

Commit

Permalink
Release 2.16.4 (#3299)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
AlanGriffiths authored Apr 8, 2024
2 parents a8f5b20 + 994e25e commit ed32a17
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 2)
set(MIR_VERSION_MINOR 16)
set(MIR_VERSION_PATCH 3)
set(MIR_VERSION_PATCH 4)

add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR})
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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: https://github.com/canonical/ubuntu-frame/issues/172)
- Handle the Ubuntu 64-bit time_t apocalypse (Fixes: #3285)

-- Matthew Kosarek <[email protected]> Wed, 27 Mar 2024 14:34:35 -0500

mir (2.16.3) UNRELEASED; urgency=medium

* Bugfix release:
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance-tests/wayland/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ set(BROKEN_TESTS
# See https://github.com/MirServer/wlcs/issues/293
# (Tests pass with https://github.com/MirServer/wlcs/pull/294)
VirtualPointerV1Test.*
Anchor/LayerSurfaceLayoutTest.surfaces_with_exclusive_zone_set_to_negative_one_do_not_respect_other_exclusive_zones/*
)

if (MIR_RUN_WLCS_TESTS)
Expand Down

0 comments on commit ed32a17

Please sign in to comment.