Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.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.26.1.
  • Loading branch information
carlosgcampos committed Sep 23, 2019
1 parent 4d67220 commit 1234984
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2019-09-23 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release

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

2019-09-15 Adrian Perez de Castro <aperez@igalia.com>

[GTK][WPE] Do not run the Bubblewrap executable when configuring for cross-compilation
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2019-09-23 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release

* gtk/NEWS: Add release notes for 2.26.1.

2019-09-23 Michael Catanzaro <mcatanzaro@igalia.com>

[SOUP] Stop setting G_TLS_GNUTLS_PRIORITY
Expand Down
15 changes: 15 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,18 @@
================
WebKitGTK 2.26.1
================

What's new in WebKitGTK+ 2.26.1?

- Fix MSE media player with GStreamer 1.14.
- Fix HTML alternate loads never finishing.
- Fix web view initialization delay on fisrt load.
- Validate user agent string set via API.
- Fix a crash when a web view is destroyed with accelerated compositing mode enabled.
- Fix EGL initialization with newer versions of Mesa.
- Do not enable the sandbox inside docker.
- Fix several crashes and rendering issues.

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

SET_PROJECT_VERSION(2 26 0)
SET_PROJECT_VERSION(2 26 1)
set(WEBKITGTK_API_VERSION 4.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 1 39)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 5 14)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 2 39)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 6 14)

# 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 1234984

Please sign in to comment.