Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.1 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.1.
  • Loading branch information
carlosgcampos committed Apr 14, 2015
1 parent e40fe47 commit a9eccf5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2015-04-14 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

2015-04-06 Alberto Garcia <berto@igalia.com>

[GTK] Fix HPPA build
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
2015-04-14 Carlos Garcia Campos <cgarcia@igalia.com>

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

* gtk/NEWS: Add release notes for 2.8.1.

2015-04-12 Sungmann Cho <sungmann.cho@navercorp.com>

Remove PluginModuleInfo.cpp from WebKit2
Expand Down
14 changes: 14 additions & 0 deletions Source/WebKit2/gtk/NEWS
@@ -1,3 +1,17 @@
=================
WebKitGTK+ 2.8.1
=================

What's new in WebKitGTK+ 2.8.1?

- Handle keep-alive connections in GStreamer HTTP source element.
- Fix a crash in DOMObjectCache when a wrapped object owned by the cache is
unreffed by the user.
- Fix rendering of drag and drop icon.
- Fix the build with REDIRECTED_XCOMPOSITE_WINDOW disabled in X11 platform.
- Fix the build with Wayland target enabled.
- Fix the build for HPPA.

=================
WebKitGTK+ 2.8.0
=================
Expand Down
6 changes: 3 additions & 3 deletions Source/cmake/OptionsGTK.cmake
Expand Up @@ -2,14 +2,14 @@ include(GNUInstallDirs)

set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 8)
set(PROJECT_VERSION_MICRO 0)
set(PROJECT_VERSION_MICRO 1)
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 3 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 7 1)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 4 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 8 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 a9eccf5

Please sign in to comment.