Merge lp:~elementary-apps/pantheon-files/appdata-releases into lp:~elementary-apps/pantheon-files/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 2330
Merged at revision: 2332
Proposed branch: lp:~elementary-apps/pantheon-files/appdata-releases
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 36 lines (+20/-1)
1 file modified
data/org.pantheon.files.appdata.xml.in (+20/-1)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-files/appdata-releases
Reviewer Review Type Date Requested Status
Jeremy Wootten Approve
Review via email: mp+306694@code.launchpad.net

Commit message

Add releases info to appdata.xml

Description of the change

Let's get changelogs into AppCenter!

When reviewing branches, check for appstream validation by first building (because you can't validate .in files) and then running appstreamcli validate data/APPID.appdata.xml

Date left intentionally blank since that's something that will need to be set during the release process

Adding a dummy "Minor bug fixes" for the previous release as per Cody's instructions. Stacks the deck for translations.

To post a comment you must log in.
Revision history for this message
Jeremy Wootten (jeremywootten) wrote :

Passes appstreamcli validation

review: Approve
Revision history for this message
Danielle Foré (danrabbit) wrote :

Hold on this branch. I think Fabio has a newer version of the validator and he's saying it doesn't pass with empty date field

Revision history for this message
Danielle Foré (danrabbit) wrote :

Okay sounds like it's not possible to make it pass validation since it's for a future release, but that should be okay since trunk releases shouldn't be packaged/shipped anyways :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/org.pantheon.files.appdata.xml.in'
2--- data/org.pantheon.files.appdata.xml.in 2016-08-02 21:06:44 +0000
3+++ data/org.pantheon.files.appdata.xml.in 2016-09-24 22:11:54 +0000
4@@ -1,5 +1,5 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6-<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
7+<!-- Copyright 2016 elementary, LLC <contact@elementary.io> -->
8 <component type="desktop">
9 <id>org.pantheon.files.desktop</id>
10 <metadata_license>CC0-1.0</metadata_license>
11@@ -17,6 +17,25 @@
12 <binary>pantheon-files-daemon</binary>
13 <binary>pantheon-files-pkexec</binary>
14 </provides>
15+ <releases>
16+ <release version="0.3.0.3" date="" urgency="medium">
17+ <description>
18+ <ul>
19+ <_li>Improve file opening over Samba shares</_li>
20+ <_li>Fix a crash when restoring items from the Trash</_li>
21+ <_li>Improve cut/copy/paste sensitivity in context menu</_li>
22+ <_li>Translation updates</_li>
23+ </ul>
24+ </description>
25+ </release>
26+ <release version="0.3.0.2" date="2016-09-01" urgency="medium">
27+ <description>
28+ <ul>
29+ <_li>Minor bug fixes</_li>
30+ </ul>
31+ </description>
32+ </release>
33+ </releases>
34 <developer_name>elementary LLC.</developer_name>
35 <url type="homepage">http://elementary.io/</url>
36 <url type="bugtracker">https://bugs.launchpad.net/pantheon-files</url>

Subscribers

People subscribed via source and target branches