From 30af1fc4748fdf8009c8c0d1787e15bf16bd064f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 15 Jun 2009 17:44:21 +0300 Subject: NEWS: update for 2.27.3 release. --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 99c4a5f69..0569dc303 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +=============== +Epiphany 2.27.3 +=============== + +Changes: + + - Preserve back/forward history when opening new tabs. (#583459) + - Preserve HTTP information (eg, referrer) when opening new tabs. (#120341) + - Strip superfluous whitespace from URLs before loading them. (#584466) + - Remove Python support for extensions, the only supported language + other than C/C++ is now JavaScript through Seed. + - Pretty large refactoring of internals: we now have a new + EphyWebView class, subclass of WebKitWebView, which holds most of + our extra methods/information that used to be in + EphyEmbed. EphyEmbed is no longer an interface, just a wrapper + that contains an EphyWebView and that properly sets it up. Since + there aren't any more interface classes to be implemented by + backends the webkit/ directory is gone, and all the code is now in + embed/. + =============== Epiphany 2.27.2 =============== -- cgit