summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-11-22 11:22:46 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-11-22 11:22:46 -0600
commit72303c9a25c85ea5a1b81182d5aa523aaa774975 (patch)
tree46be4ff303a0c8e9bb3623309db1e8fe8e105d5a
parentcee5bf271ac12a72de3df0bb39d2729a58f2aeb2 (diff)
downloadepiphany-3.34.2.tar.gz
Prepare 3.34.23.34.2
-rw-r--r--NEWS11
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b29b26aed..0a9e097b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.34.2 - November 22, 2019
+==========================
+
+- Fix bookmarks import error handling (#965)
+- Prevent detaching pinned tabs (#969)
+- Exclude pinned tabs from "close other tabs" and "close tabs to left/right" (#975)
+- Adjust icon to not use clipping masks for compatibility with KDE (#979, Jakub Steiner)
+- Correctly handle zero matches in find toolbar (#984, Dimitrios Christidis)
+- Fix remember passwords setting (#993)
+- Updated translations
+
3.34.1 - October 4, 2019
========================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index e45bc9296..0c1af4257 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -44,6 +44,7 @@
<id>epiphany.desktop</id>
</provides>
<releases>
+ <release date="2019-11-22" version="3.34.2."/>
<release date="2019-10-04" version="3.34.1"/>
<release date="2019-09-07" version="3.34.0"/>
<release date="2019-09-01" version="3.33.92"/>
diff --git a/meson.build b/meson.build
index a7757d9b8..223ddf719 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.34.1',
+ version: '3.34.2',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']