From de09f78f1f6c42e2938591ef7a2efb9ea2c1cd41 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 8 May 2019 18:46:04 +0300 Subject: [PATCH] Release: WPEBackend-fdo 1.3.0 --- CMakeLists.txt | 4 ++-- NEWS | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a94387..6d85498 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 1 0) +SET_PROJECT_VERSION(1 3 0) 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 2 0 1) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 3 0 2) project(wpebackend-fdo VERSION "${PROJECT_VERSION}") diff --git a/NEWS b/NEWS index bd475a1..d02f94c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +=================== +1.3.0 - May 8, 2019 +=================== + +- Do not include EGL headers in libwpe public headers. +- New API for exported images which allows querying their dimension their + backing EGLImageKHR. +- Use the default priority for the GLib event sources. + ========================= 1.1.0 - December 14, 2018 =========================