Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.26.4 release
Browse files Browse the repository at this point in the history
.:

* Source/cmake/OptionsWPE.cmake: Bump version numbers.

Source/WebKit:

* wpe/NEWS: Add release notes for 2.26.4.
  • Loading branch information
aperezdc committed Feb 14, 2020
1 parent e63b784 commit e366284
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2020-02-14 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.26.4 release

* Source/cmake/OptionsWPE.cmake: Bump version numbers.

2020-02-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.4 release
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2020-02-14 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.26.4 release

* wpe/NEWS: Add release notes for 2.26.4.

2020-02-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.4 release
Expand Down
12 changes: 11 additions & 1 deletion Source/WebKit/wpe/NEWS
@@ -1,8 +1,18 @@
=================
WPE WebKit 2.26.4
=================

What's new in WPE WebKit 2.26.4?

- Fix the build with OpenGL disabled.
- Fix the build with GCC 10.
- Fix several crashes and rendering issues.

=================
WPE WebKit 2.26.3
=================

What's new in WPE WebKit 2.26.2?
What's new in WPE WebKit 2.26.3?

- Fix issues while trying to play a video on NextCloud.
- Make sure the GL video sink uses a valid WebKit shared GL context.
Expand Down
4 changes: 2 additions & 2 deletions Source/cmake/OptionsWPE.cmake
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)

SET_PROJECT_VERSION(2 26 3)
SET_PROJECT_VERSION(2 26 4)
set(WPE_API_VERSION 1.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 8 4 5)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 8 5 5)

# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
Expand Down

0 comments on commit e366284

Please sign in to comment.