Title: [128758] releases/WebKitGTK/webkit-1.10
- Revision
- 128758
- Author
- [email protected]
- Date
- 2012-09-17 08:03:25 -0700 (Mon, 17 Sep 2012)
Log Message
Unreviewed. Update NEWS and configure.ac for 1.9.92 release
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.10/ChangeLog (128757 => 128758)
--- releases/WebKitGTK/webkit-1.10/ChangeLog 2012-09-17 15:02:41 UTC (rev 128757)
+++ releases/WebKitGTK/webkit-1.10/ChangeLog 2012-09-17 15:03:25 UTC (rev 128758)
@@ -1,3 +1,9 @@
+2012-09-17 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update NEWS and configure.ac for 1.9.92 release
+
+ * configure.ac: Bump version numbers.
+
2012-09-05 Carlos Garcia Campos <[email protected]>
Unreviewed. Update NEWS and configure.ac for 1.9.91 release
Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog (128757 => 128758)
--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog 2012-09-17 15:02:41 UTC (rev 128757)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog 2012-09-17 15:03:25 UTC (rev 128758)
@@ -1,3 +1,9 @@
+2012-09-17 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update NEWS and configure.ac for 1.9.92 release
+
+ * NEWS: Added release notes for 1.9.92.
+
2012-09-04 Joanmarie Diggs <[email protected]>
[GTK] Crash in AccessibilityObject::accessibilityPlatformIncludesObject()
Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS (128757 => 128758)
--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS 2012-09-17 15:02:41 UTC (rev 128757)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS 2012-09-17 15:03:25 UTC (rev 128758)
@@ -1,4 +1,32 @@
=================
+WebKitGTK+ 1.9.92
+=================
+
+What's new in WebKitGTK+ 1.9.92?
+
+ - Properly expose <legend> elements to ATs.
+ - The new accessibility CanvasRole is now mapped to ATK_ROLE_CANVAS.
+ - Fix the build in Windows platform.
+ - Fix an infinite loop in accessibility code.
+ - Fix the build with GStreamer 0.11.
+ - Fix a crash in network backend with non-UTF8 HTTP header names.
+ - Properly close audio device after playing sound.
+ - Sanitize the suggested filename when building the download
+ destination URI in WebKit2.
+ - Fix a crash in WebKit2 when navigating between pages in the
+ history cache.
+ - Purge unused favicons from IconDatabase after 30 days.
+ - Fix a crash in
+ AccessibilityObject::accessibilityPlatformIncludesObject().
+ - Fix a crash in WebCore::HTMLSelectElement::selectedIndex().
+ - Fix caret-moved events not emitted for certain content.
+ - Fix incorrect/unexpected characters in the text of certain
+ accessibles.
+ - Implement AccessibilityUIElement::titleUIElement() and
+ AccessibilityUIElement::stringValue().
+ - Fix LLint build with -g -02.
+
+=================
WebKitGTK+ 1.9.91
=================
Modified: releases/WebKitGTK/webkit-1.10/configure.ac (128757 => 128758)
--- releases/WebKitGTK/webkit-1.10/configure.ac 2012-09-17 15:02:41 UTC (rev 128757)
+++ releases/WebKitGTK/webkit-1.10/configure.ac 2012-09-17 15:03:25 UTC (rev 128758)
@@ -2,7 +2,7 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [91])
+m4_define([webkit_micro_version], [92])
# 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:1:17
+LIBWEBKITGTK_VERSION=17:2:17
AC_SUBST([LIBWEBKITGTK_VERSION])
-LIBJAVASCRIPTCOREGTK_VERSION=13:7:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:8:13
AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
-LIBWEBKIT2GTK_VERSION=18:1:0
+LIBWEBKIT2GTK_VERSION=18:2: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