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



commit 78f251b0a745219b2f119dc093b2744049d25f17
Author: Jehan <jehan girinstud io>
Date:   Thu Feb 1 03:37:57 2018 +0100

    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.

 desktop/org.gimp.GIMP.appdata.xml.in.in |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in
index ef5371e..213f29f 100644
--- a/desktop/org.gimp.GIMP.appdata.xml.in.in
+++ b/desktop/org.gimp.GIMP.appdata.xml.in.in
@@ -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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]