MacVim 7.2 stable 1.1
[MacVim.git] / src / MacVim / macvim_stable.xml
blob69895be6d500306b966674ccead6e2e1c484bcd0
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> 
3   <channel>
4     <title>MacVim Stable</title>
5     <link>http://bjorn.winckler.googlepages.com/macvim_stable.xml</link>
6     <description>
7       Most recent changes to stable branch with links to updates
8     </description>
10     <!--
11     To add a new release:
13     * add a new <item> below (copy an old one)
14     * Adapt the <title>
15     * Adapt the <description>
16     * Adapt the <pubDate> (format 'Day, dd Mon yyyy hh:mm CET')
17     * Adapte <enclosure>, make sure to update the url, length, saprkle:version
18       and sparkle:shortVersionString attributes.
20     Sparkle honors the following user defaults:
22     * SUFeedURL overrides the value in Info.plist (if we want to offer several
23       appcasts in the preferences one day ("latest", "stable" for example).
25       This means that for testing you can do
27           defaults read org.vim.MacVim SUFeedURL  # note this down
28           defaults write org.vim.MacVim SUFeedURL file:///Users/you/testcast.xml
29             # !!! note the three '/' after 'file:
30           # test test test
31           defaults write org.vim.MacVim SUFeedURL previousvalue
32           # or, to use some default setting for the url,
33           defaults delete org.vim.MacVim SUFeedURL
35     Sparkle usually assumes a naming scheme of name_versionnumber.tar.bz2 .
36     Instead, you can also provide a sparkle:version="2.0_rc2" attribute on
37     the enclosure and name the package as you like. You can (and should) also
38     provide a sparkle:shortVersionString="User-facing version string"
39     attribute that corresponds to CFBundleShortVersionString. Sparkle uses
40     CFBundleVersion to determine the current application version.
42     Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
43     -->
45     <item>
46       <title>MacVim 7.2 stable 1.1 released</title>
47       <description><![CDATA[
48 <p> This is a minor update to MacVim 7.2 stable 1, but any update to this branch is a recommended install. </p>
49       ]]></description>
50       <pubDate>Mon, 18 Aug 2008 17:48 CET</pubDate>
51       <enclosure type="application/octet-stream"
52         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-7_2-stable-1_1.tbz"
53         length="7943748"
54         sparkle:version="33.2"
55         sparkle:shortVersionString="7.2 stable 1.1"
56         />
57     </item>
59     <item>
60       <title>MacVim 7.2 stable 1 released</title>
61       <description><![CDATA[
62 <p> This is the first build from the stable branch of MacVim.  Use this if you
63 want a tried and true version of MacVim; if you want all the latest features
64 you should use the snapshot build instead. </p>
65       ]]></description>
66       <pubDate>Fri, 15 Aug 2008 18:02 CET</pubDate>
67       <enclosure type="application/octet-stream"
68         url="http://newmacvim.muskokamug.org/mirror/files/MacVim-7_2-stable-1.tbz"
69         length="7942832"
70         sparkle:version="33.1"
71         sparkle:shortVersionString="7.2 stable 1"
72         />
73     </item>
74   </channel>
75 </rss>