Title: [137087] releases/WebKitGTK/webkit-1.10
- Revision
- 137087
- Author
- [email protected]
- Date
- 2012-12-09 10:40:06 -0800 (Sun, 09 Dec 2012)
Log Message
Patch by Gustavo Noronha on 2012-12-09
Reviewed by Martin Robinson.
Update configure.ac and the NEWS in preparation for the 1.10.2 release.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.10/ChangeLog (137086 => 137087)
--- releases/WebKitGTK/webkit-1.10/ChangeLog 2012-12-09 18:39:38 UTC (rev 137086)
+++ releases/WebKitGTK/webkit-1.10/ChangeLog 2012-12-09 18:40:06 UTC (rev 137087)
@@ -1,3 +1,11 @@
+2012-12-09 Gustavo Noronha Silva <[email protected]>
+
+ Reviewed by Martin Robinson.
+
+ Update configure.ac and the NEWS in preparation for the 1.10.2 release.
+
+ * configure.ac:
+
2012-09-26 Gustavo Noronha Silva <[email protected]>
[GTK] Split SVG from WebCore to work-around make limitation
Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog (137086 => 137087)
--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog 2012-12-09 18:39:38 UTC (rev 137086)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog 2012-12-09 18:40:06 UTC (rev 137087)
@@ -1,3 +1,11 @@
+2012-12-09 Gustavo Noronha Silva <[email protected]>
+
+ Reviewed by Martin Robinson.
+
+ Update configure.ac and the NEWS in preparation for the 1.10.2 release.
+
+ * NEWS: Update the NEWS file.
+
2012-10-24 Priit Laes <[email protected]>
[GTK] Typos in user-visible strings: "coordintate"
Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS (137086 => 137087)
--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS 2012-12-09 18:39:38 UTC (rev 137086)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS 2012-12-09 18:40:06 UTC (rev 137087)
@@ -1,4 +1,22 @@
=================
+WebKitGTK+ 1.10.2
+=================
+
+What's new in WebKitGTK+ 1.10.2?
+
+ - WebCore has been split in a few more convenience libtool libraries,
+ which should fix problems with linking in some architectures and
+ with make's command line length limit.
+ - WebKit2 introspection files will also be built if introspection is
+ enabled.
+ - Includes fixes for the following CVEs:
+ CVE-2012-5112, CVE-2012-5133
+ - Web audio has been fixed to use a GstBuffer per-channel when looping,
+ which sidesteps a race when dealing with the object references. It
+ also got improvements to error handling and ease of testing when loading
+ resources.
+
+=================
WebKitGTK+ 1.10.1
=================
Modified: releases/WebKitGTK/webkit-1.10/configure.ac (137086 => 137087)
--- releases/WebKitGTK/webkit-1.10/configure.ac 2012-12-09 18:39:38 UTC (rev 137086)
+++ releases/WebKitGTK/webkit-1.10/configure.ac 2012-12-09 18:40:06 UTC (rev 137087)
@@ -2,7 +2,7 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [10])
-m4_define([webkit_micro_version], [1])
+m4_define([webkit_micro_version], [2])
# This is the version we'll be using as part of our User-Agent string
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -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=17:4:17
+LIBWEBKITGTK_VERSION=17:5:17
AC_SUBST([LIBWEBKITGTK_VERSION])
-LIBJAVASCRIPTCOREGTK_VERSION=13:10:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:11:13
AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
-LIBWEBKIT2GTK_VERSION=18:4:0
+LIBWEBKIT2GTK_VERSION=18:5:0
AC_SUBST([LIBWEBKIT2GTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes