[GTK] Update NEWS and configure.ac for 1.7.4 release
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Jan 2012 13:40:04 +0000 (13:40 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Jan 2012 13:40:04 +0000 (13:40 +0000)
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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105059 268f45cc-cd09-0410-ab3c-d52691b4dbfc

ChangeLog
Source/WebKit/gtk/ChangeLog
Source/WebKit/gtk/NEWS
configure.ac

index ff57c81..76c955b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-01-16  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [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  <shinyak@google.com>
 
         [crash] Renderer crashes when spell checking a disabled input field.
index 1eccec2..e58f2a7 100644 (file)
@@ -1,3 +1,12 @@
+2012-01-16  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [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  <msanchez@igalia.com>
 
         Unreviewed, rolling out r104905.
index 54e7cea..9409648 100644 (file)
@@ -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
 =================
 
index 2813487..cf37706 100644 (file)
@@ -2,14 +2,14 @@ AC_PREREQ(2.59)
 
 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 @@ AC_CONFIG_SRCDIR([Source/WebCore/config.h])
 
 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])