+2009-06-15 Xan Lopez <xlopez@igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Version bump in preparation for 1.1.10 release.
+
+ * configure.ac:
+
2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Xan Lopez.
+2009-06-15 Xan Lopez <xlopez@igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Update NEWS for 1.1.10 release.
+
+ * NEWS:
+
2009-06-11 Gustavo Noronha Silva <gns@gnome.org>
Reviewed by Xan Lopez.
+=================
+WebKitGTK+ 1.1.10
+=================
+
+What's new in WebKitGTK+ 1.1.10?
+
+ - WebKitNetworkRequest has now GObject properties for its URI and
+ the SoupMessage that backs it up.
+ - Fix AtkText methods get_selection and get_n_selections to not use
+ the global selection but only the selection that belongs to the
+ object being used.
+ - Fix a crasher when emitting the a11y signal 'text-caret-moved' in
+ some situations with debug builds.
+
================
WebKitGTK+ 1.1.9
================
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [1])
-m4_define([webkit_micro_version], [9])
+m4_define([webkit_micro_version], [10])
AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
dnl # Libtool library version, not to confuse with API version
dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html#Libtool-versioning
-LIBWEBKITGTK_VERSION=8:1:6
+LIBWEBKITGTK_VERSION=9:0:7
AC_SUBST([LIBWEBKITGTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])