Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.5 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.30.5.
  • Loading branch information
carlosgcampos committed Feb 11, 2021
1 parent bbba6bd commit 86e8b80
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2021-02-11 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.5 release

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

2021-01-19 Lauro Moura <lmoura@igalia.com>

REGRESSION(r271580) [GTK] LTS/Debian build failure due to unsupported g-ir-scanner parameter
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2021-02-11 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.5 release

* gtk/NEWS: Add release notes for 2.30.5.

2021-01-19 Lauro Moura <lmoura@igalia.com>

REGRESSION(r271580) [GTK] LTS/Debian build failure due to unsupported g-ir-scanner parameter
Expand Down
11 changes: 11 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,14 @@
================
WebKitGTK 2.30.5
================

What's new in WebKitGTK 2.30.5?

- Bring back the WebKitPluginProcess intallation that was removed by mistake.
- Fix RunLoop objects leaked in worker threads.
- Fix aarch64 llint build with JIT disabled.
- Use Internet Explorer quirk for Google Docs.

================
WebKitGTK 2.30.4
================
Expand Down
6 changes: 3 additions & 3 deletions Source/cmake/OptionsGTK.cmake
Expand Up @@ -4,7 +4,7 @@ include(VersioningUtils)
WEBKIT_OPTION_BEGIN()
WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)

SET_PROJECT_VERSION(2 30 4)
SET_PROJECT_VERSION(2 30 5)

if (USE_GTK4)
set(WEBKITGTK_API_VERSION 5.0)
Expand All @@ -13,10 +13,10 @@ if (USE_GTK4)
else ()
set(WEBKITGTK_API_VERSION 4.0)
set(GTK_MINIMUM_VERSION 3.22.0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 8 49)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 9 49)
endif ()

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 12 17)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 13 17)

# 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 86e8b80

Please sign in to comment.