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-07-13 22:09:05 +0300
committerBrendan Long <self@brendanlong.com>2019-07-13 22:09:05 +0300
commitfb074d3e6a5ade2ceb1cdeafbca3cac4a0807c26 (patch)
treeae62c0d80f97bc12668d7617bf286fb96c0df302
parentb7230c4ee726107e57a9d0bb822d4e971603515d (diff)
v2.10 releasev2.10.0
-rw-r--r--data/org.gnome.FeedReader.appdata.xml.in8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/data/org.gnome.FeedReader.appdata.xml.in b/data/org.gnome.FeedReader.appdata.xml.in
index ded3d1b3..d0756855 100644
--- a/data/org.gnome.FeedReader.appdata.xml.in
+++ b/data/org.gnome.FeedReader.appdata.xml.in
@@ -73,6 +73,14 @@
<developer_name>Jan Lukas Gernert</developer_name>
<project_group>GNOME</project_group>
<releases>
+ <release version="2.10.0" date="2019-07-13">
+ <description>
+ <ul>
+ <li>Fix handling of escaped HTML in articles and titles</li>
+ <li>TT-RSS: Fix support for HTTP auth in addition to TT-RSS auth</li>
+ </ul>
+ </description>
+ </release>
<release version="2.9.2" date="2019-03-28">
<description>
<ul>
diff --git a/meson.build b/meson.build
index 29cc8077..425e3a90 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('feedreader', ['vala', 'c'],
- version: '2.9.2',
+ version: '2.10.0',
meson_version: '>= 0.44.1',
license: 'GPL-3.0',
default_options: ['prefix=/usr']