Skip to content

Commit

Permalink
version: update version to 2.16.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Mar 27, 2024
1 parent 101ba60 commit a96f43c
Show file tree
Hide file tree
Showing 2 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
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
mir (2.16.4) UNRELEASED; urgency=medium

* Bugfix release:
- Add hardware cursor support (Fixes: #3198)
- Better support for automated platform selection. This means that hybrid
graphics situations (especially with Nvidia) will work much better out
of the box.
- Screenshots now respect clipping areas and rotated outputs (Fixes: #3236)
(Fixes: #3259)
- Fixed the propagation of custom attributes on outputs
(Fixes: https://github.com/canonical/ubuntu-frame/issues/172)

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

mir (2.16.3) UNRELEASED; urgency=medium

* Bugfix release:
Expand Down

0 comments on commit a96f43c

Please sign in to comment.