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-02-11 03:59:20 +0300
committerBrendan Long <self@brendanlong.com>2019-02-11 03:59:20 +0300
commit1d7c7f3814bbdeecc4d12e27058941397d160ced (patch)
treea1ecfa843fa4343c282a689c97ebd8e2e5595e04
parent0ed3fe2585fca1384afd1d7a9a3ec3d79926ade0 (diff)
v2.8.2 releasev2.8.2
-rw-r--r--data/org.gnome.FeedReader.appdata.xml.in7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/data/org.gnome.FeedReader.appdata.xml.in b/data/org.gnome.FeedReader.appdata.xml.in
index 9ae132ce..bd388cca 100644
--- a/data/org.gnome.FeedReader.appdata.xml.in
+++ b/data/org.gnome.FeedReader.appdata.xml.in
@@ -51,6 +51,13 @@
<binary>feedreader</binary>
</provides>
<releases>
+ <release version="2.8.2" date="2019-02-10">
+ <description>
+ <ul>
+ <li>TT-RSS: Fix another issue with unexpected types being returned by the API</li>
+ </ul>
+ </description>
+ </release>
<release version="2.8.1" date="2019-02-09">
<description>
<ul>
diff --git a/meson.build b/meson.build
index 954b7ff9..f87e716f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('feedreader', ['vala', 'c'],
- version: '2.8.1',
+ version: '2.8.2',
meson_version: '>= 0.44.1',
license: 'GPL-3.0',
default_options: ['prefix=/usr']