Skip to content

Commit

Permalink
Release 2.18.2 (#3603)
Browse files Browse the repository at this point in the history
>  Release 2.18.2
>
>  Enhancements:
>  - #3614
>  - #3617
>
>  Bugs fixed:
>   - #3601
>   - #3600
>   - #3592
>   - #3573
>   - #3494
>   - #3609
>   - #3610
  • Loading branch information
Saviq authored Sep 30, 2024
2 parents 21b2c7e + 824d0ef commit 4d066de
Show file tree
Hide file tree
Showing 2 changed files with 20 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 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})
Expand Down
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <michal.sawicz@canonical.com> Thu, 19 Sep 2024 16:17:13 +0200

mir (2.18.0) UNRELEASED; urgency=medium

* New upstream release 2.18.0
Expand Down

0 comments on commit 4d066de

Please sign in to comment.