summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-05-20 09:41:03 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-05-20 09:41:03 -0500
commitfb2ebd151436057594994dcc7235f6740d18a69d (patch)
tree641e52ff377ea39dd8317b4c3cf9b7dc8b2aef70
parentd444fe2a60b83cd2dd49766b84315e280ed6e0da (diff)
downloadepiphany-3.25.2.tar.gz
Prepare 3.25.23.25.2
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 731befafa..2581c2a8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.25.2 - May 20, 2017
+=====================
+
+- Floating URL bar should disappear when hovered to not block page (#668493)
+- Add [Shift+]Ctrl+Tab shortcuts for switching tabs (#762631)
+- Address bar search now again considers bookmark tags (#781746)
+- Fix notification permissions in web app mode (#782386)
+- Do not use a popover for the tab selection menu, to allow scrolling it
+- Fix incorrect choice of context menu when Ctrl key is held
+- Add hidden setting for disabling quirks mode
+- Improve wording of insecure password form warning
+- Remove libgd subproject and dependency on libgd
+- Fix race introduced during meson port that could cause build failures
+- Updated translations
+
3.25.1 - April 26, 2017
=======================
diff --git a/meson.build b/meson.build
index cc52f9180..61f25df74 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.25.1',
+ version: '3.25.2',
meson_version: '>= 0.37.0',
default_options: ['c_std=gnu11']
)