Skip to content

Commit

Permalink
Release version 1.5.90
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Mar 2, 2020
1 parent 970ef95 commit 9ca3502
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.3)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
include(VersioningUtils)

SET_PROJECT_VERSION(1 5 0)
SET_PROJECT_VERSION(1 5 90)
set(WPEBACKEND_FDO_API_VERSION 1.0)

# Before making a release, the LT_VERSION string should be modified.
Expand All @@ -13,7 +13,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 6 0 5)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 7 0 6)

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

Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
======================
1.5.90 - March 2, 2020
======================

- Added support for the DMA-BUF video plane display protocol.
- Added support for exporting DMA-BUF buffers.
- Added support for exporting SHM-based buffers.
- New API functions to obtain the backend version at runtime.
- Improved robustness of the CMake build system.

=====================
1.3.1 - June 13, 2019
=====================
Expand Down

0 comments on commit 9ca3502

Please sign in to comment.