Title: [171850] trunk
Revision
171850
Author
[email protected]
Date
2014-07-31 07:05:05 -0700 (Thu, 31 Jul 2014)

Log Message

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

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

Source/WebKit2:
* gtk/NEWS: Add release notes for 2.5.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (171849 => 171850)


--- trunk/ChangeLog	2014-07-31 13:43:52 UTC (rev 171849)
+++ trunk/ChangeLog	2014-07-31 14:05:05 UTC (rev 171850)
@@ -1,5 +1,11 @@
 2014-07-31  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+2014-07-31  Carlos Garcia Campos  <[email protected]>
+
         [GTK] Bump binary version for 2.6
         https://bugs.webkit.org/show_bug.cgi?id=133724
 

Modified: trunk/Source/WebKit2/ChangeLog (171849 => 171850)


--- trunk/Source/WebKit2/ChangeLog	2014-07-31 13:43:52 UTC (rev 171849)
+++ trunk/Source/WebKit2/ChangeLog	2014-07-31 14:05:05 UTC (rev 171850)
@@ -1,5 +1,11 @@
 2014-07-31  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
+
+        * gtk/NEWS: Add release notes for 2.5.1.
+
+2014-07-31  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Fix GTK+ make distcheck.
 
         * Shared/InteractionInformationAtPosition.h: Only include

Modified: trunk/Source/WebKit2/gtk/NEWS (171849 => 171850)


--- trunk/Source/WebKit2/gtk/NEWS	2014-07-31 13:43:52 UTC (rev 171849)
+++ trunk/Source/WebKit2/gtk/NEWS	2014-07-31 14:05:05 UTC (rev 171850)
@@ -1,4 +1,30 @@
 =================
+WebKitGTK+  2.5.1
+=================
+
+What's new in WebKitGTK+ 2.5.1?
+
+  - WebKit1 API has been removed.
+  - Binary version bump to make WebKit1 and WebKit2 parallel installable.
+  - Switch to CMake build system.
+  - The WebKitWebView::create signal now receives a WebKitNavigationAction
+    with information about the navigation action that triggered the signal.
+  - WebKitWebViewGroup has been removed from the API and WebKitUserContentManager
+    has been added to handle user stylesheets.
+  - WebKitCertificateInfo has also been removed. WebKitWebView::load-failed-with-tls-errors
+    signal now receives a GTlsCertificate and GTlsCertificateFlags, and
+    webkit_web_context_allow_tls_certificate_for_host() receives a GTlsCertificate.
+  - The view mode API (webkit_web_view_set_view_mode() and webkit_web_view_get_view_mode())
+    has been removed, since WebCore doesn't support view source mode anymore.
+  - The DOM bindings API has been split into stable and unstable parts,
+    and all deprecated methods have been removed. The stable part will
+    keep API/ABI backwards compatibility, while the unstable part might change.
+  - Add API to load arbitrary data optionally giving the encoding and MIME Type.
+  - Add support for plugins using GTK+ 3.
+  - Add HighDPI support for non-accelerated compositing contents.
+  - Use a different user agent string depending on the site.
+
+=================
 WebKitGTK+  2.3.4
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (171849 => 171850)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-07-31 13:43:52 UTC (rev 171849)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-07-31 14:05:05 UTC (rev 171850)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 5)
-set(PROJECT_VERSION_PATCH 0)
+set(PROJECT_VERSION_PATCH 1)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -186,8 +186,8 @@
 add_definitions(-DBUILDING_GTK__=1)
 add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
 add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
-add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=538)
-add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION=35)
+add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION=601)
+add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION=1)
 add_definitions(-DWEBKITGTK_API_VERSION_STRING="${WEBKITGTK_API_VERSION}")
 
 if (ENABLE_VIDEO OR ENABLE_WEB_AUDIO)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to