Skip to content

Commit

Permalink
Draft changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Oct 1, 2021
1 parent a8206f1 commit 64eb00f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
37 changes: 37 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 5 Oct 2021 09:06:12 +0100

mir (2.4.1) UNRELEASED; urgency=medium

[ William Wold ]
Expand Down

0 comments on commit 64eb00f

Please sign in to comment.