~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
NEWS file for Transmission <http://www.transmissionbt.com/>
2
2
 
 
3
1.61 (2009/05/11)
 
4
<http://trac.transmissionbt.com/query?milestone=1.61&group=component&groupdesc=1&order=severity>
 
5
- All Platforms
 
6
   + Close potential CSRF security hole for Web Client users
 
7
   + Fix locale error in the JSON parser
 
8
- Qt
 
9
   + Various small bugfixes to the beta Qt client
 
10
- Web Client
 
11
   + Fix 1.60 error when serving Web Client files on some embedded platforms
 
12
   + Add response header to allow clients to cache static files
 
13
- Daemon
 
14
   + transmission-remote was unable to select torrents by their SHA1 hash
 
15
 
 
16
1.53 (2009/05/11)
 
17
- All Platforms
 
18
   + Close potential CSRF security hole for Web Client users
 
19
   + Fix locale error in the JSON parser
 
20
 
 
21
1.60 (2009/05/04)
 
22
<http://trac.transmissionbt.com/query?milestone=1.60&group=component&groupdesc=1&order=severity>
 
23
- All Platforms
 
24
   + Seed ratio limiting
 
25
   + Transfer prioritization
 
26
   + Option to specify if transfers are included in the global bandwidth limits
 
27
   + Random port, with optional randomization on startup
 
28
   + Improvements to UPnP port forwarding
 
29
   + Support for file preallocation on XFS filesystems
 
30
- Mac
 
31
   + Requires Mac OS X 10.5 Leopard or newer
 
32
   + Groups (moved to preferences) can be auto-assigned to transfers when adding based on multiple criteria
 
33
   + Groups can have a default location when adding transfers
 
34
   + The speed limit scheduler can now be applied to only specific days
 
35
   + Bonjour support for the web interface
 
36
   + File filter field in the inspector
 
37
   + Option to include beta releases when auto-updating (using modified Sparkle 1.5)
 
38
   + Portuguese localization
 
39
- Qt
 
40
   + New beta Qt client!
 
41
- GTK+
 
42
   + Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
 
43
   + Properties dialog now lets you edit/view multiple torrents at once
 
44
   + Allow sorting of the torrent list by size and by ETA
 
45
   + Show the file icon in the list
 
46
- Daemon
 
47
   + Watch folder for auto-adding torrents
 
48
   + Many new features in the RPC/JSON interface
 
49
   + Allow users to specify a specific address when listening for peers
 
50
- Web Client 
 
51
   + File selection and prioritization
 
52
   + Add option to verify local data
 
53
   + Fix "Remove Data" bug
 
54
 
 
55
1.52 (2009/04/12)
 
56
<http://trac.transmissionbt.com/query?milestone=1.52&group=component&groupdesc=1&order=severity>
 
57
- Mac
 
58
   + Improve interface responsiveness when downloading
 
59
- GTK+ and Daemon
 
60
   + Always honor the XDG setting for the download directory
 
61
- GTK+
 
62
   + Fix formatting error when showing speeds measured in MB/s
 
63
   + Fix bug that caused some scheduled speed limit time settings to be lost
 
64
   + Use the new blocklist URL when updating the blocklist
 
65
- Web Client
 
66
   + On the server, better filtering of bad URLs
 
67
   + On the server, faster json serialization
 
68
   + Fix minor web client 301 redirect error
 
69
   + Better Internet Explorer support
 
70
 
3
71
1.51 (2009/02/26)
4
72
<http://trac.transmissionbt.com/query?milestone=1.51&group=component&groupdesc=1&order=severity>
5
73
- All Platforms
22
90
   + Fix 1.42 error that made tracker announces slower over time
23
91
   + Fix a Mac-centric peer connection bug from 1.41
24
92
   + Use less CPU cycles when managing very fast peers
25
 
   + Better handling of non-UTF-8 torrent files
 
93
   + Better handling of non-UTF-8 torrent files 
26
94
   + When removing local data, only remove data from the torrent
27
95
   + Close potential DoS vulnerability in 1.41
28
96
   + Many other bugfixes
29
97
- GTK+
30
 
   + Various usability improvements
 
98
   + Various usability improvements 
31
99
   + Better Gnome HIG compliance in the statusbar, properties dialog, and more
32
100
- Daemon
33
101
   + Lots of new options added to transmission-remote
35
103
   + Make i18n support optional for cli and daemon clients
36
104
- CLI
37
105
   + Support session.json settings, just as the Daemon and GTK+ clients do
38
 
- Web Client
 
106
- Web Client 
39
107
   + Torrents can now be added by URL
40
108
   + Add the ability to "remove local data" from the web client
41
109
 
104
172
   + Fix bug that didn't handle --config-dir and TRANSMISSION_HOME correctly
105
173
   + Windows portability
106
174
 
107
 
 
108
175
1.34 (2008/09/16)
109
176
<http://trac.transmissionbt.com/query?milestone=1.34&group=component&groupdesc=1&order=severity>
110
177
- All Clients
566
633
   + Reworked interface
567
634
   + Rate limits can be changed directly from the main window
568
635
   + Ability to automatically stop seeding at a given ratio
569
 
   + Allows sorting of the tranfers list
 
636
   + Allows sorting of the transfers list
570
637
   + Extended Info Inspector
571
638
   + Automatic updating with Sparkle
572
639
 - GTK+: