Title: [203344] trunk
Revision
203344
Author
carlo...@webkit.org
Date
2016-07-18 03:35:12 -0700 (Mon, 18 Jul 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.13.3.

Modified Paths

Diff

Modified: trunk/ChangeLog (203343 => 203344)


--- trunk/ChangeLog	2016-07-18 09:24:19 UTC (rev 203343)
+++ trunk/ChangeLog	2016-07-18 10:35:12 UTC (rev 203344)
@@ -1,3 +1,9 @@
+2016-07-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.3 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-07-13  Per Arne Vollan  <pvol...@apple.com>
 
         [Win] DLLs are missing version information.

Modified: trunk/Source/WebKit2/ChangeLog (203343 => 203344)


--- trunk/Source/WebKit2/ChangeLog	2016-07-18 09:24:19 UTC (rev 203343)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-18 10:35:12 UTC (rev 203344)
@@ -1,3 +1,9 @@
+2016-07-18  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.3 release.
+
+        * gtk/NEWS: Add release notes for 2.13.3.
+
 2016-07-18  Csaba Osztrogonác  <o...@webkit.org>
 
         [Mac][cmake] Unreviewed buildfix after r203338. Just for fun.

Modified: trunk/Source/WebKit2/gtk/NEWS (203343 => 203344)


--- trunk/Source/WebKit2/gtk/NEWS	2016-07-18 09:24:19 UTC (rev 203343)
+++ trunk/Source/WebKit2/gtk/NEWS	2016-07-18 10:35:12 UTC (rev 203344)
@@ -1,4 +1,18 @@
 =================
+WebKitGTK+ 2.13.3
+=================
+
+What's new in WebKitGTK+ 2.13.3?
+
+  - Fix Web Process deadlocks when loading HLS videos.
+  - Make videos work when painted into a canvas when accelerated compositing is enabled.
+  - Fix flickering with animated GIFs.
+  - Fix a Web Process crash when video repaint is requested with GStreamer GL enabled.
+  - Reduce the amount of file descriptors that the Web Process keeps open.
+  - Make memory pressure handler work when cgroups are not available.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.13.2
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (203343 => 203344)


--- trunk/Source/cmake/OptionsGTK.cmake	2016-07-18 09:24:19 UTC (rev 203343)
+++ trunk/Source/cmake/OptionsGTK.cmake	2016-07-18 10:35:12 UTC (rev 203344)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 2)
+set(PROJECT_VERSION_MICRO 3)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -15,8 +15,8 @@
 
 # Libtool library version, not to be confused with API version.
 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 1 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 1 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 2 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 2 4)
 
 # 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to