Skip to content

Commit

Permalink
Draft changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Jan 6, 2023
1 parent 4ebc312 commit cc93c86
Show file tree
Hide file tree
Showing 2 changed files with 16 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.4.0)
project(wlcs VERSION 1.5.0)

add_definitions(-D_GNU_SOURCE)
add_definitions(-D_FILE_OFFSET_BITS=64)
Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
wlcs (1.5.0-0ubuntu0) UNRELEASED; urgency=medium

* New upstream release. Notable changes:
+ Tests for zwlr_virtual_pointer_v1
+ Use maximum shared version when binding globals (Fixes #234)
+ Make zxdg_shell_v6 ExpectedlyNotSupported if not in supported_extensions
(Fixes #237)
+ Destroy xdg_toplevel before xdg_surface on cleanup
+ Fixup CMakeLists.txt so tests can use MOCK_METHOD
+ c++20
+ Fix BadBufferTest.test_truncated_shm_file protocol error
+ Fix CMake install dir usage in pkgconfig, honour CMAKE_INSTALL_INCLUDEDIR

-- Alan Griffiths <[email protected]> Fri, 6 Jan 2023 11:40:13 +0000

wlcs (1.4.0-0ubuntu0) UNRELEASED; urgency=medium

* New upstream release. Notable changes:
Expand Down

0 comments on commit cc93c86

Please sign in to comment.