Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.4 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.4.
  • Loading branch information
carlosgcampos committed Jul 8, 2015
1 parent f0b4c4a commit 4ac097f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2015-07-08 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>

[CMake] Improve detection and usage of GL/GLES/EGL libraries.
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
2015-07-08 Carlos Garcia Campos <cgarcia@igalia.com>

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

* gtk/NEWS: Add release notes for 2.8.4.

2015-07-06 Commit Queue <commit-queue@webkit.org>

Unreviewed, rolling out r185896.
Expand Down
21 changes: 21 additions & 0 deletions Source/WebKit2/gtk/NEWS
@@ -1,3 +1,24 @@
=================
WebKitGTK+ 2.8.4
=================

What's new in WebKitGTK+ 2.8.4?

- Make WebSQL work by using a default quota instead of always failing in openDatabase with
DOM Exception 18.
- Improve detection and usage of GL/GLES/EGL libraries.
- Fix a crash on memory allocation using bmalloc on 32bit systems.
- Fix DOCUMENT_VIEWER cache model to actually disable the memory cache.
- Fix a WebProcess crash after too many redirect error when there's an active NPAPI plugin.
- Fix a WebProcess crash when gtk-font-name setting is empty.
- Ensure Math.abs() doesn't return negative.
- Correctly restore accelerated compositing after a WebProcess crash.
- Respect X-Frame-Options headers when loading from application cache.
- Several crashes and rendering issues fixed.
- Fix the MIPS N64 detection.
- Fix several memory leaks.
- Translation updates: Catalan.

=================
WebKitGTK+ 2.8.3
=================
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 3)
set(PROJECT_VERSION_MICRO 4)
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 6 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 10 1)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 7 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 11 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 4ac097f

Please sign in to comment.