Title: [111345] releases/WebKitGTK/webkit-1.8
- Revision
- 111345
- Author
- [email protected]
- Date
- 2012-03-19 20:51:49 -0700 (Mon, 19 Mar 2012)
Log Message
Update the NEWS and version for the WebKitGTK+ 1.7.92 release.
Reviewed by Gustavo Noronha Silva.
.:
* configure.ac:
Source/WebKit/gtk:
* NEWS:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.8/ChangeLog (111344 => 111345)
--- releases/WebKitGTK/webkit-1.8/ChangeLog 2012-03-20 03:48:20 UTC (rev 111344)
+++ releases/WebKitGTK/webkit-1.8/ChangeLog 2012-03-20 03:51:49 UTC (rev 111345)
@@ -1,3 +1,11 @@
+2012-03-19 Martin Robinson <[email protected]>
+
+ Update the NEWS and version for the WebKitGTK+ 1.7.92 release.
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * configure.ac:
+
2012-03-19 Scott Byer <[email protected]>
Cleanup obsolete files.
Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog (111344 => 111345)
--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog 2012-03-20 03:48:20 UTC (rev 111344)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog 2012-03-20 03:51:49 UTC (rev 111345)
@@ -1,5 +1,13 @@
2012-03-19 Martin Robinson <[email protected]>
+ Update the NEWS and version for the WebKitGTK+ 1.7.92 release.
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * NEWS:
+
+2012-03-19 Martin Robinson <[email protected]>
+
[GTK] Allow running run-gtk-tests during 'make dist'
https://bugs.webkit.org/show_bug.cgi?id=81415
Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS (111344 => 111345)
--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS 2012-03-20 03:48:20 UTC (rev 111344)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS 2012-03-20 03:51:49 UTC (rev 111345)
@@ -1,4 +1,16 @@
=================
+WebKitGTK+ 1.7.92
+=================
+
+What's new in WebKitGTK+ 1.7.92?
+
+ - Add a new favicon database API that corrects the problems of the old one.
+ - Fix rendering of combobox / menulist buttons that do not have separators.
+ - Fix misrendering of text shadow extents in some situations.
+ - Fix 'make check' for source trees without an internal jhbuild.
+ - Miscellaneous build fixes.
+
+=================
WebKitGTK+ 1.7.91
=================
Modified: releases/WebKitGTK/webkit-1.8/configure.ac (111344 => 111345)
--- releases/WebKitGTK/webkit-1.8/configure.ac 2012-03-20 03:48:20 UTC (rev 111344)
+++ releases/WebKitGTK/webkit-1.8/configure.ac 2012-03-20 03:51:49 UTC (rev 111345)
@@ -2,7 +2,7 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [91])
+m4_define([webkit_micro_version], [92])
# 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:2:12
+LIBWEBKITGTK_VERSION=13:0:13
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