Skip to content

Commit

Permalink
Release: WPEBackend-fdo 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Dec 14, 2018
1 parent 7e64453 commit c4fb048
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(VERSION 3.0)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
include(VersioningUtils)

SET_PROJECT_VERSION(1 0 0)
SET_PROJECT_VERSION(1 1 0)
set(WPEBACKEND_FDO_API_VERSION 0.1)

# Before making a release, the LT_VERSION string should be modified.
Expand All @@ -14,7 +14,7 @@ set(WPEBACKEND_FDO_API_VERSION 0.1)
# - 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 1 0 0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 2 0 1)

project(wpebackend-fdo VERSION "${PROJECT_VERSION}")

Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
=========================
1.1.0 - December 14, 2018
=========================

- Use the new libwpe API to notify when frames have been displayed.
- Allow calling wpe_fdo_initialize_for_egl_display() multiple times, with
a warning printed to the standard error output when trying to switch
displays (which is unsupported).
- Provide a dummy implementation of the EGL offscreen target interface, to
let WebKit use Pbuffer-based offscreen contexts as fallback, instead of
crashing.
- Minor cleanups in headers and function prototypes.

=======================
1.0.0 - August 21, 2018
=======================
Expand Down

0 comments on commit c4fb048

Please sign in to comment.