Title: [153924] trunk
Revision
153924
Author
[email protected]
Date
2013-08-11 10:41:09 -0700 (Sun, 11 Aug 2013)

Log Message

Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.

.:

* Source/autotools/Versions.m4: Update version numbers.

Source/WebKit/gtk:

* NEWS: Update release notes.

Modified Paths

Diff

Modified: trunk/ChangeLog (153923 => 153924)


--- trunk/ChangeLog	2013-08-11 17:40:14 UTC (rev 153923)
+++ trunk/ChangeLog	2013-08-11 17:41:09 UTC (rev 153924)
@@ -1,3 +1,9 @@
+2013-08-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
+
+        * Source/autotools/Versions.m4: Update version numbers.
+
 2013-08-09  Zan Dobersek  <[email protected]>
 
         [Automake] Clean up OpenGL graphics configuration sections

Modified: trunk/Source/WebKit/gtk/ChangeLog (153923 => 153924)


--- trunk/Source/WebKit/gtk/ChangeLog	2013-08-11 17:40:14 UTC (rev 153923)
+++ trunk/Source/WebKit/gtk/ChangeLog	2013-08-11 17:41:09 UTC (rev 153924)
@@ -1,3 +1,9 @@
+2013-08-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
+
+        * NEWS: Update release notes.
+
 2013-08-09  Alexey Proskuryakov  <[email protected]>
 
         REGRESSION (r142755): window.open creates an invisible window when width and height are 0

Modified: trunk/Source/WebKit/gtk/NEWS (153923 => 153924)


--- trunk/Source/WebKit/gtk/NEWS	2013-08-11 17:40:14 UTC (rev 153923)
+++ trunk/Source/WebKit/gtk/NEWS	2013-08-11 17:41:09 UTC (rev 153924)
@@ -4,16 +4,22 @@
 
 What's new in WebKitGTK+ 2.1.4?
 
+  - Add WebKitWebView::authenticate signal to WebKit2 GTK API.
+  - Expose KeyboardEvent in GObject DOM bindings.
   - Implement attributesOfChildren() for AccessibilityUIElement.
   - Implement allAttributes() for AccessibilityUIElement.
   - Fix issues with edge cases when getting offsets for a text range
     in AtkText.
   - Remote inspector server now notifies about errors when loading
     resurces.
+  - Disable HTTP request "Accept-Encoding:" header field on gstreamer
+    source element to avoid receiving the wrong size when retrieving
+    data.
   - Fix the final position when receiving several seek calls in a row,
     in GStreamer media backend.
   - When rendering accelerated video, upload onto the texture only the
     buffer to be painted.
+  - Fix response property definition of WebKitResponsePolicyDecision.
   - Fix a crash in WebKit1 when the WebView is created and destroyed
     too fast.
   - Fix a crash in UI process when the web process crashes.

Modified: trunk/Source/autotools/Versions.m4 (153923 => 153924)


--- trunk/Source/autotools/Versions.m4	2013-08-11 17:40:14 UTC (rev 153923)
+++ trunk/Source/autotools/Versions.m4	2013-08-11 17:41:09 UTC (rev 153924)
@@ -12,8 +12,8 @@
 # Libtool library version, not to confuse with API version.
 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
 m4_define([libwebkitgtk_version], [19:3:19])
-m4_define([libjavascriptcoregtk_version], [14:3:14])
-m4_define([libwebkit2gtk_version], [26:3:1])
+m4_define([libjavascriptcoregtk_version], [15:0:15])
+m4_define([libwebkit2gtk_version], [27:0:2])
 
 m4_define([gtk2_required_version], [2.24.10])
 m4_define([gail2_required_version], [1.8])
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to