mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
update trunk to 2.01+
This commit is contained in:
parent
77c43d3f66
commit
3e89d45281
2 changed files with 29 additions and 3 deletions
28
NEWS
28
NEWS
|
@ -1,3 +1,29 @@
|
|||
=== Transmission 2.01 (2010/06/26) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.01&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
* Better tracker announce management when completed torrents are moved from the incomplete directory
|
||||
* Speed up moving local data from one disk to another
|
||||
* Better parsing of nonstandard magnet links
|
||||
==== Mac ====
|
||||
* If the seed ratio is already met when download completes, still show the Growl notification and download-complete sound
|
||||
* Fix the Help buttons in the preferences window
|
||||
==== GTK+ ====
|
||||
* Faster torrent file parsing
|
||||
* Fix the magnet link options dialog does not respect setting
|
||||
* Add an error popup if "Add URL" fails
|
||||
==== Qt ====
|
||||
* Fix crash after getting magnet torrent metadata
|
||||
* Fix torrent ratio goals
|
||||
* Fix "add torrent" dialog bug on KDE desktops that popped up previous torrents
|
||||
* Fix 2.00 bug that prevented multiple instances from being run
|
||||
* Fix remote mode bug that kept the torrent list from being shown
|
||||
* Support encryption settings in the preferences dialog
|
||||
* Use flagStr in the status field of the peer list
|
||||
* Request a full refresh when changing the session source
|
||||
* Fix the torrent list jumping to the top when a torrent is removed
|
||||
==== Web Client ====
|
||||
* Fix display bug caused by removal of a torrent hidden by the current filter
|
||||
|
||||
=== Transmission 2.00 (2010/06/15) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.00&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
|
@ -36,7 +62,7 @@
|
|||
* Better support for adding per-torrent settings when adding a new torrent
|
||||
* Optional pidfile support
|
||||
* Option to start torrents paused
|
||||
* Option to delete .torrent files from watch directory
|
||||
* Option to delete torrent files from watch directory
|
||||
==== Web Client ====
|
||||
* The context menu now works when multiple rows are selected
|
||||
* Show ETA for seeding torrents that have a seed ratio set
|
||||
|
|
|
@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
|
|||
dnl "Z" for unsupported trunk builds,
|
||||
dnl "0" for stable, supported releases
|
||||
dnl these should be the only two lines you need to change
|
||||
m4_define([user_agent_prefix],[2.00+])
|
||||
m4_define([peer_id_prefix],[-TR200Z-])
|
||||
m4_define([user_agent_prefix],[2.01+])
|
||||
m4_define([peer_id_prefix],[-TR201Z-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in a new issue