Skip to content

Commit 3bd36b3

Browse files
committed
Add stable appcast, both points to build 53
1 parent 6531a68 commit 3bd36b3

2 files changed

Lines changed: 104 additions & 10 deletions

File tree

appcast/stable.xml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
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 7.3</title>
5+
<link>http://b4winckler.github.com/macvim/appcast/unstable73.xml</link>
6+
<description>MacVim 7.3</description>
7+
8+
<!--
9+
To add a new release:
10+
11+
* add a new <item> below (copy an old one)
12+
* Adapt the <title>
13+
* Adapt the <description>
14+
* Adapt the <pubDate> (format 'Day, dd Mon yyyy hh:mm CET')
15+
* Adapte <enclosure>, make sure to update the url, length, saprkle:version
16+
and sparkle:shortVersionString attributes.
17+
18+
Sparkle honors the following user defaults:
19+
20+
* SUFeedURL overrides the value in Info.plist (if we want to offer several
21+
appcasts in the preferences one day ("latest", "stable" for example).
22+
23+
This means that for testing you can do
24+
25+
defaults read org.vim.MacVim SUFeedURL # note this down
26+
defaults write org.vim.MacVim SUFeedURL file:///Users/you/testcast.xml
27+
# !!! note the three '/' after 'file:
28+
# test test test
29+
defaults write org.vim.MacVim SUFeedURL previousvalue
30+
# or, to use some default setting for the url,
31+
defaults delete org.vim.MacVim SUFeedURL
32+
33+
Sparkle usually assumes a naming scheme of name_versionnumber.tar.bz2 .
34+
Instead, you can also provide a sparkle:version="2.0_rc2" attribute on
35+
the enclosure and name the package as you like. You can (and should) also
36+
provide a sparkle:shortVersionString="User-facing version string"
37+
attribute that corresponds to CFBundleShortVersionString. Sparkle uses
38+
CFBundleVersion to determine the current application version.
39+
40+
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
41+
-->
42+
43+
<item>
44+
<title>MacVim 7.3 (build 53)</title>
45+
<!--
46+
<sparkle:releaseNotesLink>
47+
http://b4winckler.github.com/test/index.html
48+
</sparkle:releaseNotesLink>
49+
-->
50+
<description><![CDATA[
51+
<p>This is a minor release of Vim. It consists of Vim 7.2 plus all
52+
patches, updated runtime files and some more, see below. It has been
53+
two years since the 7.2 release, thus it's not that "minor". But not
54+
"major" either. Something in between, don't know how to call that.</p>.
55+
56+
<p>The most notable additions since 7.2:
57+
<ul>
58+
<li> Persistent undo and undo for reload </li>
59+
<li> Blowfish encryption, encryption of the swap file </li>
60+
<li> Conceal text </li>
61+
<li> Lua interface </li>
62+
<li> Python 3 interface </li>
63+
</ul>
64+
</p>
65+
66+
<p>Once you have installed Vim 7.3 you can find all the details about the
67+
changes since Vim 7.2 with ":help version-7.3"</p>
68+
]]></description>
69+
<pubDate>Sun Aug 15 22:17 CEST 2010</pubDate>
70+
<enclosure type="application/octet-stream"
71+
url="http://github.com/downloads/b4winckler/macvim/MacVim-7_3-53.tbz"
72+
length="8381184"
73+
sparkle:version="53"
74+
sparkle:shortVersionString="7.3"
75+
sparkle:dsaSignature="MCwCFDEh+xfJK8RPQ6EDZ2UhRPvcm6isAhQ89tev4tmt9UqWFgk/aucbrZvM4Q=="
76+
/>
77+
</item>
78+
</channel>
79+
</rss>

appcast/unstable73.xml

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<channel>
44
<title>MacVim 7.3</title>
55
<link>http://b4winckler.github.com/macvim/appcast/unstable73.xml</link>
6-
<description>BETA releases of MacVim 7.3</description>
6+
<description>MacVim 7.3</description>
77

88
<!--
99
To add a new release:
@@ -41,23 +41,38 @@
4141
-->
4242

4343
<item>
44-
<title>Version 7.3f BETA</title>
44+
<title>MacVim 7.3 (build 53)</title>
4545
<!--
4646
<sparkle:releaseNotesLink>
4747
http://b4winckler.github.com/test/index.html
4848
</sparkle:releaseNotesLink>
4949
-->
5050
<description><![CDATA[
51-
<p> This is an <emp>unstable</emph> release of MacVim based on Vim 7.3f BETA. </p>
52-
<p> We are nearing the end of the BETA phase. Please put this build through its paces and report any problems on the vim_mac mailing list. </p>
51+
<p>This is a minor release of Vim. It consists of Vim 7.2 plus all
52+
patches, updated runtime files and some more, see below. It has been
53+
two years since the 7.2 release, thus it's not that "minor". But not
54+
"major" either. Something in between, don't know how to call that.</p>.
55+
56+
<p>The most notable additions since 7.2:
57+
<ul>
58+
<li> Persistent undo and undo for reload </li>
59+
<li> Blowfish encryption, encryption of the swap file </li>
60+
<li> Conceal text </li>
61+
<li> Lua interface </li>
62+
<li> Python 3 interface </li>
63+
</ul>
64+
</p>
65+
66+
<p>Once you have installed Vim 7.3 you can find all the details about the
67+
changes since Vim 7.2 with ":help version-7.3"</p>
5368
]]></description>
54-
<pubDate>Sat Aug 14 21:04 CEST 2010</pubDate>
69+
<pubDate>Sun Aug 15 22:17 CEST 2010</pubDate>
5570
<enclosure type="application/octet-stream"
56-
url="http://github.com/downloads/b4winckler/macvim/MacVim-7_3f-BETA-52_8.tar.bz2"
57-
length="8378994"
58-
sparkle:version="52.8"
59-
sparkle:shortVersionString="7.3f BETA"
60-
sparkle:dsaSignature="MC4CFQCBa7CA/fa4szRKfi3SSeGx7rxcoQIVAJWye4NfGGMG66n9sxSKZZXkfc7A"
71+
url="http://github.com/downloads/b4winckler/macvim/MacVim-7_3-53.tbz"
72+
length="8381184"
73+
sparkle:version="53"
74+
sparkle:shortVersionString="7.3"
75+
sparkle:dsaSignature="MCwCFDEh+xfJK8RPQ6EDZ2UhRPvcm6isAhQ89tev4tmt9UqWFgk/aucbrZvM4Q=="
6176
/>
6277
</item>
6378
</channel>

0 commit comments

Comments
 (0)