Skip to content

Commit

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

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.22.2.
  • Loading branch information
aperezdc committed Sep 21, 2018
1 parent 8c8ded2 commit 2ebe3d0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2018-09-21 Adrian Perez de Castro <aperez@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.1 release.

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

2018-09-20 Carlos Garcia Campos <cgarcia@igalia.com>

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

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.1 release.

* gtk/NEWS: Add release notes for 2.22.2.

2018-09-20 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.1 release.
Expand Down
14 changes: 14 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,17 @@
=================
WebKitGTK+ 2.22.2
=================

What's new in WebKitGTK+ 2.22.2?

- Several fixes for video playback with media source extensions (MSE).
This allows using WebM support for YouTube, which no longer works through
regular video source. Note that MSE is still disabled by default and
webkit_settings_set_enable_mediasource() has to be used to enable the
feature.
- Fix the build when only Wayland support is enabled and X11 headers are
not available.

=================
WebKitGTK+ 2.22.1
=================
Expand Down
6 changes: 3 additions & 3 deletions Source/cmake/OptionsGTK.cmake
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)

SET_PROJECT_VERSION(2 22 1)
SET_PROJECT_VERSION(2 22 2)
set(WEBKITGTK_API_VERSION 4.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 2 33)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 29 2 11)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 3 33)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 29 3 11)

# 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 2ebe3d0

Please sign in to comment.