Skip to content

Commit

Permalink
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.91 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.7.91.
  • Loading branch information
carlosgcampos committed Mar 3, 2015
1 parent 941f8d9 commit 3f23cba
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2015-03-03 Carlos Garcia Campos <cgarcia@igalia.com>

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

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

2015-03-02 Debarshi Ray <debarshir@gnome.org>

REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
2015-03-03 Carlos Garcia Campos <cgarcia@igalia.com>

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

* gtk/NEWS: Add release notes for 2.7.91.

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

REGRESSION(r177075): WebProcess crashes when entering accelerating compositing mode before the WebView is realized
Expand Down
19 changes: 19 additions & 0 deletions Source/WebKit2/gtk/NEWS
@@ -1,3 +1,22 @@
=================
WebKitGTK+ 2.7.91
=================

What's new in WebKitGTK+ 2.7.91?

- Enable concurrent JIT.
- Add support for ARIA 1.1 'switch' and 'searchbox' roles.
- Fix synchronous loads when maximum connection limits are reached.
- Fix web timing calculations when loading resources from the disk cache.
- Fix a crash when loading a local file with webkit_web_view_load_alternate_html.
- Fix a WebProcess crash when entering accelerating compositing mode before the
WebView is realized.
- Improve the appearance of fonts loaded via @font-face.
- Fix undefined symbol issue when loading web extensions.
- Build bmalloc as a static library.
- Fix the build with CMake 3.2.
- Fix the C-Loop LLInt build.

=================
WebKitGTK+ 2.7.90
=================
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 7)
set(PROJECT_VERSION_MICRO 90)
set(PROJECT_VERSION_MICRO 91)
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 0 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 4 1)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 1 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 5 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 3f23cba

Please sign in to comment.