Title: [205448] releases/WebKitGTK/webkit-2.12
- Revision
- 205448
- Author
- [email protected]
- Date
- 2016-09-05 03:31:14 -0700 (Mon, 05 Sep 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.5 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.12.5.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (205447 => 205448)
--- releases/WebKitGTK/webkit-2.12/ChangeLog 2016-09-05 10:30:07 UTC (rev 205447)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog 2016-09-05 10:31:14 UTC (rev 205448)
@@ -1,3 +1,9 @@
+2016-09-05 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.5 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-08-24 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.4 release.
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (205447 => 205448)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-09-05 10:30:07 UTC (rev 205447)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-09-05 10:31:14 UTC (rev 205448)
@@ -1,3 +1,9 @@
+2016-09-05 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.5 release.
+
+ * gtk/NEWS: Add release notes for 2.12.5.
+
2016-08-30 Carlos Garcia Campos <[email protected]>
REGRESSION(r194846): [GTK] UI process crash visiting sites protected with HTTP auth when using GTK+ < 3.14
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS (205447 => 205448)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-09-05 10:30:07 UTC (rev 205447)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-09-05 10:31:14 UTC (rev 205448)
@@ -1,4 +1,13 @@
==================
+WebKitGTK+ 2.12.5
+==================
+
+What's new in WebKitGTK+ 2.12.5?
+
+ - Fix a regression introduced in 2.12.4 that caused a hang in the network process after a load failure.
+ - Fix several crashes and rendering issues.
+
+==================
WebKitGTK+ 2.12.4
==================
Modified: releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake (205447 => 205448)
--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-09-05 10:30:07 UTC (rev 205447)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-09-05 10:31:14 UTC (rev 205448)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 12)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MICRO 5)
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 10 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 12 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 11 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 13 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