Title: [105059] trunk
Revision
105059
Author
[email protected]
Date
2012-01-16 05:40:04 -0800 (Mon, 16 Jan 2012)

Log Message

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

Reviewed by Philippe Normand.

.:

* configure.ac: Bumped version number.

Source/WebKit/gtk:

* NEWS: Added release notes for 1.7.4.

Modified Paths

Diff

Modified: trunk/ChangeLog (105058 => 105059)


--- trunk/ChangeLog	2012-01-16 13:35:04 UTC (rev 105058)
+++ trunk/ChangeLog	2012-01-16 13:40:04 UTC (rev 105059)
@@ -1,3 +1,12 @@
+2012-01-16  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Update NEWS and configure.ac for 1.7.4 release
+        https://bugs.webkit.org/show_bug.cgi?id=76375
+
+        Reviewed by Philippe Normand.
+
+        * configure.ac: Bumped version number.
+
 2012-01-16  Shinya Kawanaka  <[email protected]>
 
         [crash] Renderer crashes when spell checking a disabled input field.

Modified: trunk/Source/WebKit/gtk/ChangeLog (105058 => 105059)


--- trunk/Source/WebKit/gtk/ChangeLog	2012-01-16 13:35:04 UTC (rev 105058)
+++ trunk/Source/WebKit/gtk/ChangeLog	2012-01-16 13:40:04 UTC (rev 105059)
@@ -1,3 +1,12 @@
+2012-01-16  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Update NEWS and configure.ac for 1.7.4 release
+        https://bugs.webkit.org/show_bug.cgi?id=76375
+
+        Reviewed by Philippe Normand.
+
+        * NEWS: Added release notes for 1.7.4.
+
 2012-01-13  Mario Sanchez Prada  <[email protected]>
 
         Unreviewed, rolling out r104905.

Modified: trunk/Source/WebKit/gtk/NEWS (105058 => 105059)


--- trunk/Source/WebKit/gtk/NEWS	2012-01-16 13:35:04 UTC (rev 105058)
+++ trunk/Source/WebKit/gtk/NEWS	2012-01-16 13:40:04 UTC (rev 105059)
@@ -1,4 +1,29 @@
 =================
+WebKitGTK+ 1.7.4
+=================
+
+What's new in WebKitGTK+ 1.7.4?
+
+  - Fix a11y regression: text-inserted events lack text inserted and
+    current line.
+  - Fix scrollbars in WebKit2 that were drawn behind the window resize
+    grip.
+  - Fix a memory leak in WebKitWebSourceGStreamer.
+  - Slider thumb is not centered on the track with the unico theme.
+  - Fix context menu in WebKit2 to not dissapear right after it's shown.
+  - Use GtkOrientable style class in GTK+ 3 theming code.
+  - Change default WebSocket protocol to the latest one (hybi-17).
+  - Fix scrollbars size with GTK+ 3.x to follow the current theme.
+  - Use gdk_screen_get_monitor_workarea() when available for
+    screenAvailableRect().
+  - Rename webkit_web_view_load_alternate_html as
+    webkit_web_view_replace_content in WebKit2 GTK+.
+  - Fix emission of ATK text-caret-moved and text-selection-changed events.
+  - Add methods to get/set the WebView zoom level to WebKit2 GTK+ API.
+  - Make WebProcess and PluginProcess use the same locale as the UI process.
+  - Simplify WebKit2 loader client API.
+
+=================
 WebKitGTK+ 1.7.3
 =================
 

Modified: trunk/configure.ac (105058 => 105059)


--- trunk/configure.ac	2012-01-16 13:35:04 UTC (rev 105058)
+++ trunk/configure.ac	2012-01-16 13:40:04 UTC (rev 105059)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [3])
+m4_define([webkit_micro_version], [4])
 
 # 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], [14])
+m4_define([webkit_user_agent_minor_version], [18])
 
 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=11:3:11
+LIBWEBKITGTK_VERSION=11:4:11
 AC_SUBST([LIBWEBKITGTK_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.cgi/webkit-changes

Reply via email to