Title: [141868] trunk
- Revision
- 141868
- Author
- [email protected]
- Date
- 2013-02-05 00:55:44 -0800 (Tue, 05 Feb 2013)
Log Message
Update the NEWS and configuration in preparation for 1.11.5.
Reviewed by Philippe Normand.
.:
* configure.ac:
Source/WebKit/gtk:
* NEWS:
Modified Paths
Diff
Modified: trunk/ChangeLog (141867 => 141868)
--- trunk/ChangeLog 2013-02-05 08:39:24 UTC (rev 141867)
+++ trunk/ChangeLog 2013-02-05 08:55:44 UTC (rev 141868)
@@ -1,3 +1,11 @@
+2013-02-05 Martin Robinson <[email protected]>
+
+ Update the NEWS and configuration in preparation for 1.11.5.
+
+ Reviewed by Philippe Normand.
+
+ * configure.ac:
+
2013-02-04 Benjamin Poulain <[email protected]>
Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
Modified: trunk/Source/WebKit/gtk/ChangeLog (141867 => 141868)
--- trunk/Source/WebKit/gtk/ChangeLog 2013-02-05 08:39:24 UTC (rev 141867)
+++ trunk/Source/WebKit/gtk/ChangeLog 2013-02-05 08:55:44 UTC (rev 141868)
@@ -1,3 +1,11 @@
+2013-02-05 Martin Robinson <[email protected]>
+
+ Update the NEWS and configuration in preparation for 1.11.5.
+
+ Reviewed by Philippe Normand.
+
+ * NEWS:
+
2013-02-04 Benjamin Poulain <[email protected]>
Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
Modified: trunk/Source/WebKit/gtk/NEWS (141867 => 141868)
--- trunk/Source/WebKit/gtk/NEWS 2013-02-05 08:39:24 UTC (rev 141867)
+++ trunk/Source/WebKit/gtk/NEWS 2013-02-05 08:55:44 UTC (rev 141868)
@@ -1,4 +1,36 @@
=================
+WebKitGTK+ 1.11.5
+=================
+
+What's new in WebKitGTK+ 1.11.5?
+
+ - Fix crashes related to libsoup, gstreamer, and accessibility.
+ - Implement the WebKit2 resources API using the injected bundle.
+ - Add API to prefetch DNS of a given hostname to the WebKit2 API.
+ - Move Authentication and Downloads from WebProcess to Shared in
+ WebKit2.
+ - Many improvements to the GStreamer backend including the resurrection of
+ the native fullscreen mode for increased performance, support for
+ setPreservesPitch, bug fixes, support for Opus files, and
+ some other performance improvements.
+ - New features enabled: CSS Image Resolution, CSS Image Orientation,
+ and the performance timeline in the Web Inspector via resource timing
+ and navigation timing.
+ - Add support for blend modes to the Cairo backend.
+ - Fix for checkSpellingOfString erroneously treating multiple words
+ as spelled correctly.
+ - Characters outside the BMP are now properly rendered.
+ - Synthetic bold is now applied to fallback fonts properly.
+ - Better drag and drop icons during drags on non-composited desktops.
+ - The page title is now preserved in WebKit when disappearing when clicking on
+ an anchor link.
+ - The web database path setting in WebKit1 now also controls where IndexedDB
+ databases are stored.
+ - Fix various issues in the build tools, testing tools, Web Inspector, and
+ MiniBrowser.
+
+
+=================
WebKitGTK+ 1.11.4
=================
Modified: trunk/configure.ac (141867 => 141868)
--- trunk/configure.ac 2013-02-05 08:39:24 UTC (rev 141867)
+++ trunk/configure.ac 2013-02-05 08:55:44 UTC (rev 141868)
@@ -2,14 +2,14 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [11])
-m4_define([webkit_micro_version], [4])
+m4_define([webkit_micro_version], [5])
# This is the version we'll be using as part of our User-Agent string
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
#
# Sourced from Source/WebCore/Configurations/Version.xcconfig
m4_define([webkit_user_agent_major_version], [537])
-m4_define([webkit_user_agent_minor_version], [26])
+m4_define([webkit_user_agent_minor_version], [30])
AC_INIT([WebKitGTK],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
@@ -35,13 +35,13 @@
dnl # Libtool library version, not to confuse with API version
dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-LIBWEBKITGTK_VERSION=18:0:18
+LIBWEBKITGTK_VERSION=18:1:18
AC_SUBST([LIBWEBKITGTK_VERSION])
LIBJAVASCRIPTCOREGTK_VERSION=13:8:13
AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
-LIBWEBKIT2GTK_VERSION=20:0:20
+LIBWEBKIT2GTK_VERSION=21:0:21
AC_SUBST([LIBWEBKIT2GTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes