Wow, that was a pretty quick on this release after .92. I didn't get a chance to try .92 yet =/. Had I known that you were going to be so quick on the release, I would've gotten to it sooner, sorry. In any event, it unfortunately fails to build.
https://bugs.webkit.org/show_bug.cgi?id=162261 Looks like it was caused by: commit e49e53a12bad70cca80c704e8ee2521dfd759d2c Author: [email protected] <[email protected]@268f45cc-cd09-0410-ab3c-d52691b4dbfc> Date: Wed Sep 14 16:45:48 2016 +0000 [GTK][Wayland] Implement clipboard support https://bugs.webkit.org/show_bug.cgi?id=146574 Patch by Carlos Garnacho <[email protected]> on 2016-09-14 Reviewed by Carlos Garcia Campos. webkitgtk-2.14.0/Source/WebCore/platform/gtk/PasteboardHelper.h:49:75: error: no type named 'function' in namespace 'std' void writeClipboardContents(GtkClipboard*, const DataObjectGtk&, std::function<void()>&& primarySelectionCleared = nullptr); ~~~~~^ webkitgtk-2.14.0/Source/WebCore/platform/gtk/PasteboardHelper.h:49:83: error: expected ')' void writeClipboardContents(GtkClipboard*, const DataObjectGtk&, std::function<void()>&& primarySelectionCleared = nullptr); ^ webkitgtk-2.14.0/Source/WebCore/platform/gtk/PasteboardHelper.h:49:32: note: to match this '(' void writeClipboardContents(GtkClipboard*, const DataObjectGtk&, std::function<void()>&& primarySelectionCleared = nullptr); I'll dig into it when I get some time. --Jeremy > On Sep 20, 2016, at 00:39, Carlos Garcia Campos <[email protected]> wrote: > > WebKitGTK+ 2.14.0 is available for download at: > > https://webkitgtk.org/releases/webkitgtk-2.14.0.tar.xz (12.8MB) > md5sum: 20f21f48677559750581471c7aeb8648 > sha256sum: 0513ad836c624a3d24bdf1a99f4b4aead984ab6684150bc70f16db651590ea0a > > This is the first stable release in the 2.14 series. > > Highlights of the WebKitGTK+ 2.14.0 release > =========================================== > > - Threaded compositor is enabled by default in both X11 and Wayland. > - Accelerated compositing is now supported in Wayland. > - Clipboard works in Wayland too. > - Memory pressure handler always works even when cgroups is not present or > not configured. > - The HTTP disk cache implements speculative revalidation of resources. > - DRI3 is no longer a problem when using the modesetting intel driver. > - The amount of file descriptors that are kept open has been drastically > reduced. > > > What is WebKitGTK+? > =================== > > WebKitGTK+ is the GNOME platform port of the WebKit rendering engine. > Offering WebKit's full functionality through a set of GObject-based > APIs, it is suitable for projects requiring any kind of web > integration, from hybrid HTML/CSS applications to full-fledged web > browsers. > > Requirements > ============ > > gtk+ >= 3.6.0 > glib >= 2.36 > libsoup >= 2.42.0 > cairo >= 1.10.2 > libxml >= 2.8.0 > libxslt >= 1.1.7 > HarfBuzz >= 0.9.2 > icu > fontconfig >= 2.8.0 > FreeType2 >= 2.4.2 > libsecret > SQLite > enchant > > Depending on your configuration options WebKitGTK+ may also depend on: > > gtk+ >= 2.24.10 > GObject introspection > gstreamer >= 1.0.3 > GeoClue >= 2.1.5 > gudev > cairo-gl >= 1.10.2 > > More information > ================ > > If you want to know more about the project or get in touch with us > you may: > > - Visit our website at https://www.webkitgtk.org, or the upstream > site at https://www.webkit.org. People interested in contributing > should read: https://www.webkit.org/coding/contributing.html. > > - Browse the bug list at https://bugs.webkit.org, WebKitGTK+ bugs are > typically prefixed by "[GTK]." A bug report with a minimal, > reproducible test case is often just as valuable as a patch. > > - Join the #webkit and #webkitgtk+ IRC channels at irc.freenode.net. > > - Subscribe to the WebKitGTK+ mailing list, > https://lists.webkit.org/mailman/listinfo/webkit-gtk, or the > WebKit development mailing list, > https://lists.webkit.org/mailman/listinfo/webkit-dev > > Thanks > ====== > > Thanks to all the contributors who made possible this release, they > are far too many to list! > > The WebKitGTK+ team, > September 20, 2016 > -- > Carlos Garcia Campos > http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3_______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
