diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ =============== +Epiphany 3.21.4 +=============== + +- Check for NULL SoupURI when trying to load invalid url(#768250) +- Fix misleading ChangeLog generation code(#768218) +- Limit side of ChangeLog file(#768218) +- Add keyboard shortcuts dialog(#757830) +- Update POTFILES.in(#757830) +- Generate ChangeLog in builddir(#768218) +- Updated translations + +=============== Epiphany 3.21.3 =============== diff --git a/configure.ac b/configure.ac index 0e8dd4f5e..cfaf584d7 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[21]) -m4_define([epiphany_version_micro],[3]) +m4_define([epiphany_version_micro],[4]) 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]) |