Title: [207147] releases/WebKitGTK/webkit-2.14
Revision
207147
Author
[email protected]
Date
2016-10-11 09:49:07 -0700 (Tue, 11 Oct 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.14.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (207146 => 207147)


--- releases/WebKitGTK/webkit-2.14/ChangeLog	2016-10-11 16:38:33 UTC (rev 207146)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog	2016-10-11 16:49:07 UTC (rev 207147)
@@ -1,3 +1,9 @@
+2016-10-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-09-20  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.0 release.

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (207146 => 207147)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2016-10-11 16:38:33 UTC (rev 207146)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2016-10-11 16:49:07 UTC (rev 207147)
@@ -1,3 +1,9 @@
+2016-10-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.1 release.
+
+        * gtk/NEWS: Add release notes for 2.14.1.
+
 2016-10-10  Tomas Popela  <[email protected]>
 
         [GTK] UIProcess crashes when using Japanese IM

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS (207146 => 207147)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2016-10-11 16:38:33 UTC (rev 207146)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2016-10-11 16:49:07 UTC (rev 207147)
@@ -1,4 +1,22 @@
 ==================
+WebKitGTK+  2.14.1
+==================
+
+What's new in WebKitGTK+ 2.14.1?
+
+  - MiniBrowser and jsc binaries are now installed in pkglibexecdir instead of bindir.
+  - Improve performance when resizing a window with multiple web views in X11.
+  - Check whether GDK can use GL before using gdk_cairo_draw_from_gl() in Wayland.
+  - Updated default UserAgent string or better compatibility.
+  - Fix a crash on github.com in IntlDateTimeFormat::resolvedOptions when using the C locale.
+  - Fix BadDamage X errors when closing the web view in X11.
+  - Fix UIProcess crash when using Japanese input method.
+  - Fix build with clang due to missing header includes.
+  - Fix the build with USE_REDIRECTED_XCOMPOSITE_WINDOW disabled.
+  - Fix several crashes and rendering issues.
+  - Translation updates: German.
+
+==================
 WebKitGTK+  2.14.0
 ==================
 

Modified: releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake (207146 => 207147)


--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2016-10-11 16:38:33 UTC (rev 207146)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2016-10-11 16:49:07 UTC (rev 207147)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 14)
-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 51 7 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 7 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 8 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 8 4)
 
 # 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