Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.91 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.23.91.
  • Loading branch information
carlosgcampos committed Feb 20, 2019
1 parent d7e876c commit 6e09ca1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2019-02-20 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.91 release

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

2019-02-14 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.90 release
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2019-02-20 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.91 release

* gtk/NEWS: Add release notes for 2.23.91.

2019-02-20 Adrian Perez de Castro <aperez@igalia.com>

[WPE][GTK] Enable support for CONTENT_EXTENSIONS
Expand Down
12 changes: 12 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,15 @@
=================
WebKitGTK 2.23.91
=================

What's new in WebKitGTK 2.23.91?

- Add new API to handle user content filters.
- Fix a UI process crash while filling selection data during drag and drop.
- Fix deadlock on Linux/x64 between SamplingProfiler and VMTraps.
- Fix several crashes and rendering issues.
- Translation updates: Italian.

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

SET_PROJECT_VERSION(2 23 90)
SET_PROJECT_VERSION(2 23 91)
set(WEBKITGTK_API_VERSION 4.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 73 0 36)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 0 13)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 0 37)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 1 13)

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

Please sign in to comment.