Title: [198523] releases/WebKitGTK/webkit-2.12
- Revision
- 198523
- Author
- [email protected]
- Date
- 2016-03-22 02:37:33 -0700 (Tue, 22 Mar 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.0 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.12.0.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (198522 => 198523)
--- releases/WebKitGTK/webkit-2.12/ChangeLog 2016-03-22 07:28:06 UTC (rev 198522)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog 2016-03-22 09:37:33 UTC (rev 198523)
@@ -1,3 +1,9 @@
+2016-03-22 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.0 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-03-16 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.92 release.
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (198522 => 198523)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-03-22 07:28:06 UTC (rev 198522)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-03-22 09:37:33 UTC (rev 198523)
@@ -1,3 +1,9 @@
+2016-03-22 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.0 release.
+
+ * gtk/NEWS: Add release notes for 2.12.0.
+
2016-03-16 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.92 release.
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS (198522 => 198523)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-03-22 07:28:06 UTC (rev 198522)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-03-22 09:37:33 UTC (rev 198523)
@@ -1,4 +1,15 @@
==================
+WebKitGTK+ 2.12.0
+==================
+
+What's new in WebKitGTK+ 2.12.0?
+
+ - Enable GSS-Negotiate support when available in libsoup.
+ - Fix overlay scrollbar indicator position.
+ - Fix smooth scrolling behavior that was not fixed in all cases in 2.11.92.
+ - Fix the build with newer versions of GCC and clang.
+
+==================
WebKitGTK+ 2.11.92
==================
Modified: releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake (198522 => 198523)
--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-03-22 07:28:06 UTC (rev 198522)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-03-22 09:37:33 UTC (rev 198523)
@@ -1,8 +1,8 @@
include(GNUInstallDirs)
set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 92)
+set(PROJECT_VERSION_MINOR 12)
+set(PROJECT_VERSION_MICRO 0)
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 5 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 7 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 6 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 8 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