Title: [135279] trunk
- Revision
- 135279
- Author
- carlo...@webkit.org
- Date
- 2012-11-20 08:02:19 -0800 (Tue, 20 Nov 2012)
Log Message
Unreviewed. Update NEWS and configure.ac for 1.11.2 release
.:
* configure.ac: Bump version numbers.
Source/WebKit/gtk:
* NEWS: Added release notes for 1.11.2.
Modified Paths
Diff
Modified: trunk/ChangeLog (135278 => 135279)
--- trunk/ChangeLog 2012-11-20 15:56:49 UTC (rev 135278)
+++ trunk/ChangeLog 2012-11-20 16:02:19 UTC (rev 135279)
@@ -1,3 +1,9 @@
+2012-11-20 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Update NEWS and configure.ac for 1.11.2 release
+
+ * configure.ac: Bump version numbers.
+
2012-11-19 Kihong Kwon <kihong.k...@samsung.com>
Add PROXIMITY_EVENTS feature
Modified: trunk/Source/WebKit/gtk/ChangeLog (135278 => 135279)
--- trunk/Source/WebKit/gtk/ChangeLog 2012-11-20 15:56:49 UTC (rev 135278)
+++ trunk/Source/WebKit/gtk/ChangeLog 2012-11-20 16:02:19 UTC (rev 135279)
@@ -1,3 +1,9 @@
+2012-11-20 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Update NEWS and configure.ac for 1.11.2 release
+
+ * NEWS: Added release notes for 1.11.2.
+
2012-11-16 Martin Robinson <mrobin...@igalia.com>
[GTK] Move CredentialBackingStore usage from GtkAuthenticationDialog to ResourceHandleSoup
Modified: trunk/Source/WebKit/gtk/NEWS (135278 => 135279)
--- trunk/Source/WebKit/gtk/NEWS 2012-11-20 15:56:49 UTC (rev 135278)
+++ trunk/Source/WebKit/gtk/NEWS 2012-11-20 16:02:19 UTC (rev 135279)
@@ -1,4 +1,18 @@
=================
+WebKitGTK+ 1.11.2
+=================
+
+What's new in WebKitGTK+ 1.11.2?
+
+ - Implement inspector server on Linux for remote debugging.
+ - Add support for password remembering to HTTP authentication
+ dialog in WebKit2 using libsecret.
+ - Add API to get favicons to WebKit2 GTK+ API.
+ - Add API to get the WebKitWebView associated to a WebKitDownload to
+ WebKit2 GTK+.
+ - Add GObject introspection support to WebKit2 GTK+ API.
+
+=================
WebKitGTK+ 1.11.1
=================
Modified: trunk/configure.ac (135278 => 135279)
--- trunk/configure.ac 2012-11-20 15:56:49 UTC (rev 135278)
+++ trunk/configure.ac 2012-11-20 16:02:19 UTC (rev 135279)
@@ -9,7 +9,7 @@
#
# Sourced from Source/WebCore/Configurations/Version.xcconfig
m4_define([webkit_user_agent_major_version], [537])
-m4_define([webkit_user_agent_minor_version], [16])
+m4_define([webkit_user_agent_minor_version], [20])
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=17:0:17
+LIBWEBKITGTK_VERSION=17:1:17
AC_SUBST([LIBWEBKITGTK_VERSION])
-LIBJAVASCRIPTCOREGTK_VERSION=13:6:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:7:13
AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
-LIBWEBKIT2GTK_VERSION=18:0:18
+LIBWEBKIT2GTK_VERSION=19:0:19
AC_SUBST([LIBWEBKIT2GTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes