Title: [181647] releases/WebKitGTK/webkit-2.8
Revision
181647
Author
[email protected]
Date
2015-03-17 06:08:59 -0700 (Tue, 17 Mar 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.7.92.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.8/ChangeLog (181646 => 181647)


--- releases/WebKitGTK/webkit-2.8/ChangeLog	2015-03-17 12:39:48 UTC (rev 181646)
+++ releases/WebKitGTK/webkit-2.8/ChangeLog	2015-03-17 13:08:59 UTC (rev 181647)
@@ -1,3 +1,9 @@
+2015-03-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.92 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-03-11  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Add an option to enable MiniBrowser for non developer builds and always install it

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (181646 => 181647)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-03-17 12:39:48 UTC (rev 181646)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-03-17 13:08:59 UTC (rev 181647)
@@ -1,3 +1,9 @@
+2015-03-17  Carlos Garcia Campos  <[email protected]>
+
+        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  <[email protected]>
 
         [CMake] Use a forwarding header for ANGLE's ShaderLang.h to avoid picking up ANGLE's EGL headers

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS (181646 => 181647)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-03-17 12:39:48 UTC (rev 181646)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-03-17 13:08:59 UTC (rev 181647)
@@ -1,4 +1,29 @@
 =================
+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
 =================
 

Modified: releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake (181646 => 181647)


--- releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-03-17 12:39:48 UTC (rev 181646)
+++ releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-03-17 13:08:59 UTC (rev 181647)
@@ -2,14 +2,14 @@
 
 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(_javascript_CORE 19 5 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 2 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 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.")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to