Skip to content

Commit

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

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

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

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

[GTK] Add an option to enable MiniBrowser for non developer builds and always install it
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
2015-03-17 Carlos Garcia Campos <cgarcia@igalia.com>

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

* gtk/NEWS: Add release notes for 2.7.92.

2015-03-17 Zan Dobersek <zdobersek@igalia.com>

[CMake] Use a forwarding header for ANGLE's ShaderLang.h to avoid picking up ANGLE's EGL headers
Expand Down
25 changes: 25 additions & 0 deletions Source/WebKit2/gtk/NEWS
@@ -1,3 +1,28 @@
=================
WebKitGTK+ 2.7.92
=================

What's new in WebKitGTK+ 2.7.92?

- Add APNG support.
- Disable RC4 support in networking backend.
- Add a configure option to build with OpenGL ES 2.
- Add an option to enable MiniBrowser for non developer builds and always install it.
- Check TLS errors as soon as they are set in the SoupMessage to prevent any data
from being sent to the server in case of invalid certificate.
- Make WebKitWebView always hold a reference on WebKitWebContext now that it's
possible to create new web contexts.
- Fix a crash when entering accelerated compositing mode before the WebView is
realized.
- Fix some transfer annotations used in GObject DOM bindings.
- Fix GObject DOM objects leaked when the web view contents are updated.
- Fix a crash viewing http://www.last.fm/.
- Fix an infinite loop in ARM Linux when parallel GC is enabled it again.
- Fix the build with older versions of GStreamer.
- Fix the build when NEON_INTRINSICS is enabled.
- Fix the build with video enabled but WebAudio disabled.
- Translation updates: Hebrew, Polish.

=================
WebKitGTK+ 2.7.91
=================
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 91)
set(PROJECT_VERSION_MICRO 92)
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 1 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 5 1)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 2 6)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 6 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 c159fdd

Please sign in to comment.