Title: [129342] releases/WebKitGTK/webkit-1.10
Revision
129342
Author
[email protected]
Date
2012-09-24 04:03:56 -0700 (Mon, 24 Sep 2012)

Log Message

Unreviewed. Update NEWS and configure.ac for 1.10.0 release

Modified Paths


Diff

Modified: releases/WebKitGTK/webkit-1.10/ChangeLog (129341 => 129342)


--- releases/WebKitGTK/webkit-1.10/ChangeLog	2012-09-24 10:19:56 UTC (rev 129341)
+++ releases/WebKitGTK/webkit-1.10/ChangeLog	2012-09-24 11:03:56 UTC (rev 129342)
@@ -1,3 +1,9 @@
+2012-09-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and configure.ac for 1.10.0 release
+
+        * configure.ac: Bump version numbers.
+
 2012-08-23  Martin Robinson  <[email protected]>
 
         [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz

Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog (129341 => 129342)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog	2012-09-24 10:19:56 UTC (rev 129341)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog	2012-09-24 11:03:56 UTC (rev 129342)
@@ -1,3 +1,9 @@
+2012-09-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update NEWS and configure.ac for 1.10.0 release
+
+        * NEWS: Added release notes for 1.10.0.
+
 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/Source/WebKit/gtk/NEWS (129341 => 129342)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS	2012-09-24 10:19:56 UTC (rev 129341)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/NEWS	2012-09-24 11:03:56 UTC (rev 129342)
@@ -1,4 +1,14 @@
 =================
+WebKitGTK+ 1.10.0
+=================
+
+What's new in WebKitGTK+ 1.10.0?
+
+  - Make WebKitWebView work again inside a GtkOverlay in WebKit2 by
+    not using a native window for Accelerated Compositing
+    implementation.
+
+=================
 WebKitGTK+ 1.9.92
 =================
 

Modified: releases/WebKitGTK/webkit-1.10/configure.ac (129341 => 129342)


--- releases/WebKitGTK/webkit-1.10/configure.ac	2012-09-24 10:19:56 UTC (rev 129341)
+++ releases/WebKitGTK/webkit-1.10/configure.ac	2012-09-24 11:03:56 UTC (rev 129342)
@@ -1,8 +1,8 @@
 AC_PREREQ(2.60)
 
 m4_define([webkit_major_version], [1])
-m4_define([webkit_minor_version], [9])
-m4_define([webkit_micro_version], [92])
+m4_define([webkit_minor_version], [10])
+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,13 +35,13 @@
 
 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=17:2:17
+LIBWEBKITGTK_VERSION=17:3:17
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
-LIBJAVASCRIPTCOREGTK_VERSION=13:8:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:9:13
 AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
 
-LIBWEBKIT2GTK_VERSION=18:2:0
+LIBWEBKIT2GTK_VERSION=18:3:0
 AC_SUBST([LIBWEBKIT2GTK_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/webkit-changes

Reply via email to