summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-04-25 15:43:22 -0700
committerXan Lopez <xlopez@igalia.com>2011-04-25 15:43:22 -0700
commitfb59bb47bb5a9c83b0b681dd3ceba8777792fd19 (patch)
treeca8812d3a2c0b5d4f4c26ef7beaf13f53dbf2077
parent50376426e43b6a518f3d28520c621d885b325d9c (diff)
downloadepiphany-fb59bb47bb5a9c83b0b681dd3ceba8777792fd19.tar.gz
[release] 3.0.13.0.1
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 896329bf1..d49d55e13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
==============
+Epiphany 3.0.1
+==============
+
+Changes:
+
+ - Auto-shrink images by default.
+ - Rely on WebKit 1.4.0 to not load GTK+2.x plugins instead of
+ maintaining our own plugins blacklist.
+ - Better handle popup window sizes. (#612155)
+ - Do not save window state for popup windows (#580951)
+ - Fix garbage filename in "Save link as..." (#646724)
+ - Group tabs for links opened with Ctrl+Enter (#647976)
+ - Make the floating statusbar escape the mouse pointer (#643909)
+ - Make the URL selectable in secure sites again (#642403)
+
+==============
Epiphany 3.0.0
==============
diff --git a/configure.ac b/configure.ac
index 07b047de5..d05f937fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[0])
-m4_define([epiphany_version_micro],[0])
+m4_define([epiphany_version_micro],[1])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"