Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2019-01-29 02:38:23 +0300
committerBrendan Long <self@brendanlong.com>2019-01-29 02:38:23 +0300
commitc028ceef6937c3c1a7da85ef98dd23dba718429b (patch)
tree4d464677c15a78455425d6fbf15352b7fc35b411
parent9194a3b74d7e262a0869c874483af366bf26da68 (diff)
2.7.0 releasev2.7.0
-rw-r--r--data/org.gnome.FeedReader.appdata.xml.in9
-rw-r--r--meson.build2
2 files changed, 9 insertions, 2 deletions
diff --git a/data/org.gnome.FeedReader.appdata.xml.in b/data/org.gnome.FeedReader.appdata.xml.in
index 758866fe..a8111951 100644
--- a/data/org.gnome.FeedReader.appdata.xml.in
+++ b/data/org.gnome.FeedReader.appdata.xml.in
@@ -51,7 +51,14 @@
<binary>feedreader</binary>
</provides>
<releases>
- <release version="2.6.2" date="2018-12-03">
+ <release version="2.7.0" date="2019-01-28">
+ <description>
+ <ul>
+ <li>Fix thread safety issues, hopefully fix a lot of crashes</li>
+ </ul>
+ </description>
+ </release>
+ <release version="2.6.2" date="2019-01-24">
<description>
<ul>
<li>Fix version number</li>
diff --git a/meson.build b/meson.build
index 91c20051..5383f84e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('feedreader', ['vala', 'c'],
- version: '2.6.2',
+ version: '2.7.0',
meson_version: '>= 0.44.1',
license: 'GPL-3.0',
default_options: ['prefix=/usr']