Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.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.30.3.
  • Loading branch information
aperezdc committed Nov 20, 2020
1 parent 57b881d commit 2cd2cc7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2020-11-20 Adrian Perez de Castro <aperez@igalia.com>

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

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

2020-11-20 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

* wpe/NEWS: Add release notes for 2.30.3.

2020-11-20 Carlos Garcia Campos <cgarcia@igalia.com>

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

What's new in WPE WebKit 2.30.3?

- Add new JavaScriptCore build option USE_64KB_PAGE_BLOCK.
- Update Outlook User-Agent quirk.
- Fix rendering of CSS backdrop filters with rounded borders.
- Fix <iframe> scrolling when asynchronous scrolling is in use.
- Fix the build with video support disabled.
- Fix several crashes and rendering issues.

=================
WPE WebKit 2.30.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 30 2)
SET_PROJECT_VERSION(2 30 3)
set(WPE_API_VERSION 1.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 5 11)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 6 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 2cd2cc7

Please sign in to comment.