Title: [175246] trunk
Revision
175246
Author
carlo...@webkit.org
Date
2014-10-28 06:52:44 -0700 (Tue, 28 Oct 2014)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.7.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (175245 => 175246)


--- trunk/ChangeLog	2014-10-28 12:49:38 UTC (rev 175245)
+++ trunk/ChangeLog	2014-10-28 13:52:44 UTC (rev 175246)
@@ -1,3 +1,9 @@
+2014-10-28  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2014-10-21  Ryuan Choi  <ryuan.c...@gmail.com>
 
         [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake

Modified: trunk/Source/WebKit2/ChangeLog (175245 => 175246)


--- trunk/Source/WebKit2/ChangeLog	2014-10-28 12:49:38 UTC (rev 175245)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-28 13:52:44 UTC (rev 175246)
@@ -1,3 +1,9 @@
+2014-10-28  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
+
+        * gtk/NEWS: Add release notes for 2.7.1.
+
 2014-10-28  Dan Bernstein  <m...@apple.com>
 
         [Mac] OS X Mavericks build broken with public SDK

Modified: trunk/Source/WebKit2/gtk/NEWS (175245 => 175246)


--- trunk/Source/WebKit2/gtk/NEWS	2014-10-28 12:49:38 UTC (rev 175245)
+++ trunk/Source/WebKit2/gtk/NEWS	2014-10-28 13:52:44 UTC (rev 175246)
@@ -1,4 +1,17 @@
 =================
+WebKitGTK+  2.7.1
+=================
+
+What's new in WebKitGTK+ 2.7.1?
+
+  - Add initial gestures support. For now only drag, zoom and tap
+    gestures are supported, but it's enough ot make WebKitGTK+ usable
+    in touch screens. It requires GTK+ 3.14.
+  - Add webkit_hit_test_result_context_is_selection().
+  - The Web Inspector now uses a separate Web Process.
+  - Add implementation of subtle crypto HMAC and digest algorithms.
+
+=================
 WebKitGTK+  2.5.3
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (175245 => 175246)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-10-28 12:49:38 UTC (rev 175245)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-10-28 13:52:44 UTC (rev 175246)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 7)
-set(PROJECT_VERSION_MICRO 0)
+set(PROJECT_VERSION_MICRO 1)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to