Title: [92852] trunk
Revision
92852
Author
[email protected]
Date
2011-08-11 08:46:45 -0700 (Thu, 11 Aug 2011)

Log Message

2011-08-11  Xan Lopez  <[email protected]>

        [GTK] Update NEWS and configure.ac for 1.5.2 release

        Reviewed by Gustavo Noronha.

        * configure.ac: update for release.

Source/WebKit/gtk:

2011-08-11  Xan Lopez  <[email protected]>

        [GTK] Update NEWS and configure.ac for 1.5.2 release

        Reviewed by Gustavo Noronha.

        * NEWS: update for release.

Modified Paths

Diff

Modified: trunk/ChangeLog (92851 => 92852)


--- trunk/ChangeLog	2011-08-11 15:33:25 UTC (rev 92851)
+++ trunk/ChangeLog	2011-08-11 15:46:45 UTC (rev 92852)
@@ -1,3 +1,11 @@
+2011-08-11  Xan Lopez  <[email protected]>
+
+        [GTK] Update NEWS and configure.ac for 1.5.2 release
+
+        Reviewed by Gustavo Noronha.
+
+        * configure.ac: update for release.
+
 2011-08-10  Varun Jain  <[email protected]>
 
         WebViewImpl::selectionRange should return false if there is no selection

Modified: trunk/Source/WebKit/gtk/ChangeLog (92851 => 92852)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-08-11 15:33:25 UTC (rev 92851)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-08-11 15:46:45 UTC (rev 92852)
@@ -1,3 +1,11 @@
+2011-08-11  Xan Lopez  <[email protected]>
+
+        [GTK] Update NEWS and configure.ac for 1.5.2 release
+
+        Reviewed by Gustavo Noronha.
+
+        * NEWS: update for release.
+
 2011-08-10  Gustavo Noronha Silva  <[email protected]>
 
         [GTK] wrong annotation for the return value of webkit_web_view_get_hit_test_results()

Modified: trunk/Source/WebKit/gtk/NEWS (92851 => 92852)


--- trunk/Source/WebKit/gtk/NEWS	2011-08-11 15:33:25 UTC (rev 92851)
+++ trunk/Source/WebKit/gtk/NEWS	2011-08-11 15:46:45 UTC (rev 92852)
@@ -1,4 +1,19 @@
 ================
+WebKitGTK+ 1.5.2
+================
+
+What's new in WebKitGTK+ 1.5.2?
+
+  - Remove G_CONST_RETURN usage througout WebKit, it's deprecated in
+    glib.
+  - Add plugin process support in WebKit2. Now (GTK+2) plugins can
+    work again with a GTK+3 build.
+  - Add API to set local storage database path.
+  - Further UA spoofing for Google Calendar, since it assumes
+    Linux+WebKit means mobile (ugh).
+  - Lots of bugfixes.
+
+================
 WebKitGTK+ 1.5.1
 ================
 

Modified: trunk/configure.ac (92851 => 92852)


--- trunk/configure.ac	2011-08-11 15:33:25 UTC (rev 92851)
+++ trunk/configure.ac	2011-08-11 15:46:45 UTC (rev 92852)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [5])
-m4_define([webkit_micro_version], [1])
+m4_define([webkit_micro_version], [2])
 
 # 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=8:0:8
+LIBWEBKITGTK_VERSION=9:0:9
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to