aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-20 19:44:35 +0800
committerXan Lopez <xan@igalia.com>2012-03-21 16:56:09 +0800
commit36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17 (patch)
tree8de9fafe3e82d0d8d8149198e2714243f6dc18a4
parentebe2c82b7c78337d8e274467c77e31df58336079 (diff)
downloadgsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.tar
gsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.tar.gz
gsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.tar.bz2
gsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.tar.lz
gsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.tar.xz
gsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.tar.zst
gsoc2013-epiphany-36f0e578c2d5de9afede9fb1b6a8c522e9f1bf17.zip
[release] 3.3.923.3.92
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7aff6edc6..76b2725b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
===============
+Epiphany 3.3.92
+===============
+
+Changes:
+
+
+ - Fail in application mode if we get a nonexistent profile (#669700)
+ - Add unit tests for EphyWebView (#669548)
+ - Open pages in a new tab on middle click for the history editor
+ (#671635)
+ - Set a max width the statusbar label (#671520)
+ - Automatically add file:// when existing absolute paths are typed
+ in the URL entry (#671792)
+ - Fix bookmarklet's titles when they are created (#672194)
+ - Replace the EphyFaviconCache with WebKit's favicon cache (#648653)
+ - Other bugfixes and cleanups.
+
+===============
Epiphany 3.3.91
===============
diff --git a/configure.ac b/configure.ac
index 043a16c35..88f33bcd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[3])
-m4_define([epiphany_version_micro],[91])
+m4_define([epiphany_version_micro],[92])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])