Title: [200178] releases/WebKitGTK/webkit-2.12
Revision
200178
Author
[email protected]
Date
2016-04-28 00:43:38 -0700 (Thu, 28 Apr 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.12.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (200177 => 200178)


--- releases/WebKitGTK/webkit-2.12/ChangeLog	2016-04-28 06:54:54 UTC (rev 200177)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog	2016-04-28 07:43:38 UTC (rev 200178)
@@ -1,3 +1,9 @@
+2016-04-28  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-04-18  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Menu list button doesn't use the text color from the theme

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (200177 => 200178)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-04-28 06:54:54 UTC (rev 200177)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-04-28 07:43:38 UTC (rev 200178)
@@ -1,3 +1,9 @@
+2016-04-28  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.2 release.
+
+        * gtk/NEWS: Add release notes for 2.12.2.
+
 2016-04-18  Carlos Garcia Campos  <[email protected]>
 
         Pending API Request URL is wrong after reloading

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


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-04-28 06:54:54 UTC (rev 200177)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-04-28 07:43:38 UTC (rev 200178)
@@ -1,4 +1,21 @@
 ==================
+WebKitGTK+  2.12.2
+==================
+
+What's new in WebKitGTK+ 2.12.2?
+
+  - Fix rendering of scrollbars with GTK themes using stepper buttons.
+  - Fix compatibility issue with 2.12.1 regarding local storage access from file URLs.
+  - Make menu list buttons use the text color from the theme.
+  - Do not show resize grip in non-resizable text fields.
+  - Fix accessibility events causing Orca to echo key presses instead of speaking the
+    inserted characters in password fields.
+  - Fix an off by one error in hyphenation.
+  - Fix several crashes and rendering issues.
+  - Fix the build with libjpeg v9.
+  - Translation updates: Bulgarian, Finnish, Greek, Italian, Turkish.
+
+==================
 WebKitGTK+  2.12.1
 ==================
 

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


--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-04-28 06:54:54 UTC (rev 200177)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-04-28 07:43:38 UTC (rev 200178)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 12)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
 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 7 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 9 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 8 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 10 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