mirror of
https://github.com/transmission/transmission
synced 2025-02-13 09:54:44 +00:00
update to 2.13
This commit is contained in:
parent
9fbcaebe6c
commit
f2bd33eeea
2 changed files with 4 additions and 4 deletions
4
NEWS
4
NEWS
|
@ -1,4 +1,4 @@
|
||||||
=== Transmission 2.13 (2010/12/xx) ===
|
=== Transmission 2.13 (2010/12/09) ===
|
||||||
[http://trac.transmissionbt.com/query?milestone=2.13&group=component&order=severity All tickets closed by this release]
|
[http://trac.transmissionbt.com/query?milestone=2.13&group=component&order=severity All tickets closed by this release]
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
* Fix "No Announce Scheduled" tracker error
|
* Fix "No Announce Scheduled" tracker error
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
* Fix RPC documentation errors
|
* Fix RPC documentation errors
|
||||||
* Fix minor packaging errors
|
* Fix minor packaging errors
|
||||||
==== Mac ====
|
==== Mac ====
|
||||||
* Add option to run a script when a torrent finishes downloading
|
* Add option to run a script when torrents finish downloading
|
||||||
* Simplify editing the blacklist URL in the preferences window
|
* Simplify editing the blacklist URL in the preferences window
|
||||||
==== GTK+ ====
|
==== GTK+ ====
|
||||||
* Unblur the statusbar icons
|
* Unblur the statusbar icons
|
||||||
|
|
|
@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
|
||||||
dnl "Z" for unsupported trunk builds,
|
dnl "Z" for unsupported trunk builds,
|
||||||
dnl "0" for stable, supported releases
|
dnl "0" for stable, supported releases
|
||||||
dnl these should be the only two lines you need to change
|
dnl these should be the only two lines you need to change
|
||||||
m4_define([user_agent_prefix],[2.12+])
|
m4_define([user_agent_prefix],[2.13])
|
||||||
m4_define([peer_id_prefix],[-TR212Z-])
|
m4_define([peer_id_prefix],[-TR2130-])
|
||||||
|
|
||||||
AC_INIT([transmission],
|
AC_INIT([transmission],
|
||||||
[user_agent_prefix],
|
[user_agent_prefix],
|
||||||
|
|
Loading…
Reference in a new issue