Title: [201507] trunk
Revision
201507
Author
[email protected]
Date
2016-05-31 02:25:04 -0700 (Tue, 31 May 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.13.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (201506 => 201507)


--- trunk/ChangeLog	2016-05-31 07:51:45 UTC (rev 201506)
+++ trunk/ChangeLog	2016-05-31 09:25:04 UTC (rev 201507)
@@ -1,3 +1,9 @@
+2016-05-31  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-05-28  Ryosuke Niwa  <[email protected]>
 
         Autocorrection makes it hard to type "doesn't" and to type @ in email addresses

Modified: trunk/Source/WebKit2/ChangeLog (201506 => 201507)


--- trunk/Source/WebKit2/ChangeLog	2016-05-31 07:51:45 UTC (rev 201506)
+++ trunk/Source/WebKit2/ChangeLog	2016-05-31 09:25:04 UTC (rev 201507)
@@ -1,5 +1,11 @@
 2016-05-31  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
+
+        * gtk/NEWS: Add release notes for 2.13.1.
+
+2016-05-31  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Fix GTK+ clean build after r201504.
 
         * DatabaseProcess/DatabaseProcess.cpp: Add missing include.

Modified: trunk/Source/WebKit2/gtk/NEWS (201506 => 201507)


--- trunk/Source/WebKit2/gtk/NEWS	2016-05-31 07:51:45 UTC (rev 201506)
+++ trunk/Source/WebKit2/gtk/NEWS	2016-05-31 09:25:04 UTC (rev 201507)
@@ -1,4 +1,15 @@
 =================
+WebKitGTK+ 2.13.1
+=================
+
+What's new in WebKitGTK+ 2.13.1?
+
+  - CSS Grid Layout has been unprefixed and can be enabled as an experimental feature at runtime.
+  - The HTTP disk cache implements speculative resources revalidation.
+  - Add a new WebKitSetting to allow universal access from file URLs.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.11.5
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (201506 => 201507)


--- trunk/Source/cmake/OptionsGTK.cmake	2016-05-31 07:51:45 UTC (rev 201506)
+++ trunk/Source/cmake/OptionsGTK.cmake	2016-05-31 09:25:04 UTC (rev 201507)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 13)
-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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to