From cdb85422b0636e270d7d430b69c77f2773e6a57a Mon Sep 17 00:00:00 2001 From: "xan@webkit.org" Date: Mon, 12 Jul 2010 21:20:45 +0000 Subject: [PATCH] 2010-07-12 Xan Lopez Reviewed by Gustavo Noronha. Bump to 1.3.3 * configure.ac: WebKit/gtk: 2010-07-12 Xan Lopez Reviewed by Gustavo Noronha. Update for 1.3.3 * NEWS: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63117 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 8 ++++++++ WebKit/gtk/ChangeLog | 8 ++++++++ WebKit/gtk/NEWS | 10 ++++++++++ configure.ac | 4 ++-- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c6eeef..8279cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ Reviewed by Gustavo Noronha. + Bump to 1.3.3 + + * configure.ac: + +2010-07-12 Xan Lopez + + Reviewed by Gustavo Noronha. + Suffix .mo files with the GTK+ API version so that they can be parallel installable. diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog index 3469d09..ee87391 100644 --- a/WebKit/gtk/ChangeLog +++ b/WebKit/gtk/ChangeLog @@ -2,6 +2,14 @@ Reviewed by Gustavo Noronha. + Update for 1.3.3 + + * NEWS: + +2010-07-12 Xan Lopez + + Reviewed by Gustavo Noronha. + Fix compilation with sealed GTK+. * webkit/webkitwebview.cpp: diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS index eb6d8cc..b99e2a1 100644 --- a/WebKit/gtk/NEWS +++ b/WebKit/gtk/NEWS @@ -1,4 +1,14 @@ ================ +WebKitGTK+ 1.3.3 +================ + +What's new in WebKitGTK+ 1.3.3? + + - Fixes to compile with latest GTK+ 2.90.x. + - Add support for dropping content in WebKitWebViews. + - Many other bugfixes. + +================ WebKitGTK+ 1.3.2 ================ diff --git a/configure.ac b/configure.ac index b08baee..1e0194e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59) m4_define([webkit_major_version], [1]) m4_define([webkit_minor_version], [3]) -m4_define([webkit_micro_version], [2]) +m4_define([webkit_micro_version], [3]) # 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=0:0:0 +LIBWEBKITGTK_VERSION=0:1:0 AC_SUBST([LIBWEBKITGTK_VERSION]) AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar]) -- 1.8.3.1