From 824d0efc30d90e4235c20e52b5581da08abf882f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Wed, 25 Sep 2024 16:43:36 +0200 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- debian/changelog | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b6fa998d44..df16d9b2ad2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(MIR_VERSION_MAJOR 2) set(MIR_VERSION_MINOR 18) -set(MIR_VERSION_PATCH 0) +set(MIR_VERSION_PATCH 2) add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR}) add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR}) diff --git a/debian/changelog b/debian/changelog index 05ad35ecf2f..5546c3c3905 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +mir (2.18.2) UNRELEASED; urgency=medium + + * Bugfix release 2.18.2 + + Enhancements: + . Allow to specify an app id for when running on the wayland platform #3614 + . Use generic logos for example applications #3617 + + 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 + + -- MichaƂ Sawicz Thu, 19 Sep 2024 16:17:13 +0200 + mir (2.18.0) UNRELEASED; urgency=medium * New upstream release 2.18.0