From 64eb00f14ea0c3cce75f9655965d1782e3dfc19f Mon Sep 17 00:00:00 2001 From: Alan Griffiths Date: Fri, 1 Oct 2021 12:17:04 +0100 Subject: [PATCH] Draft changelog --- CMakeLists.txt | 4 ++-- debian/changelog | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b016a4b7b3d..f46d9ec3f8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,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 4) -set(MIR_VERSION_PATCH 1) +set(MIR_VERSION_MINOR 5) +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 ac2fb5ebad1..879df79920e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +mir (2.5.0) UNRELEASED; urgency=medium + + [ Alan Griffiths ] + * New upstream release 2.5.0 + + - ABI summary: + . miral ABI unchanged at 4 + . mirclient dropped + . mircommon ABI bumped to 8 + . mircookie ABI unchanged at 2 + . mircore ABI unchanged at 1 + . mirplatform ABI bumped to 23 + . mirprotobuf dropped + . mirserver ABI bumped to 56 + . mirwayland ABI bumped to 3 + . mirplatformgraphics ABI bumped to 19 + . mirinputplatform ABI unchanged at 8 + - Enhancements: + . [Wayland] Bump wlr_layer_shell_unstable_v1 version from 3 to 4 + . [Wayland] Add focus_mode surface property for Layer Shell + . [Wayland] Add zwp_virtual_keyboard_v1 (closes #2063) + . [Wayland] Add zwp_text_input_v3 & zwp_input_method_v2 (closes #2139) + . [Wayland] Allow zwp_linux_buffer_params_v1.add() with + DRM_FORMAT_MOD_INVALID (Fixes #2177) + . [Wayland] Add axis source to pointer events (Fixes #2180) + . [Wayland-platform] Don't block forever in swap_buffers + . Drop mirclient, dependencies on Cap'n Proto & protobuf + - Bugs fixed: + . Mir crash when surface and role destroyed in wrong order (Fixes #2055) + . Make GTK's approach to hiding cursors work on Mir (Fixes #2073) + . [input] Handle exceptions while handling udev events + . [input] Fix InputDeviceHub threadsafety + . [Xwayland] Improve popup window types and positioning (Fixes #2037) + . [Xwayland] Use SurfaceStateTracker to track window state (Fixes #1217) + + -- Alan Griffiths Tue, 5 Oct 2021 09:06:12 +0100 + mir (2.4.1) UNRELEASED; urgency=medium [ William Wold ]