Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgcampos committed Nov 10, 2017
1 parent 0d7cd6a commit aedea70
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2017-11-10 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

2017-10-27 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

* gtk/NEWS: Add release notes for 2.18.3.

2017-10-27 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.2 release.
Expand Down
10 changes: 10 additions & 0 deletions Source/WebKit/gtk/NEWS
@@ -1,3 +1,13 @@
==================
WebKitGTK+ 2.18.3
==================

What's new in WebKitGTK+ 2.18.3?

- Improve calculation of font metrics to prevent scrollbars from being shown unnecessarily in some cases.
- Fix handling of null capabilities in WebDriver implementation.
- Security fixes: CVE-2017-13798, CVE-2017-13788, CVE-2017-13803.

==================
WebKitGTK+ 2.18.2
==================
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 2)
SET_PROJECT_VERSION(2 18 3)
set(WEBKITGTK_API_VERSION 4.0)

CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 5 24)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 24 11 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 6 24)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 24 12 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 aedea70

Please sign in to comment.