Title: [199534] releases/WebKitGTK/webkit-2.12
Revision
199534
Author
[email protected]
Date
2016-04-14 03:10:57 -0700 (Thu, 14 Apr 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.12.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (199533 => 199534)


--- releases/WebKitGTK/webkit-2.12/ChangeLog	2016-04-14 09:13:25 UTC (rev 199533)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog	2016-04-14 10:10:57 UTC (rev 199534)
@@ -1,3 +1,9 @@
+2016-04-14  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-04-07  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Rework the theming code for GTK+ 3.20

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (199533 => 199534)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-04-14 09:13:25 UTC (rev 199533)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-04-14 10:10:57 UTC (rev 199534)
@@ -1,3 +1,9 @@
+2016-04-14  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.1 release.
+
+        * gtk/NEWS: Add release notes for 2.12.1.
+
 2016-04-05  Chris Dumez  <[email protected]>
 
         We sometimes fail to remove outdated entry from the disk cache after revalidation and when the resource is no longer cacheable

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


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-04-14 09:13:25 UTC (rev 199533)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-04-14 10:10:57 UTC (rev 199534)
@@ -1,4 +1,20 @@
 ==================
+WebKitGTK+  2.12.1
+==================
+
+What's new in WebKitGTK+ 2.12.1?
+
+  - Fix spotify player.
+  - Improve themed control elements rendering to better match GTK+ widgets.
+  - Make remote web inspector work again.
+  - Fix several crashes and rendering issues.
+  - Fix several memory leaks.
+  - Fix the build in Linux / PowerPC.
+  - Fix detection of S390X and PPC64 architectures.
+  - Fix the build in glibc-based BSD systems
+  - Translation updates: Brazilian Portuguese.
+
+==================
 WebKitGTK+  2.12.0
 ==================
 

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


--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-04-14 09:13:25 UTC (rev 199533)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-04-14 10:10:57 UTC (rev 199534)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 12)
-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)
 
@@ -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 6 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 8 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 7 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 9 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