Skip to content

Commit

Permalink
Release version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Feb 3, 2021
1 parent f461fd4 commit 481f02a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
========================
1.9.1 - February 3, 2021
========================

- Added API to query whether receiving rendered audio has been configured.
- The CMake build system has been removed in favor of Meson.
- Fixed memory leak on the second (and subsequent) use of
wpe_fdo_initialize_shm().
- Fixed memory leak when releasing exportable view backends.

=====================
1.7.1 - July 29, 2020
=====================
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project('WPEBackend-fdo', ['c', 'cpp'],
'cpp_std=c++11',
],
license: 'BSD-2-Clause',
version: '1.9.0',
version: '1.9.1',
)

# This refers to the API level provided. This is modified only with major,
Expand All @@ -22,7 +22,7 @@ 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, use [C, R+1, A].
soversion = [8, 0, 7]
soversion = [8, 1, 7]

# Split the *project* version into its components.
version_info = meson.project_version().split('.')
Expand Down

0 comments on commit 481f02a

Please sign in to comment.