Title: [191581] releases/WebKitGTK/webkit-2.10
- Revision
- 191581
- Author
- [email protected]
- Date
- 2015-10-26 03:31:20 -0700 (Mon, 26 Oct 2015)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.3 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.10.3
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (191580 => 191581)
--- releases/WebKitGTK/webkit-2.10/ChangeLog 2015-10-26 09:31:30 UTC (rev 191580)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog 2015-10-26 10:31:20 UTC (rev 191581)
@@ -1,3 +1,9 @@
+2015-10-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2015-10-22 Philippe Normand <[email protected]>
[GTK][Mac] ICU-related build fixes
Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (191580 => 191581)
--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog 2015-10-26 09:31:30 UTC (rev 191580)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog 2015-10-26 10:31:20 UTC (rev 191581)
@@ -1,3 +1,9 @@
+2015-10-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.3 release.
+
+ * gtk/NEWS: Add release notes for 2.10.3
+
2015-10-23 Claudio Saavedra <[email protected]>
[GTK] Minor web editor fixes
Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS (191580 => 191581)
--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS 2015-10-26 09:31:30 UTC (rev 191580)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS 2015-10-26 10:31:20 UTC (rev 191581)
@@ -1,4 +1,19 @@
=================
+WebKitGTK+ 2.10.3
+=================
+
+What's new in WebKitGTK+ 2.10.3?
+
+ - Fix graphics artifacts when entering/leaving Accelerated Compositing mode.
+ - Honour 'forwards' fill-mode in Multiple-keyframe and delayed instantaneous
+ animations.
+ - Fix runtime warning when the inspector is closed.
+ - Fix the build with GTK+2 plugin process disabled.
+ - Gracefully handle errors when sending/receiving IPC messages data on connection
+ close.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.10.2
=================
Modified: releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake (191580 => 191581)
--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake 2015-10-26 09:31:30 UTC (rev 191580)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake 2015-10-26 10:31:20 UTC (rev 191581)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 10)
-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 48 5 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 10 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 6 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 11 2)
# 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