Skip to content

Commit

Permalink
Draft changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Nov 6, 2023
1 parent cc12d6f commit caf2d8e
Show file tree
Hide file tree
Showing 2 changed files with 28 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 13)
set(MIR_VERSION_PATCH 0)
set(MIR_VERSION_PATCH 1)

add_compile_definitions(MIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
add_compile_definitions(MIR_VERSION_MINOR=${MIR_VERSION_MINOR})
Expand Down
27 changes: 27 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
mir (2.13.1) UNRELEASED; urgency=medium

[ Alan Griffiths ]
* New upstream release 2.13.1

- 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 unchanged at 24
. mirserver ABI unchanged at 58
. mirwayland ABI unchanged at 3
. mirplatformgraphics ABI unchanged at 20
. mirinputplatform ABI unchanged at 8
- Bugs fixed:
. Unable to close miral-shell using keybind via VNC due to
DecorationProvider (Fixes #3070)
. [input] keyboard meta key state gets out of step (Fixes: #2837)
. [platforms] Handle libinput device rejections better #2927
. [platforms] Assume evdev platform is supported (Fixes: #2837)
. [platforms] Fix naming of outputs on Nvidia cards (Fixes: #2968)
. server/ShmBacking: Fix leak in `install_sigbus_handler` #2895

-- Alan Griffiths <[email protected]> Thu, 06 Nov 2023 17:000:57 +0200

mir (2.13.0) UNRELEASED; urgency=medium

[ Alan Griffiths ]
Expand Down

0 comments on commit caf2d8e

Please sign in to comment.