Title: [129331] releases/WebKitGTK/webkit-1.10
- Revision
- 129331
- Author
- [email protected]
- Date
- 2012-09-24 00:47:02 -0700 (Mon, 24 Sep 2012)
Log Message
Merge r126439 - [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
https://bugs.webkit.org/show_bug.cgi?id=94572
Patch by Martin Robinson <[email protected]> on 2012-08-23
Reviewed by Carlos Garcia Campos.
Change the name of the tarball to match the name of the library
and to disambiguate it from other WebKit ports.
* configure.ac: Update the tarball name.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.10/ChangeLog (129330 => 129331)
--- releases/WebKitGTK/webkit-1.10/ChangeLog 2012-09-24 07:41:04 UTC (rev 129330)
+++ releases/WebKitGTK/webkit-1.10/ChangeLog 2012-09-24 07:47:02 UTC (rev 129331)
@@ -1,3 +1,15 @@
+2012-08-23 Martin Robinson <[email protected]>
+
+ [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
+ https://bugs.webkit.org/show_bug.cgi?id=94572
+
+ Reviewed by Carlos Garcia Campos.
+
+ Change the name of the tarball to match the name of the library
+ and to disambiguate it from other WebKit ports.
+
+ * configure.ac: Update the tarball name.
+
2012-09-17 Carlos Garcia Campos <[email protected]>
Unreviewed. Update NEWS and configure.ac for 1.9.92 release
Modified: releases/WebKitGTK/webkit-1.10/configure.ac (129330 => 129331)
--- releases/WebKitGTK/webkit-1.10/configure.ac 2012-09-24 07:41:04 UTC (rev 129330)
+++ releases/WebKitGTK/webkit-1.10/configure.ac 2012-09-24 07:47:02 UTC (rev 129331)
@@ -11,7 +11,7 @@
m4_define([webkit_user_agent_major_version], [537])
m4_define([webkit_user_agent_minor_version], [6])
-AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
+AC_INIT([WebKitGTK],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
AC_CONFIG_MACRO_DIR([Source/autotools])
AC_CONFIG_AUX_DIR([Source/autotools])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes