Skip to content

Commit 035bd8f

Browse files
committed
Release 2.16.1 changelog
1 parent 4d1a88f commit 035bd8f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 0)
29+
set(MIR_VERSION_PATCH 1)
3030

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

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mir (2.16.1) UNRELEASED; urgency=medium
2+
3+
* Bugfix release:
4+
- Changing scale factor at runtime leads to misrendering (#3165)
5+
6+
-- Michał Sawicz <michal.sawicz@canonical.com> Tue, 02 Jan 2024 11:53:02 +0100
7+
18
mir (2.16.0) UNRELEASED; urgency=medium
29

310
[ Alan Griffiths ]

0 commit comments

Comments
 (0)