Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.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.18.5.
  • Loading branch information
carlosgcampos committed Jan 10, 2018
1 parent 220badc commit 60d64d0
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 @@
2018-01-10 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.5 release.

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

2017-12-19 Carlos Garcia Campos <cgarcia@igalia.com>

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

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.5 release.

* gtk/NEWS: Add release notes for 2.18.5.

2017-12-18 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK][WPE] Enable WebProcess memory monitor
Expand Down
11 changes: 11 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,14 @@
==================
WebKitGTK+ 2.18.5
==================

What's new in WebKitGTK+ 2.18.4?

- Disable SharedArrayBuffers from Web API.
- Reduce the precision of "high" resolution time to 1ms.
- Fix API documentation generation with newer gtk-doc.
- Security fixes: includes improvements to mitigate the effects of Spectre (CVE-2017-5753 and CVE-2017-5715).

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

SET_PROJECT_VERSION(2 18 4)
SET_PROJECT_VERSION(2 18 5)
set(WEBKITGTK_API_VERSION 4.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 7 24)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 24 13 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 8 24)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 24 14 6)

# 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 60d64d0

Please sign in to comment.