Title: [184390] releases/WebKitGTK/webkit-2.8
- Revision
- 184390
- Author
- [email protected]
- Date
- 2015-05-15 06:52:39 -0700 (Fri, 15 May 2015)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.3 release.
.:
* Source/cmake/OptionsGTK.cmake:
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.8.3.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.8/ChangeLog (184389 => 184390)
--- releases/WebKitGTK/webkit-2.8/ChangeLog 2015-05-15 13:50:05 UTC (rev 184389)
+++ releases/WebKitGTK/webkit-2.8/ChangeLog 2015-05-15 13:52:39 UTC (rev 184390)
@@ -1,3 +1,9 @@
+2015-05-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.3 release.
+
+ * Source/cmake/OptionsGTK.cmake:
+
2015-05-12 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.2 release.
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (184389 => 184390)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog 2015-05-15 13:50:05 UTC (rev 184389)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog 2015-05-15 13:52:39 UTC (rev 184390)
@@ -1,3 +1,9 @@
+2015-05-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.3 release.
+
+ * gtk/NEWS: Add release notes for 2.8.3.
+
2015-05-14 Carlos Garcia Campos <[email protected]>
REGRESSION(r183861): [SOUP] Downloads are broken when using the Network Process
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS (184389 => 184390)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS 2015-05-15 13:50:05 UTC (rev 184389)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS 2015-05-15 13:52:39 UTC (rev 184390)
@@ -1,4 +1,15 @@
=================
+WebKitGTK+ 2.8.3
+=================
+
+What's new in WebKitGTK+ 2.8.3?
+
+ - Fixed a regression introduced in 2.8.2 that broke downloads when using the network
+ process.
+ - Fix the build with Netscape plugins disabled.
+ - Fix XPixamps leaked by GLContext when using EGL on X11.
+
+=================
WebKitGTK+ 2.8.2
=================
Modified: releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake (184389 => 184390)
--- releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake 2015-05-15 13:50:05 UTC (rev 184389)
+++ releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake 2015-05-15 13:52:39 UTC (rev 184390)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 8)
-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)
# 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 43 5 6)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 9 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 6 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 10 1)
set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes