Title: [195346] trunk
Revision
195346
Author
carlo...@webkit.org
Date
2016-01-20 01:04:16 -0800 (Wed, 20 Jan 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.11.4.

Modified Paths

Diff

Modified: trunk/ChangeLog (195345 => 195346)


--- trunk/ChangeLog	2016-01-20 06:23:01 UTC (rev 195345)
+++ trunk/ChangeLog	2016-01-20 09:04:16 UTC (rev 195346)
@@ -1,3 +1,9 @@
+2016-01-20  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-01-18  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [CMake] Duplicate attempts to find software during cmake stage

Modified: trunk/Source/WebKit2/ChangeLog (195345 => 195346)


--- trunk/Source/WebKit2/ChangeLog	2016-01-20 06:23:01 UTC (rev 195345)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-20 09:04:16 UTC (rev 195346)
@@ -1,3 +1,9 @@
+2016-01-20  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
+
+        * gtk/NEWS: Add release notes for 2.11.4.
+
 2016-01-19  Enrica Casucci  <enr...@apple.com>
 
         Add support for DataDetectors in WK (iOS).

Modified: trunk/Source/WebKit2/gtk/NEWS (195345 => 195346)


--- trunk/Source/WebKit2/gtk/NEWS	2016-01-20 06:23:01 UTC (rev 195345)
+++ trunk/Source/WebKit2/gtk/NEWS	2016-01-20 09:04:16 UTC (rev 195346)
@@ -1,4 +1,16 @@
 =================
+WebKitGTK+ 2.11.4
+=================
+
+What's new in WebKitGTK+ 2.11.4?
+
+  - Prefer to link to LLVM shared libraries when building with FTL enabled.
+  - Fix runtime errors when serializing/deserializing session state.
+  - Fix critical warnings when loading a URL after a session restore.
+  - Fix the build with GTK+ < 3.14.
+  - Fix the build with video support disabled.
+
+=================
 WebKitGTK+ 2.11.3
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (195345 => 195346)


--- trunk/Source/cmake/OptionsGTK.cmake	2016-01-20 06:23:01 UTC (rev 195345)
+++ trunk/Source/cmake/OptionsGTK.cmake	2016-01-20 09:04:16 UTC (rev 195346)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
 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 0 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 2 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 1 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 3 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to