Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake for the 2.22.3 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.22.3.
  • Loading branch information
aperezdc committed Dec 13, 2018
1 parent e04cebd commit e57ea41
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2018-12-13 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.

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

2018-12-13 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsGTK.cmake for the 2.22.5 release.
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2018-12-13 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.

* wpe/NEWS: Add release notes for 2.22.3.

2018-12-13 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsGTK.cmake for the 2.22.5 release.
Expand Down
11 changes: 11 additions & 0 deletions Source/WebKit/wpe/NEWS
@@ -1,3 +1,14 @@
=================
WPE WebKit 2.22.3
=================

What's new in WPE WebKit 2.22.3?

- Improved the logic to determine for which architectures to enable
the JIT compiler support and USE_SYSTEM_MALLOC at build time.
- Fix the build with ENABLE_VIDEO=OFF and ENABLE_OPENGL=OFF.
- Fix several crashes.

=================
WPE WebKit 2.22.2
=================
Expand Down
4 changes: 2 additions & 2 deletions Source/cmake/OptionsWPE.cmake
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)

SET_PROJECT_VERSION(2 22 2)
SET_PROJECT_VERSION(2 22 3)
set(WPE_API_VERSION 0.1)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 3 2)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 4 2)

# 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 e57ea41

Please sign in to comment.