Bug 779839 - Add <releases>-Tag to the gimp.appdata.xml.in.

- appstream-util returns a "style-invalid" error: "<ul> cannot start a
  description [(null)]". So I add a <p> introduction to the 2.9.8
  <release> tag. This was part of unit test failure on the appdata file.
- I also add a type property for 2.9.8. This is a new property which I
  proposed and which just got accepted in the appstream specification:
  https://github.com/ximion/appstream/pull/158
- I add <release> tags for all previous 2.9.x releases. No description
  for these, just a type property. But feel free to propose patches
  adding short non-technical description for these.

Note: it was originally proposed in the bug report to use the appdata
file in place of NEWS (and have this one generated from appdata). But
after discussion with appstream project, appdata is expected to be
concise, non-technical and more "marketing" than exhaustive. This is
quite a different usage than NEWS which is more an exhaustive summary of
new features and major changes. So these 2 files will likely remain
distinct.
This commit is contained in:
Jehan 2018-02-01 03:37:57 +01:00
parent 6d26f78cd6
commit 78f251b0a7
1 changed files with 11 additions and 2 deletions

View File

@ -116,8 +116,12 @@
</description>
</release>
-->
<release version="2.9.8" date="2017-12-12">
<release version="2.9.8" date="2017-12-12" type="development">
<description>
<p>Newly released GIMP 2.9.8 introduces on-canvas gradient
editing and various enhancements while focusing on bugfixing
and stability.</p>
<ul>
<li>On-canvas gradient editing</li>
<li>Notification when an image is over/underexposed</li>
@ -127,11 +131,16 @@
<li>Many usability improvements</li>
<li>Manual can be displayed in the user's preferred language</li>
<li>Improvements for the Wavelet Decompose filter</li>
<li>Improved compatibility with Photoshop .psd files</li>
<li>Improved compatibility with Photoshop .psd files,
password-protected PDF support added and new support of HGT format</li>
</ul>
<p>For more information, see https://www.gimp.org/news/2017/12/12/gimp-2-9-8-released/</p>
</description>
</release>
<release version="2.9.6" date="2017-08-24" type="development" />
<release version="2.9.4" date="2016-07-13" type="development" />
<release version="2.9.2" date="2015-11-27" type="development" />
<release version="2.8.22" date="2017-05-11"/>
<release version="2.8.20" date="2017-02-01"/>
<release version="2.8.18" date="2016-07-14"/>