Title: [197394] releases/WebKitGTK/webkit-2.12
Revision
197394
Author
[email protected]
Date
2016-03-01 01:03:31 -0800 (Tue, 01 Mar 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.11.91.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (197393 => 197394)


--- releases/WebKitGTK/webkit-2.12/ChangeLog	2016-03-01 09:03:18 UTC (rev 197393)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog	2016-03-01 09:03:31 UTC (rev 197394)
@@ -1,3 +1,9 @@
+2016-03-01  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.91 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-02-19  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.90 release.

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (197393 => 197394)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-03-01 09:03:18 UTC (rev 197393)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-03-01 09:03:31 UTC (rev 197394)
@@ -1,3 +1,9 @@
+2016-03-01  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.91 release.
+
+        * gtk/NEWS: Add release notes for 2.11.91.
+
 2016-02-26  Carlos Garcia Campos  <[email protected]>
 
         Network cache: old pages returned by disk cache on history navigation after session is restored

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS (197393 => 197394)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-03-01 09:03:18 UTC (rev 197393)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS	2016-03-01 09:03:31 UTC (rev 197394)
@@ -1,4 +1,17 @@
 ==================
+WebKitGTK+ 2.11.91
+==================
+
+What's new in WebKitGTK+ 2.11.91?
+
+  - Do not show stale contents after session restore.
+  - Fix flickering and rendering artifacts when entering accelerated compositing mode
+    before the web view is realized.
+  - Fix several rendering issues and crashes.
+  - Fix build with FTL enabled in FreeBSD.
+  - Translation updates: Polish.
+
+==================
 WebKitGTK+ 2.11.90
 ==================
 

Modified: releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake (197393 => 197394)


--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-03-01 09:03:18 UTC (rev 197393)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake	2016-03-01 09:03:31 UTC (rev 197394)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 90)
+set(PROJECT_VERSION_MICRO 91)
 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 3 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 5 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 4 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 6 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

Reply via email to