diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b1de1218d0..bbe68b20bc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,8 +25,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(MIR_VERSION_MAJOR 2) -set(MIR_VERSION_MINOR 12) -set(MIR_VERSION_PATCH 1) +set(MIR_VERSION_MINOR 13) +set(MIR_VERSION_PATCH 0) 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 ac9f530eceb..769a717f1ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +mir (2.13.0) UNRELEASED; urgency=medium + + [ Alan Griffiths ] + * New upstream release 2.13.0 + + - ABI summary: + . miral ABI unchanged at 5 + . mircommon ABI unchanged at 9 + . mircookie ABI unchanged at 2 + . mircore ABI unchanged at 2 + . miroil ABI unchanged at 3 + . mirplatform ABI bumped to 24 + . mirserver ABI unchanged at 58 + . mirwayland ABI unchanged at 3 + . mirplatformgraphics ABI unchanged at 20 + . mirinputplatform ABI unchanged at 8 + - Enhancements: + . Document that extension filter callbacks are called multiple times + . [miral] Automate reloading display configuration + . [miral] Add a side-by-side layout to the .display configuration + . [miral] Add a .display-layout configuration file + . [miral] Provide output names + . [miral] Add an API for adding custom attributes to outputs + . [platform] Display: Remove register_pause_resume_handlers + . [platforms] Sensible output names on kms based platforms. (Fixes: #2815) + . [Wayland] bump wl_output to version 4 (Fixes #2792) + . [Wayland] Detect cyclic parent-child relationships + . [Wayland] Bump XDG shell stable protocol to version 5 (Fixes #2778) + . [console] Set the logind session(Fixes: #2833) + - Bugs fixed: + . Recomposite when display configuration changes need it. (Fixes: #2807) + . Implement XDG poup constraint adjustment support. (Fixes #2857) + + -- Alan Griffiths Thu, 16 Mar 2023 10:40:57 +0000 + mir (2.12.1) UNRELEASED; urgency=medium * New upstream release 2.12.1