Title: [248153] trunk
- Revision
- 248153
- Author
- [email protected]
- Date
- 2019-08-02 06:22:28 -0700 (Fri, 02 Aug 2019)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers
Source/WebKit:
* gtk/NEWS: Add release notes for 2.25.4.
Modified Paths
Diff
Modified: trunk/ChangeLog (248152 => 248153)
--- trunk/ChangeLog 2019-08-02 10:20:48 UTC (rev 248152)
+++ trunk/ChangeLog 2019-08-02 13:22:28 UTC (rev 248153)
@@ -1,3 +1,9 @@
+2019-08-02 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
2019-07-31 Carlos Garcia Campos <[email protected]>
[GTK] Datalist element support for TextFieldInputType
Modified: trunk/Source/WebKit/ChangeLog (248152 => 248153)
--- trunk/Source/WebKit/ChangeLog 2019-08-02 10:20:48 UTC (rev 248152)
+++ trunk/Source/WebKit/ChangeLog 2019-08-02 13:22:28 UTC (rev 248153)
@@ -1,5 +1,11 @@
2019-08-02 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release
+
+ * gtk/NEWS: Add release notes for 2.25.4.
+
+2019-08-02 Carlos Garcia Campos <[email protected]>
+
[SOUP] WebSockets: use SOUP_WEBSOCKET_CLOSE_NO_STATUS when closing with no status
https://bugs.webkit.org/show_bug.cgi?id=200338
Modified: trunk/Source/WebKit/gtk/NEWS (248152 => 248153)
--- trunk/Source/WebKit/gtk/NEWS 2019-08-02 10:20:48 UTC (rev 248152)
+++ trunk/Source/WebKit/gtk/NEWS 2019-08-02 13:22:28 UTC (rev 248153)
@@ -1,4 +1,16 @@
================
+WebKitGTK 2.25.4
+================
+
+What's new in WebKitGTK+ 2.25.4?
+
+ - Switch to use libsoup WebSockets API.
+ - Add support for permessage-deflate WebSocket extension.
+ - Add support for datalist element in text input fields.
+ - Fix a crash with empty video source.
+ - Fix several crashes and rendering issues.
+
+================
WebKitGTK 2.25.3
================
Modified: trunk/Source/cmake/OptionsGTK.cmake (248152 => 248153)
--- trunk/Source/cmake/OptionsGTK.cmake 2019-08-02 10:20:48 UTC (rev 248152)
+++ trunk/Source/cmake/OptionsGTK.cmake 2019-08-02 13:22:28 UTC (rev 248153)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 25 3)
+SET_PROJECT_VERSION(2 25 4)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 2 38)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 2 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 3 38)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 3 14)
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes