Skip to content

Commit

Permalink
Draft changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Jul 17, 2023
1 parent fbdeb72 commit 27de7b2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
mir (2.14.0) UNRELEASED; urgency=medium

[ Alan Griffiths ]
* New upstream release 2.14.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 26
. mirserver ABI unchanged at 58
. mirwayland ABI unchanged at 3
. mirplatformgraphics ABI unchanged at 20
. mirinputplatform ABI unchanged at 8
- Enhancements:
. [Wayland] Support screen lockers (`ext-session-lock-v1`)
. [Wayland] Support drag and drop
. [platforms] Consolidate RenderingPlatform implementations
. [platforms] aggregate multiple `Display`s into a combined configuration
. [platforms] Drop the dispmanx platform
. [platforms] Drop unused `last_frame_on` interface
. [Window management] "attached" windows can be "restored" by drag gesture
. [Xwayland] Ensure to call connection_is_allowed on xwayland sessions
(partial fix for #2830)
. Add support for cursor drag icons
- Bugs fixed:
. [platforms] Handle libinput device rejections better
. [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`
. [Wayland] flush display before polling (Fixes #2902)
. [doc] ignore namespaces that we do not want exported (Fixes #2365)

-- Alan Griffiths <[email protected]> Tue, 17 Jul 2023 11:55:37 +0100

mir (2.13.0) UNRELEASED; urgency=medium

[ Alan Griffiths ]
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Description: Display server for Ubuntu - server library
.
Contains the shared library needed by server applications for Mir.

Package: libmirplatform25
Package: libmirplatform26
Section: libs
Architecture: linux-any
Multi-Arch: same
Expand Down Expand Up @@ -123,7 +123,7 @@ Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmirplatform25 (= ${binary:Version}),
Depends: libmirplatform26 (= ${binary:Version}),
libmircommon-dev (= ${binary:Version}),
libboost-program-options-dev,
${misc:Depends},
Expand Down
1 change: 0 additions & 1 deletion debian/libmirplatform25.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libmirplatform26.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libmirplatform.so.26
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need MIRPLATFORM_ABI in both libmirplatform and the platform implementations.
set(MIRPLATFORM_ABI 25)
set(MIRPLATFORM_ABI 26)

set(MIRAL_VERSION_MAJOR 3)
set(MIRAL_VERSION_MINOR 9)
Expand Down

0 comments on commit 27de7b2

Please sign in to comment.