.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers
Source/WebKit:
* gtk/NEWS: Add release notes for 2.25.4.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@248153
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2019-08-02 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
2019-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Datalist element support for TextFieldInputType
2019-08-02 Carlos Garcia Campos <cgarcia@igalia.com>
+ 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 <cgarcia@igalia.com>
+
[SOUP] WebSockets: use SOUP_WEBSOCKET_CLOSE_NO_STATUS when closing with no status
https://bugs.webkit.org/show_bug.cgi?id=200338
================
+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
================
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(JAVASCRIPTCORE 32 2 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 3 38)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 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.