Title: [238442] trunk
Revision
238442
Author
[email protected]
Date
2018-11-22 01:38:28 -0800 (Thu, 22 Nov 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.23.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (238441 => 238442)


--- trunk/ChangeLog	2018-11-22 08:45:48 UTC (rev 238441)
+++ trunk/ChangeLog	2018-11-22 09:38:28 UTC (rev 238442)
@@ -1,3 +1,9 @@
+2018-11-22  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-11-21  Dominik Infuehr  <[email protected]>
 
         Enable JIT on ARM/Linux

Modified: trunk/Source/WebKit/ChangeLog (238441 => 238442)


--- trunk/Source/WebKit/ChangeLog	2018-11-22 08:45:48 UTC (rev 238441)
+++ trunk/Source/WebKit/ChangeLog	2018-11-22 09:38:28 UTC (rev 238442)
@@ -1,3 +1,9 @@
+2018-11-22  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.1 release.
+
+        * gtk/NEWS: Add release notes for 2.23.1.
+
 2018-11-21  Wenson Hsieh  <[email protected]>
 
         [Cocoa] [WebKit2] Add support for replacing find-in-page text matches

Modified: trunk/Source/WebKit/gtk/NEWS (238441 => 238442)


--- trunk/Source/WebKit/gtk/NEWS	2018-11-22 08:45:48 UTC (rev 238441)
+++ trunk/Source/WebKit/gtk/NEWS	2018-11-22 09:38:28 UTC (rev 238442)
@@ -1,4 +1,16 @@
 =================
+WebKitGTK+ 2.23.1
+=================
+
+What's new in WebKitGTK+ 2.23.1?
+
+  - Add initial support for subprocess sandboxing in Linux.
+  - Add new permission request type for media device information.
+  - Make scrollbars follow gtk-primary-button-warps-slider setting.
+  - Script dialogs are now modal to the current web view only.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.21.5
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (238441 => 238442)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-11-22 08:45:48 UTC (rev 238441)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-11-22 09:38:28 UTC (rev 238442)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 23 0)
+SET_PROJECT_VERSION(2 23 1)
 set(WEBKITGTK_API_VERSION 4.0)
 
 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 71 0 34)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to