Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 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.92.
  • Loading branch information
carlosgcampos committed Mar 6, 2019
1 parent 7fa78da commit 8777d25
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-03-06 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 release

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

2019-02-26 Dominik Infuehr <dinfuehr@igalia.com>

Fix warnings on ARM and MIPS
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2019-03-06 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.92 release

* gtk/NEWS: Add release notes for 2.23.92.

2019-03-04 Adrian Perez de Castro <aperez@igalia.com>

[GTK][WPE] Wrong license header in WebKit{,WebExtension}Autocleanups.h
Expand Down
12 changes: 12 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,15 @@
=================
WebKitGTK 2.23.92
=================

What's new in WebKitGTK 2.23.92?

- Fix constructors returning a GObject in JSC GLib API.
- Do not scan NPAPI plugins when plugins are disabled in settings.
- Add WebKitUserContentFilterStore to the API docs.
- Fix several crashes and rendering issues.
- Translation updates: Polish.

=================
WebKitGTK 2.23.91
=================
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 91)
SET_PROJECT_VERSION(2 23 92)
set(WEBKITGTK_API_VERSION 4.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 0 37)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 1 13)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 1 37)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 2 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 8777d25

Please sign in to comment.