Title: [182788] releases/WebKitGTK/webkit-2.8
Revision
182788
Author
carlo...@webkit.org
Date
2015-04-14 03:20:30 -0700 (Tue, 14 Apr 2015)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.8.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.8/ChangeLog (182787 => 182788)


--- releases/WebKitGTK/webkit-2.8/ChangeLog	2015-04-14 09:01:50 UTC (rev 182787)
+++ releases/WebKitGTK/webkit-2.8/ChangeLog	2015-04-14 10:20:30 UTC (rev 182788)
@@ -1,3 +1,9 @@
+2015-04-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2015-04-06  Alberto Garcia  <be...@igalia.com>
 
         [GTK] Fix HPPA build

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (182787 => 182788)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-04-14 09:01:50 UTC (rev 182787)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog	2015-04-14 10:20:30 UTC (rev 182788)
@@ -1,3 +1,9 @@
+2015-04-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.1 release.
+
+        * gtk/NEWS: Add release notes for 2.8.1.
+
 2015-04-12  Sungmann Cho  <sungmann....@navercorp.com>
 
         Remove PluginModuleInfo.cpp from WebKit2

Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS (182787 => 182788)


--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-04-14 09:01:50 UTC (rev 182787)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS	2015-04-14 10:20:30 UTC (rev 182788)
@@ -1,4 +1,18 @@
 =================
+WebKitGTK+  2.8.1
+=================
+
+What's new in WebKitGTK+ 2.8.1?
+
+  - Handle keep-alive connections in GStreamer HTTP source element.
+  - Fix a crash in DOMObjectCache when a wrapped object owned by the cache is
+    unreffed by the user.
+  - Fix rendering of drag and drop icon.
+  - Fix the build with REDIRECTED_XCOMPOSITE_WINDOW disabled in X11 platform.
+  - Fix the build with Wayland target enabled.
+  - Fix the build for HPPA.
+
+=================
 WebKitGTK+  2.8.0
 =================
 

Modified: releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake (182787 => 182788)


--- releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-04-14 09:01:50 UTC (rev 182787)
+++ releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake	2015-04-14 10:20:30 UTC (rev 182788)
@@ -2,14 +2,14 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 8)
-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)
 
 # 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 43 3 6)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 7 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 4 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 19 8 1)
 
 set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
 set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to