|
| 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> |
0 commit comments