Title: [110030] releases/WebKitGTK/webkit-1.8
Revision
110030
Author
mrobin...@webkit.org
Date
2012-03-07 00:13:26 -0800 (Wed, 07 Mar 2012)

Log Message

Update the NEWS and version for the 1.7.91 release.

Reviewed by Gustavo Noronha Silva.

.: 

* configure.ac: Update.

Source/WebKit/gtk: 

* NEWS: Update.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/ChangeLog (110029 => 110030)


--- releases/WebKitGTK/webkit-1.8/ChangeLog	2012-03-07 08:09:15 UTC (rev 110029)
+++ releases/WebKitGTK/webkit-1.8/ChangeLog	2012-03-07 08:13:26 UTC (rev 110030)
@@ -1,3 +1,11 @@
+2012-03-07  Martin Robinson  <mrobin...@igalia.com>
+
+        Update the NEWS and version for the 1.7.91 release.
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Update.
+
 2012-03-06  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r109760.

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


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-03-07 08:09:15 UTC (rev 110029)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-03-07 08:13:26 UTC (rev 110030)
@@ -1,3 +1,11 @@
+2012-03-07  Martin Robinson  <mrobin...@igalia.com>
+
+        Update the NEWS and version for the 1.7.91 release.
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * NEWS: Update.
+
 2012-03-06  Martin Robinson  <mrobin...@igalia.com>
 
         Fix a compilation warning encountered during the GTK+ build.

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


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS	2012-03-07 08:09:15 UTC (rev 110029)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS	2012-03-07 08:13:26 UTC (rev 110030)
@@ -1,4 +1,16 @@
 =================
+WebKitGTK+ 1.7.91
+=================
+
+What's new in WebKitGTK+ 1.7.91?
+
+ - Properly advertise flac support for the audio tag.
+ - Fix a WebProcess segmentation fault related to clipboard handling.
+ - Add a Find API for WebKit2.
+ - Add zoom-text-only setting to WebKit2 GTK+ API.
+ - Miscellaneous build fixes.
+
+=================
 WebKitGTK+ 1.7.90
 =================
 

Modified: releases/WebKitGTK/webkit-1.8/configure.ac (110029 => 110030)


--- releases/WebKitGTK/webkit-1.8/configure.ac	2012-03-07 08:09:15 UTC (rev 110029)
+++ releases/WebKitGTK/webkit-1.8/configure.ac	2012-03-07 08:13:26 UTC (rev 110030)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [90])
+m4_define([webkit_micro_version], [91])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -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:1:12
+LIBWEBKITGTK_VERSION=12:2: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