Title: [112279] releases/WebKitGTK/webkit-1.8
- Revision
- 112279
- Author
- [email protected]
- Date
- 2012-03-27 10:38:49 -0700 (Tue, 27 Mar 2012)
Log Message
Update the NEWS and version for the impending 1.8.0 release.
Reviewed by Gustavo Noronha Silva.
.:
* configure.ac: Update the version.
Source/WebKit/gtk:
* NEWS: Update the news.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.8/ChangeLog (112278 => 112279)
--- releases/WebKitGTK/webkit-1.8/ChangeLog 2012-03-27 17:02:51 UTC (rev 112278)
+++ releases/WebKitGTK/webkit-1.8/ChangeLog 2012-03-27 17:38:49 UTC (rev 112279)
@@ -1,3 +1,11 @@
+2012-03-27 Martin Robinson <[email protected]>
+
+ Update the NEWS and version for the impending 1.8.0 release.
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * configure.ac: Update the version.
+
2012-03-19 Martin Robinson <[email protected]>
Update the NEWS and version for the WebKitGTK+ 1.7.92 release.
Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog (112278 => 112279)
--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog 2012-03-27 17:02:51 UTC (rev 112278)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog 2012-03-27 17:38:49 UTC (rev 112279)
@@ -1,3 +1,11 @@
+2012-03-27 Martin Robinson <[email protected]>
+
+ Update the NEWS and version for the impending 1.8.0 release.
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * NEWS: Update the news.
+
2012-03-26 Gary Kramlich <[email protected]>
WebKitWebView signals with GError parameters cause crashes when using GObject Introspection
Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS (112278 => 112279)
--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS 2012-03-27 17:02:51 UTC (rev 112278)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/NEWS 2012-03-27 17:38:49 UTC (rev 112279)
@@ -1,4 +1,15 @@
=================
+WebKitGTK+ 1.8.0
+=================
+
+What's new in WebKitGTK+ 1.8.0?
+
+ - Merge WebCore and _javascript_Core regressions committed after the branch point.
+ - Fix several crashes in script bindings by adjusting incorrect signal signatures.
+ - Fix --disable-geolocation build.
+ - Update translations.
+
+=================
WebKitGTK+ 1.7.92
=================
Modified: releases/WebKitGTK/webkit-1.8/configure.ac (112278 => 112279)
--- releases/WebKitGTK/webkit-1.8/configure.ac 2012-03-27 17:02:51 UTC (rev 112278)
+++ releases/WebKitGTK/webkit-1.8/configure.ac 2012-03-27 17:38:49 UTC (rev 112279)
@@ -1,8 +1,8 @@
AC_PREREQ(2.59)
m4_define([webkit_major_version], [1])
-m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [92])
+m4_define([webkit_minor_version], [8])
+m4_define([webkit_micro_version], [0])
# 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=13:0:13
+LIBWEBKITGTK_VERSION=13:1: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