Title: [201326] releases/WebKitGTK/webkit-2.12
Revision
201326
Author
carlo...@webkit.org
Date
2016-05-24 01:55:24 -0700 (Tue, 24 May 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.12.3.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (201325 => 201326)


--- releases/WebKitGTK/webkit-2.12/ChangeLog	2016-05-24 08:55:13 UTC (rev 201325)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog	2016-05-24 08:55:24 UTC (rev 201326)
@@ -1,3 +1,9 @@
+2016-05-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.3 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-03-09  Konstantin Tokarev  <annu...@yandex.ru>
 
         [cmake] Fixed All-in-One build.

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (201325 => 201326)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-05-24 08:55:13 UTC (rev 201325)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-05-24 08:55:24 UTC (rev 201326)
@@ -1,3 +1,9 @@
+2016-05-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.3 release.
+
+        * gtk/NEWS: Add release notes for 2.12.3.
+
 2016-04-27  Alex Christensen  <achristen...@webkit.org>
 
         Remove download message receiver when NetworkProcess crashes

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


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-05-24 08:55:13 UTC (rev 201325)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-05-24 08:55:24 UTC (rev 201326)
@@ -1,4 +1,18 @@
 ==================
+WebKitGTK+  2.12.3
+==================
+
+What's new in WebKitGTK+ 2.12.3?
+
+  - Improved the detection of supported MIME types supported by the media player.
+  - Fix web process crash when playing adaptive streaming media.
+  - Change the volume while thumb slider is dragged, not only when released.
+  - Fix leaked thread in network process.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Hungarian.
+  - Security fixes: CVE-2016-1857, CVE-2016-1856.
+
+==================
 WebKitGTK+  2.12.2
 ==================
 

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


--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-05-24 08:55:13 UTC (rev 201325)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-05-24 08:55:24 UTC (rev 201326)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 12)
-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 50 8 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 10 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 9 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 11 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to