Skip to content

Commit db6339a

Browse files
committed
Update changelog
1 parent 89e1a19 commit db6339a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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 21)
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mir (2.21.1) UNRELEASED; urgency=medium
2+
3+
* New upstream release 2.21.1
4+
5+
- Bugs fixed:
6+
. binutils 2.44.50.20250616 for arm64 still breaks LTO builds
7+
. Turn off workaround for now-fixed GLib bug
8+
9+
-- Alan Griffiths <alan.griffiths@canonical.com> Thu, 10 Jul 2025 10:56:11 +0100
10+
111
mir (2.21.0) UNRELEASED; urgency=medium
212

313
* New upstream release 2.21.0

0 commit comments

Comments
 (0)