From 8742e22ff16aaa0b6dc22ce5fcf653f45ddccd11 Mon Sep 17 00:00:00 2001 From: Alan Griffiths Date: Thu, 27 May 2021 14:09:06 +0100 Subject: [PATCH] Draft changelog --- CMakeLists.txt | 2 +- debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95947283..870ac130 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.5) cmake_policy(SET CMP0015 NEW) cmake_policy(SET CMP0022 NEW) -project(wlcs VERSION 1.2.1) +project(wlcs VERSION 1.3.0) add_definitions(-D_GNU_SOURCE) add_definitions(-D_FILE_OFFSET_BITS=64) diff --git a/debian/changelog b/debian/changelog index a4be7f1b..351f5e22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +wlcs (1.3.0-0ubuntu0) groovy; urgency=medium + + * New upstream release. Notable changes: + + Check Cursor movement is not propagating to clients correctly when + zwp_relative_pointer_manager_v1 is enabled + + Support getting the latest serial sent from the compositor (useful for + popup grabs, and possibly other things in the future). Adding `wl_keyboard` + makes sure new surfaces have a serial once they're focused, and provides + access to keyboard focus + + Test that correct input event is used for interactive move + + Fix FindGtestGmock.cmake for new cmake (Fixes the build on Alpine Linux) + + Test that layer surfaces are correctly reconfigured + + Add tests for popup done event + + Test surfaces get enter/leave events + + Test version 2 and 3 features of zwlr_layer_shell_v1 + + Destroy subsurfaces + + Show surface type names in paramaterized touch tests + + -- Alan Griffiths Thu, 27 May 2021 13:13:13 +0100 + wlcs (1.2.1-0ubuntu0) groovy; urgency=medium * New upstream release. Notable changes: