Title: [95518] trunk
Revision
95518
Author
carlo...@webkit.org
Date
2011-09-20 00:57:52 -0700 (Tue, 20 Sep 2011)

Log Message

2011-09-20  Carlos Garcia Campos  <cgar...@igalia.com>

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

        Reviewed by Martin Robinson.

        * configure.ac:

2011-09-20  Philippe Normand  <pnorm...@igalia.com>

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

        Reviewed by Martin Robinson.

        * NEWS:

Modified Paths

Diff

Modified: trunk/ChangeLog (95517 => 95518)


--- trunk/ChangeLog	2011-09-20 06:33:57 UTC (rev 95517)
+++ trunk/ChangeLog	2011-09-20 07:57:52 UTC (rev 95518)
@@ -1,3 +1,11 @@
+2011-09-20  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.5.90 release
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac:
+
 2011-09-19  Adam Barth  <aba...@webkit.org>
 
         Always enable ENABLE(EVENTSOURCE)

Modified: trunk/Source/WebKit/gtk/ChangeLog (95517 => 95518)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-09-20 06:33:57 UTC (rev 95517)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-09-20 07:57:52 UTC (rev 95518)
@@ -1,3 +1,11 @@
+2011-09-20  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK] Update NEWS and configure.ac for 1.5.90 release
+
+        Reviewed by Martin Robinson.
+
+        * NEWS:
+
 2011-09-19  Leandro Pereira  <lean...@profusion.mobi>
 
         GTK DRT leaks memory while comparing history items

Modified: trunk/Source/WebKit/gtk/NEWS (95517 => 95518)


--- trunk/Source/WebKit/gtk/NEWS	2011-09-20 06:33:57 UTC (rev 95517)
+++ trunk/Source/WebKit/gtk/NEWS	2011-09-20 07:57:52 UTC (rev 95518)
@@ -1,3 +1,16 @@
+=================
+WebKitGTK+ 1.5.90
+=================
+
+What's new in WebKitGTK+ 1.5.90?
+
+  - Bumped GStreamer requirement to 0.10.30.
+  - Switch to GTK+3 by default. GTK+2 is still required for the
+    WebKit2 plugin process though.
+  - Create pot files in builddir.
+  - Improvements in the WebKit2GTK+ port.
+  - Lots of bugfixes.
+
 ================
 WebKitGTK+ 1.5.2
 ================

Modified: trunk/configure.ac (95517 => 95518)


--- trunk/configure.ac	2011-09-20 06:33:57 UTC (rev 95517)
+++ trunk/configure.ac	2011-09-20 07:57:52 UTC (rev 95518)
@@ -2,14 +2,14 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [5])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [90])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
 #
 # Sourced from Source/WebCore/Configurations/Version.xcconfig
-m4_define([webkit_user_agent_major_version], [534])
-m4_define([webkit_user_agent_minor_version], [26])
+m4_define([webkit_user_agent_major_version], [535])
+m4_define([webkit_user_agent_minor_version], [4])
 
 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
@@ -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=9:0:9
+LIBWEBKITGTK_VERSION=9:1:9
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to