From aed85c97b9840f4f11595c8674e1efa7c5ab5ca5 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 1 Dec 2020 19:39:39 -0600 Subject: Prepare 3.38.2 --- NEWS | 10 ++++++++++ data/org.gnome.Epiphany.appdata.xml.in.in | 2 ++ meson.build | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c1aa570f8..ecd90b4ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +3.38.2 - December 1, 2020 +========================= + + * Fix pinned tabs reordering themselves (#1341) + * Avoid crash during Storage Access API permission requests (#1357) + * Reduce size of Storage Access API permission request info bar (#1358) + * Fix fullscreen reveal animation (!847) + * Fix crash when Safe Browsing database is corrupted (!863) + * History dialog title should be translatable (Piotr Drąg) + 3.38.1 - October 6, 2020 ======================== diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in index 3790acf1f..b0c1c540b 100644 --- a/data/org.gnome.Epiphany.appdata.xml.in.in +++ b/data/org.gnome.Epiphany.appdata.xml.in.in @@ -45,6 +45,8 @@ + + diff --git a/meson.build b/meson.build index e447f69b6..cbd6f0d76 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epiphany', 'c', license: 'GPL3+', - version: '3.38.1', + version: '3.38.2', meson_version: '>= 0.46.0', default_options: ['c_std=gnu11', 'warning_level=2'] -- cgit v1.2.1