-
Notifications
You must be signed in to change notification settings - Fork 32
/
com.abisource.AbiWord.appdata.xml.in
63 lines (63 loc) · 2.51 KB
/
com.abisource.AbiWord.appdata.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Hubert Figuière -->
<application>
<id type="desktop">com.abisource.AbiWord</id>
<translation type="gettext">abiword</translation>
<name>AbiWord</name>
<summary>A word processor</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>
AbiWord is a free word processing program. It is suitable for a
wide variety of word processing tasks but remain focused on word
processing.
</p>
<p>
AbiWord is meant to remain relatively lightweight and support
many file formats.
</p>
<!-- FIXME: Probably needs another paragraph -->
</description>
<url type="homepage">https://www.abisource.com/</url>
<screenshots>
<screenshot type="source">https://www.abisource.com/screenshots/AbiWord-screenshot-302.png</screenshot>
</screenshots>
<releases>
<release version="@VERSION@" date="2021-07-01" />
<release version="3.0.4" type="stable" date="2019-11-27">
<url>https://www.abisource.com/changelogs/3.0.4.phtml</url>
<description>
<p>This bug fixe release addresses the following:</p>
<ul>
<li>Bug 12697 - fix a build failure in ut_jpeg.cpp</li>
<li>Bug 13917 - Fix a improper call to strncmp()</li>
<li>Updated Russian translation</li>
</ul>
</description>
</release>
<release version="3.0.3" type="stable" date="2019-11-24">
<url>https://www.abisource.com/changelogs/3.0.3.phtml</url>
<description>
<p>This bug fixe release addresses the following:</p>
<ul>
<li>Bug 13827 - Fix overflow read in PNG</li>
<li>Bug 13826 - Fix out of bounds access</li>
<li>Bug 13834 - Do not delete[] strings allocated with g_malloc()</li>
<li>Bug 13815 - Fix the black drawing regression with Gtk3.22</li>
<li>Bug 13791 - Fix flicker and caret problems</li>
<li>Bug 13791 - Reduce flickering</li>
<li>Fix Gtk criticals in dialog stylist</li>
<li>Fix stylist styles population</li>
<li>Fix a bad static_cast</li>
<li>Fix a runtime error (integer overflow)</li>
<li>Update sq-AL.po</li>
<li>Bug 13904 - Fix touch pad scrolling</li>
</ul>
</description>
</release>
<release version="3.0.2" type="stable" date="2016-10-21" />
</releases>
<content_rating type="oars-1.0" />
<update_contact>[email protected]</update_contact>
</application>