Title: [115624] trunk
Revision
115624
Author
carlo...@webkit.org
Date
2012-04-30 04:58:42 -0700 (Mon, 30 Apr 2012)

Log Message

[GTK] Update NEWS and configure.ac for 1.9.1 release
https://bugs.webkit.org/show_bug.cgi?id=85175

Reviewed by Philippe Normand.

.:

* configure.ac: Bumped version number. Disable WebKit2 by default
for now, since we still don't use a different libtool version for
libwebkit2gtk. It will be enabled again after the release and the
library version will be reworked for the next release.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.9.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (115623 => 115624)


--- trunk/ChangeLog	2012-04-30 11:30:58 UTC (rev 115623)
+++ trunk/ChangeLog	2012-04-30 11:58:42 UTC (rev 115624)
@@ -1,5 +1,17 @@
 2012-04-30  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        [GTK] Update NEWS and configure.ac for 1.9.1 release
+        https://bugs.webkit.org/show_bug.cgi?id=85175
+
+        Reviewed by Philippe Normand.
+
+        * configure.ac: Bumped version number. Disable WebKit2 by default
+        for now, since we still don't use a different libtool version for
+        libwebkit2gtk. It will be enabled again after the release and the
+        library version will be reworked for the next release.
+
+2012-04-30  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. Fix make distcheck.
 
         * GNUmakefile.am: Add ALL_MOFILES declaration.

Modified: trunk/Source/WebKit/gtk/ChangeLog (115623 => 115624)


--- trunk/Source/WebKit/gtk/ChangeLog	2012-04-30 11:30:58 UTC (rev 115623)
+++ trunk/Source/WebKit/gtk/ChangeLog	2012-04-30 11:58:42 UTC (rev 115624)
@@ -1,3 +1,12 @@
+2012-04-30  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.9.1 release
+        https://bugs.webkit.org/show_bug.cgi?id=85175
+
+        Reviewed by Philippe Normand.
+
+        * NEWS: Added release notes for 1.9.1.
+
 2012-04-30  Sudarsana Nagineni  <sudarsana.nagin...@linux.intel.com>
 
         [GTK] DRT support for layoutTestController.removeOriginAccessWhitelistEntry

Modified: trunk/Source/WebKit/gtk/NEWS (115623 => 115624)


--- trunk/Source/WebKit/gtk/NEWS	2012-04-30 11:30:58 UTC (rev 115623)
+++ trunk/Source/WebKit/gtk/NEWS	2012-04-30 11:58:42 UTC (rev 115624)
@@ -1,4 +1,72 @@
 =================
+WebKitGTK+ 1.9.1
+=================
+
+What's new in WebKitGTK+ 1.9.1?
+
+  - Geolocation support is built by default now. Use
+    --disable-geolocation during build to disable it.
+  - LINGUAS environment variable is honored now.
+  - Throttle DNS prefetching to avoid overloading the resolver.
+  - Remove defunct WebInspector GSettings mapping.
+  - Fix a crash when emitting signals with a GError parameter when
+    using GObject Introspection.
+  - Fix flickering during scrolling and resizing in newer versions of
+    GTK+.
+  - Fix a bug where the Content-Length header was not sent for certain
+    XMLHttpRequests.
+  - Fix a WebProcess segmentation fault related to clipboard handling.
+  - Fix a repainting error that occurred during interior frame
+    scrolling.
+  - Fix a crash when WebKitWebView is created without a WebContext.
+  - Fix a crash that could occur during synchronous XMLHttpRequests.
+  - Fix rendering of combobox / menulist buttons that do not have
+    separators.
+  - Fix the rendering of toggle buttons with larger-than-default
+    widths and heights with the Adwaita theme.
+  - Fix misrendering of text shadow extents in some situations.
+  - Fix a crash when closing browser with inspector window opened.
+  - Now interpret plugin metadata as UTF-8.
+  - Fix rendering of GtkWidgets embedded on WebKitWebView.
+  - Web content (except plugins) should no longer steal focus from
+    other GTK+ widgets.
+  - WebKit will try to use the default libsoup proxy resolver
+    automatically.
+  - Performance improvements in WebKitWebView by avoiding doing a lot
+    of work in size_allocate when the view is not mapped.
+  - Web Timing is now enabled.
+  - Add support for smooth scrolling.
+  - Implement unicode submenu items.
+  - FFTFrame implementation in GStreamer backend.
+  - More work on GStreamer 0.11 support.
+  - Add support for windowed plugins in WebKit2.
+  - Add full printing support to WebKit2.
+  - Add a new favicon database API that corrects the problems of the
+    old one.
+  - Add WebKitWebView::context-menu signal to allow applications to
+    handle its own context menu. WebKitWebView::populate-popup signal
+    and default-context setting are now deprecated.
+  - Well known names for menu items in the default context menu are
+    now exposed in an enumeration.
+  - Add entering/leaving fullscreen signals to WebKit API.
+  - Add enable-webaudio setting to WebKit2 GTK+ API.
+  - Add support for registering custom uri schemes in WebKit2.
+  - Add WebKitWebView::mouse-target-changed signal to WebKit2 GTK+
+    API.
+  - Add enter/leave fullscreen signals to WebKit2 GTK+ API.
+  - Add find API to WebKit2 GTK+ API.
+  - Use a single signal for script dialogs in WebKit2 GTK+ API.
+  - Add cookies API to WebKit2 GTK+ API.
+  - Add webkit_print_operation_print() to WebKit2 GTK+ API.
+  - Add resources API to WebKit2 GTK+ API.
+  - Add support for Response policy decisions to WebKit2 GTK+ API.
+  - Add _javascript_ clipboard functionality settings to WebKit2 GTK+
+    API.
+  - Add cut, copy and paste methods to WebKit2 GTK+ API.
+  - Add zoom-text-only setting to WebKit2 GTK+ API.
+  - Add webkit_web_view_run_javascript() to WebKit2 GTK+ API.
+
+=================
 WebKitGTK+ 1.7.5
 =================
 

Modified: trunk/configure.ac (115623 => 115624)


--- trunk/configure.ac	2012-04-30 11:30:58 UTC (rev 115623)
+++ trunk/configure.ac	2012-04-30 11:58:42 UTC (rev 115624)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [0])
+m4_define([webkit_micro_version], [1])
 
 # 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], [535])
-m4_define([webkit_user_agent_minor_version], [20])
+m4_define([webkit_user_agent_major_version], [536])
+m4_define([webkit_user_agent_minor_version], [10])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
@@ -35,7 +35,7 @@
 
 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=12:0:12
+LIBWEBKITGTK_VERSION=13:0:13
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
@@ -1238,8 +1238,8 @@
 # WebKit2
 AC_MSG_CHECKING([whether to build Webkit2])
 AC_ARG_ENABLE(webkit2,
-    AC_HELP_STRING([--enable-webkit2], [build webkit2 [default=yes]]),
-    [], [enable_webkit2="yes"])
+    AC_HELP_STRING([--enable-webkit2], [build webkit2 [default=no]]),
+    [], [enable_webkit2="no"])
 AC_MSG_RESULT([$enable_webkit2])
 if test "$enable_webkit2" = "yes"; then
    if test "$GTK_API_VERSION" = "2.0"; then
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to