Title: [176517] trunk
Revision
176517
Author
[email protected]
Date
2014-11-24 04:45:13 -0800 (Mon, 24 Nov 2014)

Log Message

.:
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.

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

Source/WebKit2:
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.2 release.

* gtk/NEWS: Add release notes for 2.7.2.

Modified Paths

Diff

Modified: trunk/ChangeLog (176516 => 176517)


--- trunk/ChangeLog	2014-11-24 12:12:08 UTC (rev 176516)
+++ trunk/ChangeLog	2014-11-24 12:45:13 UTC (rev 176517)
@@ -1,3 +1,9 @@
+2014-11-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2014-11-20  Csaba Osztrogonác  <[email protected]>
 
         [CMake] Use ld.gold if it is available to speedup builds

Modified: trunk/Source/WebKit2/ChangeLog (176516 => 176517)


--- trunk/Source/WebKit2/ChangeLog	2014-11-24 12:12:08 UTC (rev 176516)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-24 12:45:13 UTC (rev 176517)
@@ -1,3 +1,9 @@
+2014-11-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.2 release.
+
+        * gtk/NEWS: Add release notes for 2.7.2.
+
 2014-11-24  Krzysztof Czech  <[email protected]>
 
         [EFL] Utilize Eail library to support accessibility in EFL

Modified: trunk/Source/WebKit2/gtk/NEWS (176516 => 176517)


--- trunk/Source/WebKit2/gtk/NEWS	2014-11-24 12:12:08 UTC (rev 176516)
+++ trunk/Source/WebKit2/gtk/NEWS	2014-11-24 12:45:13 UTC (rev 176517)
@@ -1,4 +1,27 @@
 =================
+WebKitGTK+  2.7.2
+=================
+
+What's new in WebKitGTK+ 2.7.2?
+
+  - Fix SSL connection issues with some websites after the POODLE vulnerability fix.
+  - Add API to handle user script messages.
+  - Add context menu API to Web Process Extensions.
+  - Add API to create a WebKitWebContext.
+  - Add API to override the default local storage directory.
+  - Add WebKitWebResource::failed-with-tls-errors signal to notify about load failures
+    due to TLS errors also in sub-resources.
+  - Fix several crashes in accessibility implementation.
+  - Fix XMLHttpRequest with a timeout when using the network process.
+  - Fix XMLHttpRequest with cookies disabled when using the network process.
+  - Fix a crash in the network process when a synchronous load redirects to a new url
+    in a different security origin.
+  - Fix a crash in TextureMapper when video resolution changes.
+  - Correctly report the memory used by the media player to the garbage collector to
+    make sure it’s freed when the video element is removed from the DOM.
+  - Fix documentation of webkit_print_operation_get_page_setup().
+
+=================
 WebKitGTK+  2.7.1
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (176516 => 176517)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-11-24 12:12:08 UTC (rev 176516)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-11-24 12:45:13 UTC (rev 176517)
@@ -2,14 +2,14 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 7)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
 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 39 0 2)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 0 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 40 0 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 1 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