Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.2 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.21.2.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@232011 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
[email protected] committed May 21, 2018
1 parent a73214c commit 6c81ffa
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-05-21 Carlos Garcia Campos <[email protected]>

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

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

2018-05-17 Carlos Alberto Lopez Perez <[email protected]>

[WPE] Implement and enable FULLSCREEN_API
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-05-21 Carlos Garcia Campos <[email protected]>

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

* gtk/NEWS: Add release notes for 2.21.2.

2018-05-21 Carlos Garcia Campos <[email protected]>

Unreviewed, rolling out r222967.
Expand Down
16 changes: 16 additions & 0 deletions Source/WebKit/gtk/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
=================
WebKitGTK+ 2.21.2
=================

What's new in WebKitGTK+ 2.21.2?

- Remove resource load statistics API, it's not ready yet.
- Add initial implementation of WebDriver advance user insteraction commands.
- Add introspectable alternatives for functions using vargars to JavaScriptCore GLib API.
- Implement MouseEvent.buttons.
- Do TLS error checking on GTlsConnection::accept-certificate to finish the load earlier in case of errors.
- Fix downloads started by context menu failing in some websites due to missing user agent HTTP header.
- Avoid painting backing stores for zero-opacity layers.
- Fix the installation path of API documentation.
- Fix several crashes and rendering issues.

=================
WebKitGTK+ 2.21.1
=================
Expand Down
6 changes: 3 additions & 3 deletions Source/cmake/OptionsGTK.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)

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

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 66 0 29)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 26 0 8)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 67 0 30)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 27 0 9)

# 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 6c81ffa

Please sign in to comment.