summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-06-07 20:57:27 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-06-07 20:57:27 -0500
commit6c4b1795fc35a17c2b686fa843cb06735c1ce497 (patch)
tree4af94f8edb634d019fbaab38751b1b0e96c62b22
parent2f575a062258e2ac6dfc35b5136258e43e36e089 (diff)
downloadepiphany-3.28.3.tar.gz
Prepare 3.28.33.28.3
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 415f85247..bd0282e4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.28.3 - June 7, 2018
+=====================
+
+- Fix CVE-2018-11396/CVE-2018-12016 (#795740)
+- Allow Ctrl+T in app mode again due to unintended consequences (#796204)
+- Don't remember passwords when the setting is disabled (#796219)
+- Fix password manager crash on chase.com (GitLab #11)
+
3.28.2.1 - May 22, 2018
=======================
diff --git a/meson.build b/meson.build
index 63dab4cff..f94252d23 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.28.2.1',
+ version: '3.28.3',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)