Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 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.2.
  • Loading branch information
aperezdc committed Nov 21, 2018
1 parent 8ead8dc commit ac3eeda
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2018-11-21 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.

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

2018-11-21 Adrian Perez de Castro <aperez@igalia.com>

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

Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.

* wpe/NEWS: Add release notes for 2.22.2.

2018-11-21 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
Expand Down
10 changes: 10 additions & 0 deletions Source/WebKit/wpe/NEWS
@@ -1,3 +1,13 @@
=================
WPE WebKit 2.22.2
=================

What's new in WPE WebKit 2.22.2?

- Fix a crash when using Cairo versions between 1.15 and 1.16.0
- Fix the build with -DLOG_DISABLED=0.
- Fix several crashes and rendering issues.

=================
WPE WebKit 2.22.1
=================
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 1)
SET_PROJECT_VERSION(2 22 2)
set(WPE_API_VERSION 0.1)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 2 2)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 3 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 ac3eeda

Please sign in to comment.