summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-01-16 18:24:40 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-16 18:24:40 -0600
commite580ac9a6946ce6932c482494d7317415d321721 (patch)
tree8f79ca390443cc3ea9959d21c5b9a867143af341
parent643cb425453800de283d66470054af0e772f82fd (diff)
downloadepiphany-e580ac9a6946ce6932c482494d7317415d321721.tar.gz
Prepare 3.22.53.22.5
Got to do this because I accidentally broke the last overview item in 3.22.4 :(
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9bc2a8d0..5b9b682fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Epiphany 3.22.5
+===============
+
+- Do not offer to remember empty passwords (#771073)
+- Fix tenth webpage missing in overview (regression from 3.22.4)
+- "Press key to exit fullscreen" message is now legible
+- Fix memory leak when tab is closed before permission request info bar
+- Store permissions for hosts displayed in info bar, not the current page
+
+===============
Epiphany 3.22.4
===============
diff --git a/configure.ac b/configure.ac
index 0bd7c77b7..6eea3cb5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[22])
-m4_define([epiphany_version_micro],[4])
+m4_define([epiphany_version_micro],[5])
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])