Skip to content

Commit

Permalink
Draft changelog for Mir 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Feb 17, 2020
1 parent 349a5ca commit 4eb9c78
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 1)
set(MIR_VERSION_MINOR 7)
set(MIR_VERSION_PATCH 0)
set(MIR_VERSION_PATCH 1)

add_definitions(-DMIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
add_definitions(-DMIR_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 (1.7.1) UNRELEASED; urgency=medium

* New upstream release 1.7.1

- ABI summary:
. mirclient ABI unchanged at 9
. miral ABI unchanged at 3
. mirserver ABI unchanged at 53
. mircommon ABI unchanged at 7
. mirplatform ABI unchanged at 17
. mirprotobuf ABI unchanged at 3
. mirplatformgraphics ABI unchanged to 16
. mirclientplatform ABI unchanged at 5
. mirinputplatform ABI unchanged at 7
. mircore ABI unchanged at 1
. mircookie ABI unchanged at 2
- Enhancements:
. [X11] Lots of improvements to Xwayland & X11 window managment
. [X11] X11 support is no longer "experimental" (--enable-x11 replaces
--x11-display-experimental <socket>)
. [X11] add --x11-displayfd option
. [miral] Make app launch environment configurable. (Fixes: #1268)
. [miral] Add ExternalClientLauncher::launch_using_x11()
. [demos] Simplify miral-app script and make terminal logic more robust
. Tell Java toolkits that we're a non-reparenting window manager
- Bugs fixed:
. [X11] Lots of fixes to Xwayland & X11 window managment code
. [miral] Occasionally input locks when launching apps. (#1218)
. Fix FTBFS with g++-10. (Fixes: #1259)
. Correct logic to locate gmock when gtest has package configuration.
(Fixes: #1228)
. Fix FTBFS caused by GTest deprecation of INSTANTIATE_TEST_CASE_P
. Use ByteSizeLong instead of deprecated ByteSize. (Fixes #1127)
. Fix unnecessary copies in range-for loops (Clang-11 fixes)

-- Alan Griffiths <[email protected]> Mon, 17 Feb 12:09:00 +0000

mir (1.7.0) UNRELEASED; urgency=medium

* New upstream release 1.7.0
Expand Down

0 comments on commit 4eb9c78

Please sign in to comment.