Skip to content

Commit 824d0ef

Browse files
committed
Bugfix release 2.18.2
Enhancements: . Allow to specify an app id for when running on the wayland platform #3614 Bugs fixed: . SIGSEGV on input device disconnection #3601 . Frame fails to enforce fullscreen on wpe-webkit-mir-kiosk #3600 . Chromium unmaximises when focus is lost #3592 . Apps constantly resizing #3573 . Our fork/exec spawning is unsafe #3494 . Revert "Fix random leak" #3609 . Smoke tests are failing #3610
1 parent 1167b33 commit 824d0ef

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-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 18)
29-
set(MIR_VERSION_PATCH 0)
29+
set(MIR_VERSION_PATCH 2)
3030

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

debian/changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mir (2.18.2) UNRELEASED; urgency=medium
2+
3+
* Bugfix release 2.18.2
4+
5+
Enhancements:
6+
. Allow to specify an app id for when running on the wayland platform #3614
7+
. Use generic logos for example applications #3617
8+
9+
Bugs fixed:
10+
. SIGSEGV on input device disconnection #3601
11+
. Frame fails to enforce fullscreen on wpe-webkit-mir-kiosk #3600
12+
. Chromium unmaximises when focus is lost #3592
13+
. Apps constantly resizing #3573
14+
. Our fork/exec spawning is unsafe #3494
15+
. Revert "Fix random leak" #3609
16+
. Smoke tests are failing #3610
17+
18+
-- Michał Sawicz <[email protected]> Thu, 19 Sep 2024 16:17:13 +0200
19+
120
mir (2.18.0) UNRELEASED; urgency=medium
221

322
* New upstream release 2.18.0

0 commit comments

Comments
 (0)