From 932f65a97b13def27ce35b86d6f367c7c10e0c88 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Thu, 13 Jun 2019 17:35:33 +0300 Subject: [PATCH] Release: WPEBackend-fdo 1.3.1 --- CMakeLists.txt | 4 ++-- NEWS | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8854864..661d7aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(VERSION 3.0) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") include(VersioningUtils) -SET_PROJECT_VERSION(1 3 0) +SET_PROJECT_VERSION(1 3 1) set(WPEBACKEND_FDO_API_VERSION 1.0) # Before making a release, the LT_VERSION string should be modified. @@ -14,7 +14,7 @@ set(WPEBACKEND_FDO_API_VERSION 1.0) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 3 0 2) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 4 0 3) project(wpebackend-fdo VERSION "${PROJECT_VERSION}") diff --git a/NEWS b/NEWS index d02f94c..e87f740 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +===================== +1.3.1 - June 13, 2019 +===================== + +- New macros in the API to check the version at compilation time. +- Added support for detaching and attaching new ones for a view backend. +- Improved handling of Wayland events. +- Improved how CMake searches for wayland-scanner, making it friendlier for + cross-compilation. +- Fixed double-free of callback resources during destruction of view backends. + =================== 1.3.0 - May 8, 2019 ===================