Skip to content

Commit

Permalink
Draft changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed May 27, 2021
1 parent 2ddde5e commit 8742e22
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 27 May 2021 13:13:13 +0100

wlcs (1.2.1-0ubuntu0) groovy; urgency=medium

* New upstream release. Notable changes:
Expand Down

0 comments on commit 8742e22

Please sign in to comment.