summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']
)