Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release.
Browse files Browse the repository at this point in the history
.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.8.0.
  • Loading branch information
carlosgcampos committed Mar 23, 2015
1 parent 678bfe4 commit 7691ce2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK] Add a configure option to build without Redirected XComposite Window
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>

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

* gtk/NEWS: Add release notes for 2.8.0.

2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK] Add a configure option to build without Redirected XComposite Window
Expand Down
11 changes: 11 additions & 0 deletions Source/WebKit2/gtk/NEWS
@@ -1,3 +1,14 @@
=================
WebKitGTK+ 2.8.0
=================

What's new in WebKitGTK+ 2.8.0?

- Fix scrollbars rendering with GTK+ 3.16.
- Fix a crash during a drag and drop operation started by JavaScript.
- Fix the build with Wayland target enabled.
- Properly search for Wayland dependency when enabling Wayland target.

=================
WebKitGTK+ 2.7.92
=================
Expand Down
8 changes: 4 additions & 4 deletions Source/cmake/OptionsGTK.cmake
@@ -1,15 +1,15 @@
include(GNUInstallDirs)

set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 7)
set(PROJECT_VERSION_MICRO 92)
set(PROJECT_VERSION_MINOR 8)
set(PROJECT_VERSION_MICRO 0)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
set(WEBKITGTK_API_VERSION 4.0)

# Libtool library version, not to be confused with API version.
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 2 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 6 1)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 3 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 7 1)

set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
Expand Down

0 comments on commit 7691ce2

Please sign in to comment.