Title: [108534] releases/WebKitGTK/webkit-1.8
Revision
108534
Author
mrobin...@webkit.org
Date
2012-02-22 12:08:59 -0800 (Wed, 22 Feb 2012)

Log Message

.: Update the version information in preparation for the 1.7.90 release.

Reviewed by Gustavo Noronha Silva.

* configure.ac: Update versions.

Source/WebKit/gtk: Update the NEWS file in preparation for the 1.7.90 release.

Reviewed by Gustavo Noronha Silva.

* NEWS: Update NEWS.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/ChangeLog (108533 => 108534)


--- releases/WebKitGTK/webkit-1.8/ChangeLog	2012-02-22 20:04:59 UTC (rev 108533)
+++ releases/WebKitGTK/webkit-1.8/ChangeLog	2012-02-22 20:08:59 UTC (rev 108534)
@@ -1,5 +1,13 @@
 2012-02-22  Martin Robinson  <mrobin...@igalia.com>
 
+        Update the version information in preparation for the 1.7.90 release.
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Update versions.
+
+2012-02-22  Martin Robinson  <mrobin...@igalia.com>
+
         [GTK] Clean build is broken when using make -j
         https://bugs.webkit.org/show_bug.cgi?id=76388
 

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog (108533 => 108534)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-02-22 20:04:59 UTC (rev 108533)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-02-22 20:08:59 UTC (rev 108534)
@@ -1,3 +1,11 @@
+2012-02-22  Martin Robinson  <mrobin...@igalia.com>
+
+        Update the NEWS file in preparation for the 1.7.90 release.
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * NEWS: Update NEWS.
+
 2012-02-22  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed, rolling out r107351.

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS (108533 => 108534)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS	2012-02-22 20:04:59 UTC (rev 108533)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS	2012-02-22 20:08:59 UTC (rev 108534)
@@ -1,4 +1,20 @@
 =================
+WebKitGTK+ 1.7.90
+=================
+
+What's new in WebKitGTK+ 1.7.90?
+
+  - Geolocation support is built by default now. Use
+    --disable-geolocation during build to disable it.
+  - requestAnimationFrame support is built by default now. Use
+    --disable-request-animation-frame during build to disable it.
+  - Remove defunct WebInspector GSettings mapping.
+  - Lots of build fixes for Windows, GNU Hurd, A64, SPARC and Alpha.
+  - WebKit will try to use the default libsoup proxy resolver automatically.
+  - Now interpret plugin metadata as UTF-8.
+  - Web content (except plugins) should no longer steal focus from other GTK+ widgets.
+
+=================
 WebKitGTK+ 1.7.5
 =================
 

Modified: releases/WebKitGTK/webkit-1.8/configure.ac (108533 => 108534)


--- releases/WebKitGTK/webkit-1.8/configure.ac	2012-02-22 20:04:59 UTC (rev 108533)
+++ releases/WebKitGTK/webkit-1.8/configure.ac	2012-02-22 20:08:59 UTC (rev 108534)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [5])
+m4_define([webkit_micro_version], [90])
 
 # 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_minor_version], [22])
 
 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=12:1:12
 AC_SUBST([LIBWEBKITGTK_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