Title: [106486] releases/WebKitGTK/webkit-1.6
- Revision
- 106486
- Author
- [email protected]
- Date
- 2012-02-01 12:48:40 -0800 (Wed, 01 Feb 2012)
Log Message
.: Update the version number in preparation for the 1.6.3 release.
Reviewed by Xan Lopez.
* configure.ac: Update the library version.
Source/WebKit/gtk: Update the NEWS file in preparation for the 1.6.3 release.
Reviewed by Xan Lopez.
* NEWS: Update this file.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.6/ChangeLog (106485 => 106486)
--- releases/WebKitGTK/webkit-1.6/ChangeLog 2012-02-01 20:39:56 UTC (rev 106485)
+++ releases/WebKitGTK/webkit-1.6/ChangeLog 2012-02-01 20:48:40 UTC (rev 106486)
@@ -1,5 +1,13 @@
2012-02-01 Martin Robinson <[email protected]>
+ Update the version number in preparation for the 1.6.3 release.
+
+ Reviewed by Xan Lopez.
+
+ * configure.ac: Update the library version.
+
+2012-02-01 Martin Robinson <[email protected]>
+
Manually pull in the gthread library, as it seems that
with gold it doesn't happen automatically.
Modified: releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/ChangeLog (106485 => 106486)
--- releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/ChangeLog 2012-02-01 20:39:56 UTC (rev 106485)
+++ releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/ChangeLog 2012-02-01 20:48:40 UTC (rev 106486)
@@ -1,3 +1,11 @@
+2012-02-01 Martin Robinson <[email protected]>
+
+ Update the NEWS file in preparation for the 1.6.3 release.
+
+ Reviewed by Xan Lopez.
+
+ * NEWS: Update this file.
+
2012-01-30 Gustavo Noronha Silva <[email protected]>
[GTK] webkitgtk's pkgconfig file needs to require _javascript_coregtk
Modified: releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/NEWS (106485 => 106486)
--- releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/NEWS 2012-02-01 20:39:56 UTC (rev 106485)
+++ releases/WebKitGTK/webkit-1.6/Source/WebKit/gtk/NEWS 2012-02-01 20:48:40 UTC (rev 106486)
@@ -1,8 +1,17 @@
================
+WebKitGTK+ 1.6.3
+================
+
+What's new in WebKitGTK+ 1.6.3?
+
+ - Bug 77524: [GTK] WebKitGtk+ 1.6.2 doesn't build
+ - Manually depend on gthread to fix the build on systems with gold
+
+================
WebKitGTK+ 1.6.2
================
-What's new in WebKitGTK+ 1.6.1?
+What's new in WebKitGTK+ 1.6.2?
Bug 69099 - [Freetype] Some text in Planet GNOME renders in the wrong place
Bug 69840 - Fix build with GLib 2.31
Modified: releases/WebKitGTK/webkit-1.6/configure.ac (106485 => 106486)
--- releases/WebKitGTK/webkit-1.6/configure.ac 2012-02-01 20:39:56 UTC (rev 106485)
+++ releases/WebKitGTK/webkit-1.6/configure.ac 2012-02-01 20:48:40 UTC (rev 106486)
@@ -2,7 +2,7 @@
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [6])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [3])
# 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=11:1:11
+LIBWEBKITGTK_VERSION=11:2:11
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