Add stable appcast, both points to build 53

This commit is contained in:
Bjorn Winckler
2010-08-15 22:21:43 +02:00
parent 6531a68bc2
commit 3bd36b3047
2 changed files with 104 additions and 10 deletions
+79
View File
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>MacVim 7.3</title>
<link>http://b4winckler.github.com/macvim/appcast/unstable73.xml</link>
<description>MacVim 7.3</description>
<!--
To add a new release:
* add a new <item> below (copy an old one)
* Adapt the <title>
* Adapt the <description>
* Adapt the <pubDate> (format 'Day, dd Mon yyyy hh:mm CET')
* Adapte <enclosure>, make sure to update the url, length, saprkle:version
and sparkle:shortVersionString attributes.
Sparkle honors the following user defaults:
* SUFeedURL overrides the value in Info.plist (if we want to offer several
appcasts in the preferences one day ("latest", "stable" for example).
This means that for testing you can do
defaults read org.vim.MacVim SUFeedURL # note this down
defaults write org.vim.MacVim SUFeedURL file:///Users/you/testcast.xml
# !!! note the three '/' after 'file:
# test test test
defaults write org.vim.MacVim SUFeedURL previousvalue
# or, to use some default setting for the url,
defaults delete org.vim.MacVim SUFeedURL
Sparkle usually assumes a naming scheme of name_versionnumber.tar.bz2 .
Instead, you can also provide a sparkle:version="2.0_rc2" attribute on
the enclosure and name the package as you like. You can (and should) also
provide a sparkle:shortVersionString="User-facing version string"
attribute that corresponds to CFBundleShortVersionString. Sparkle uses
CFBundleVersion to determine the current application version.
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->
<item>
<title>MacVim 7.3 (build 53)</title>
<!--
<sparkle:releaseNotesLink>
http://b4winckler.github.com/test/index.html
</sparkle:releaseNotesLink>
-->
<description><![CDATA[
<p>This is a minor release of Vim. It consists of Vim 7.2 plus all
patches, updated runtime files and some more, see below. It has been
two years since the 7.2 release, thus it's not that "minor". But not
"major" either. Something in between, don't know how to call that.</p>.
<p>The most notable additions since 7.2:
<ul>
<li> Persistent undo and undo for reload </li>
<li> Blowfish encryption, encryption of the swap file </li>
<li> Conceal text </li>
<li> Lua interface </li>
<li> Python 3 interface </li>
</ul>
</p>
<p>Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with ":help version-7.3"</p>
]]></description>
<pubDate>Sun Aug 15 22:17 CEST 2010</pubDate>
<enclosure type="application/octet-stream"
url="http://github.com/downloads/b4winckler/macvim/MacVim-7_3-53.tbz"
length="8381184"
sparkle:version="53"
sparkle:shortVersionString="7.3"
sparkle:dsaSignature="MCwCFDEh+xfJK8RPQ6EDZ2UhRPvcm6isAhQ89tev4tmt9UqWFgk/aucbrZvM4Q=="
/>
</item>
</channel>
</rss>
+25 -10
View File
@@ -3,7 +3,7 @@
<channel>
<title>MacVim 7.3</title>
<link>http://b4winckler.github.com/macvim/appcast/unstable73.xml</link>
<description>BETA releases of MacVim 7.3</description>
<description>MacVim 7.3</description>
<!--
To add a new release:
@@ -41,23 +41,38 @@
-->
<item>
<title>Version 7.3f BETA</title>
<title>MacVim 7.3 (build 53)</title>
<!--
<sparkle:releaseNotesLink>
http://b4winckler.github.com/test/index.html
</sparkle:releaseNotesLink>
-->
<description><![CDATA[
<p> This is an <emp>unstable</emph> release of MacVim based on Vim 7.3f BETA. </p>
<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>
<p>This is a minor release of Vim. It consists of Vim 7.2 plus all
patches, updated runtime files and some more, see below. It has been
two years since the 7.2 release, thus it's not that "minor". But not
"major" either. Something in between, don't know how to call that.</p>.
<p>The most notable additions since 7.2:
<ul>
<li> Persistent undo and undo for reload </li>
<li> Blowfish encryption, encryption of the swap file </li>
<li> Conceal text </li>
<li> Lua interface </li>
<li> Python 3 interface </li>
</ul>
</p>
<p>Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with ":help version-7.3"</p>
]]></description>
<pubDate>Sat Aug 14 21:04 CEST 2010</pubDate>
<pubDate>Sun Aug 15 22:17 CEST 2010</pubDate>
<enclosure type="application/octet-stream"
url="http://github.com/downloads/b4winckler/macvim/MacVim-7_3f-BETA-52_8.tar.bz2"
length="8378994"
sparkle:version="52.8"
sparkle:shortVersionString="7.3f BETA"
sparkle:dsaSignature="MC4CFQCBa7CA/fa4szRKfi3SSeGx7rxcoQIVAJWye4NfGGMG66n9sxSKZZXkfc7A"
url="http://github.com/downloads/b4winckler/macvim/MacVim-7_3-53.tbz"
length="8381184"
sparkle:version="53"
sparkle:shortVersionString="7.3"
sparkle:dsaSignature="MCwCFDEh+xfJK8RPQ6EDZ2UhRPvcm6isAhQ89tev4tmt9UqWFgk/aucbrZvM4Q=="
/>
</item>
</channel>