Title: [119382] trunk
Revision
119382
Author
carlo...@webkit.org
Date
2012-06-04 04:00:09 -0700 (Mon, 04 Jun 2012)

Log Message

Unreviewed. Update NEWS and configure.ac for 1.9.3 release

.:

* configure.ac: Bump version number.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.9.3.

Modified Paths

Diff

Modified: trunk/ChangeLog (119381 => 119382)


--- trunk/ChangeLog	2012-06-04 10:24:38 UTC (rev 119381)
+++ trunk/ChangeLog	2012-06-04 11:00:09 UTC (rev 119382)
@@ -1,3 +1,9 @@
+2012-06-04  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update NEWS and configure.ac for 1.9.3 release
+
+        * configure.ac: Bump version number.
+
 2012-06-02  Kevin Ollivier  <kev...@theolliviers.com>
 
         [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.

Modified: trunk/Source/WebKit/gtk/ChangeLog (119381 => 119382)


--- trunk/Source/WebKit/gtk/ChangeLog	2012-06-04 10:24:38 UTC (rev 119381)
+++ trunk/Source/WebKit/gtk/ChangeLog	2012-06-04 11:00:09 UTC (rev 119382)
@@ -1,3 +1,9 @@
+2012-06-04  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update NEWS and configure.ac for 1.9.3 release
+
+        * NEWS: Added release notes for 1.9.3.
+
 2012-06-04  Mario Sanchez Prada  <msanc...@igalia.com>
 
         [GTK] Remove geoclue dependency from WebKit API Layer

Modified: trunk/Source/WebKit/gtk/NEWS (119381 => 119382)


--- trunk/Source/WebKit/gtk/NEWS	2012-06-04 10:24:38 UTC (rev 119381)
+++ trunk/Source/WebKit/gtk/NEWS	2012-06-04 11:00:09 UTC (rev 119382)
@@ -1,4 +1,38 @@
 =================
+WebKitGTK+ 1.9.3
+=================
+
+What's new in WebKitGTK+ 1.9.3?
+
+  - Add webkit_download_get_request to WebKit2 GTK+ API.
+  - Add API to get the list of plugins to WebKit2 GTK+.
+  - Add webkit_web_view_can_show_mime_type() to WebKit2 GTK+ API.
+  - Add GCancellable parameter to all methods using gio async pattern
+    in WebKit2 GTK+ API.
+  - Add settings to enable and disable composited layer indicators to
+    WebKit2 GTK+ API.
+  - Add generic permission requests API to WebKit2 GTK+ API.
+  - Add initial inspector API to WebKit2 GTK+.
+  - Allow to attach/detach the inspector in WebKit2.
+  - Add media-playback-requires-user-gesture and
+    media-playback-allows-inline settings to WebKit1 and WebKit2 GTK+.
+  - Use defers loading instead of pausing the soup message in
+    WebKitDownload.
+  - Properly set the input method context window location.
+  - Fix a crash in the WebProcess when a download is started from
+    an existing ResourceHandle.
+  - Fix cursor used for ne-resize.
+  - Fix contractions recognition by the spell checker.
+  - Fix a crash rendering scrollbars on GTK wxWebkit.
+  - Fix KURL::fileSystemPath() implementation to strip the query part
+    of the uri.
+  - Check for GTK2/GTK3 symbol mismatch earlier to fix plugins run
+    with nspluginwrapper.
+  - Fix thin archives support while building GTK+ port.
+  - Fix several memory leaks.
+  - Fix several compilation warnings.
+
+=================
 WebKitGTK+ 1.9.2
 =================
 

Modified: trunk/configure.ac (119381 => 119382)


--- trunk/configure.ac	2012-06-04 10:24:38 UTC (rev 119381)
+++ trunk/configure.ac	2012-06-04 11:00:09 UTC (rev 119382)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [3])
 
 # 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], [536])
-m4_define([webkit_user_agent_minor_version], [10])
+m4_define([webkit_user_agent_major_version], [537])
+m4_define([webkit_user_agent_minor_version], [1])
 
 AC_INIT([WebKit],[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=13:1:13
+LIBWEBKITGTK_VERSION=13:2:13
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
-LIBJAVASCRIPTCOREGTK_VERSION=13:1:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:2:13
 AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
 
-LIBWEBKIT2GTK_VERSION=13:1:13
+LIBWEBKIT2GTK_VERSION=14:0:14
 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.cgi/webkit-changes

Reply via email to