Commit 191b2048 authored by kov@webkit.org's avatar kov@webkit.org

2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

        Reviewed by Xan Lopez.

        Bump version to 1.1.21, and adjust library versioning accordingly.

        * configure.ac:

git-svn-id: svn://svn.chromium.org/blink/trunk@54498 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f822238b
2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Xan Lopez.
Bump version to 1.1.21, and adjust library versioning accordingly.
* configure.ac:
2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Reviewed by Gustavo Noronha.
......
2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Xan Lopez.
News about 1.1.21.
* NEWS:
2010-02-05 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by Gustavo Noronha Silva.
......
=================
WebKitGTK+ 1.1.21
=================
What's new in WebKitGTK+ 1.1.21?
- New custom-made GStreamer source element that uses the WebCore
network layer to download media data; this makes sure any headers
and cookies will automatically get added when making requests.
- WebKit will now let libsoup know who the first party for a given
message is, making it possible to implement accept/deny policies in
Soup.
- The usual stream of fixes, and improvements
=================
WebKitGTK+ 1.1.20
=================
......
......@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [1])
m4_define([webkit_micro_version], [20])
m4_define([webkit_micro_version], [21])
# 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 @@ AC_CONFIG_SRCDIR([WebCore/config.h])
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=17:0:15
LIBWEBKITGTK_VERSION=17:1:15
AC_SUBST([LIBWEBKITGTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment