Title: [202372] trunk
Revision
202372
Author
[email protected]
Date
2016-06-23 02:16:46 -0700 (Thu, 23 Jun 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.13.2.

Modified Paths

Diff

Modified: trunk/ChangeLog (202371 => 202372)


--- trunk/ChangeLog	2016-06-23 08:50:42 UTC (rev 202371)
+++ trunk/ChangeLog	2016-06-23 09:16:46 UTC (rev 202372)
@@ -1,3 +1,9 @@
+2016-06-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.2 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-06-15  Romain Bellessort  <[email protected]>
 
         Enabling Shadow DOM for all platforms

Modified: trunk/Source/WebKit2/ChangeLog (202371 => 202372)


--- trunk/Source/WebKit2/ChangeLog	2016-06-23 08:50:42 UTC (rev 202371)
+++ trunk/Source/WebKit2/ChangeLog	2016-06-23 09:16:46 UTC (rev 202372)
@@ -1,3 +1,9 @@
+2016-06-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.2 release.
+
+        * gtk/NEWS: Add release notes for 2.13.2.
+
 2016-06-22  Carlos Garcia Campos  <[email protected]>
 
         REGRESSION(r201880): WebSockets based remote inspector is broken since r201880

Modified: trunk/Source/WebKit2/gtk/NEWS (202371 => 202372)


--- trunk/Source/WebKit2/gtk/NEWS	2016-06-23 08:50:42 UTC (rev 202371)
+++ trunk/Source/WebKit2/gtk/NEWS	2016-06-23 09:16:46 UTC (rev 202372)
@@ -1,4 +1,15 @@
 =================
+WebKitGTK+ 2.13.2
+=================
+
+What's new in WebKitGTK+ 2.13.2?
+
+  - Properly redraw the web view when reparented in force compositing mode.
+  - Flip the volume control layout in media controls on RTL.
+  - Add support for video orientation to the GStreamer media backend.
+  - Fix several crashes and rendering issues.
+
+=================
 WebKitGTK+ 2.13.1
 =================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (202371 => 202372)


--- trunk/Source/cmake/OptionsGTK.cmake	2016-06-23 08:50:42 UTC (rev 202371)
+++ trunk/Source/cmake/OptionsGTK.cmake	2016-06-23 09:16:46 UTC (rev 202372)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 13)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
 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 0 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 0 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 1 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 1 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