fix whoops in the appcast
This commit is contained in:
parent
df81c6546c
commit
ddcb8b5a21
10
NEWS
10
NEWS
|
@ -16,9 +16,17 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
|
|||
<http://trac.transmissionbt.com/query?milestone=1.50&group=component&groupdesc=1&order=severity>
|
||||
- All Platforms
|
||||
+ IPv6 support
|
||||
+ Fix a couple of 1.42 crashes
|
||||
+ Fix 1.42 error that made tracker announces slower over time
|
||||
+ When removing local data only remove data from the torrent
|
||||
+ Better performance when sharing with very fast peers
|
||||
+ Better handling of non-UTF-8 torrent files
|
||||
- GTK+
|
||||
+ Minor display improvements and HIG compliance
|
||||
+ Various HIG and usability changes
|
||||
- Daemon
|
||||
+ Make i18n support optional for cli and daemon clients
|
||||
- CLI
|
||||
+ Support session.json settings as the Daemon and GTK+ clients do
|
||||
|
||||
1.42 (2008/12/24)
|
||||
<http://trac.transmissionbt.com/query?milestone=1.42&group=component&groupdesc=1&order=severity>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
sparkle:shortVersionString="1.42"
|
||||
sparkle:dsaSignature="MC0CFDGYBe/7/7bAtZXeOqYO26iKrNJMAhUAiHvc+yWm071G/wnKsbOXUlzAgoM="
|
||||
length="3674660"
|
||||
sparkle:minimumSystemVersion="10.4.11"
|
||||
type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.4.11"</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
sparkle:shortVersionString="1.42"
|
||||
sparkle:dsaSignature="MC0CFDGYBe/7/7bAtZXeOqYO26iKrNJMAhUAiHvc+yWm071G/wnKsbOXUlzAgoM="
|
||||
length="3674660"
|
||||
sparkle:minimumSystemVersion="10.4.11"
|
||||
type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.4.11"</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
Loading…
Reference in New Issue