Title: [204889] releases/WebKitGTK/webkit-2.12
Revision
204889
Author
[email protected]
Date
2016-08-24 00:52:26 -0700 (Wed, 24 Aug 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.12.4.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (204888 => 204889)


--- releases/WebKitGTK/webkit-2.12/ChangeLog	2016-08-24 06:38:24 UTC (rev 204888)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog	2016-08-24 07:52:26 UTC (rev 204889)
@@ -1,3 +1,9 @@
+2016-08-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-07-20  Csaba Osztrogonác  <[email protected]>
 
         JSC JIT Broken on ARMv7 Traditional (without Thumb2)

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (204888 => 204889)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-08-24 06:38:24 UTC (rev 204888)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-08-24 07:52:26 UTC (rev 204889)
@@ -1,3 +1,9 @@
+2016-08-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.4 release.
+
+        * gtk/NEWS: Add release notes for 2.12.4.
+
 2016-08-07  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Bad performance in accelerated compositing mode with the modesetting intel driver and DRI3 enabled

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS (204888 => 204889)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-08-24 06:38:24 UTC (rev 204888)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-08-24 07:52:26 UTC (rev 204889)
@@ -1,4 +1,23 @@
 ==================
+WebKitGTK+  2.12.4
+==================
+
+What's new in WebKitGTK+ 2.12.4?
+
+  - Fix performance in accelerated compositing mode with the modesetting intel driver and DRI3 enabled.
+  - Reduce the amount of file descriptors that the Web Process keeps open.
+  - Fix Web Process deadlocks when loading HLS videos.
+  - Make CSS and SVG animations run at 60fps.
+  - Make meter elements accessible.
+  - Improve accessibility name and description of elements to make it more compatible with W3C specs and
+    fix several bugs in which the accessible name of objects was missing or broken.
+  - Fix a crash when running windowed plugins under Wayland.
+  - Fix a crash at process exit under Wayland.
+  - Fix several crashes and rendering issues.
+  - Translation updates: German.
+  - Security fixes: CVE-2016-4622, CVE-2016-4624, CVE-2016-4591, CVE-2016-4590.
+
+==================
 WebKitGTK+  2.12.3
 ==================
 

Modified: releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake (204888 => 204889)


--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-08-24 06:38:24 UTC (rev 204888)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-08-24 07:52:26 UTC (rev 204889)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 12)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
 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 50 9 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 11 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 10 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 12 3)
 
 # 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

Reply via email to