aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-06-15 22:44:21 +0800
committerXan Lopez <xan@gnome.org>2009-06-15 22:44:21 +0800
commit30af1fc4748fdf8009c8c0d1787e15bf16bd064f (patch)
tree3e264f440d828a0b9a2f352dace9024c15edaade /NEWS
parent16fb3a7bc731fc9ab15ddae6df3c3a228f2a9aba (diff)
downloadgsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar
gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.gz
gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.bz2
gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.lz
gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.xz
gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.zst
gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.zip
NEWS: update for 2.27.3 release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 99c4a5f69..0569dc303 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
===============
+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
===============