summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-12-19 13:45:12 +0100
committerXan Lopez <xan@igalia.com>2012-12-19 13:45:12 +0100
commitf12d45e9159d51da46c234526b582d9b3f4fb614 (patch)
treec5804173dd0b308a5288eb7421309c39bcc63a85
parent4441ac86a00e4e01f96153e4af6e86310eac2394 (diff)
downloadepiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar.gz
[release] 3.7.33.7.3
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 159d2bd82..389714845 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Epiphany 3.7.3
+==============
+
+Changes:
+
+ - Vastly improve the icon generation for Web Applications (#657755)
+ - Allow to zoom images, since this is actually supported by WebKit now
+ - New design for the find bar (#689929)
+ - Add an 'Incognito window' mode in the UI (#676914)
+ - Support back/forward mouse buttons (#337852)
+ - Improve heuristics to decide whether to open new windows or where
+ to append new tabs when Web is invoked from other applications
+ (#685976)
+ - Add zoom controls to the gear menu (#683625)
+ - Use GtkSearchEntry all over the place instead of our own version
+ (#687744)
+ - Tidy up the application menu to be more in sync with other core
+ apps (#678962)
+ - Add support for favicons in WebKit2.
+ - Tons of cleanups and other bugfixes.
+
+==============
Epiphany 3.7.1
==============
diff --git a/configure.ac b/configure.ac
index a1fc80544..67c98d497 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[7])
-m4_define([epiphany_version_micro],[1])
+m4_define([epiphany_version_micro],[3])
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])