mirror of
https://github.com/transmission/transmission
synced 2025-02-15 02:44:42 +00:00
bump to 2.31
This commit is contained in:
parent
399f4cec5b
commit
7c288237e0
2 changed files with 10 additions and 2 deletions
8
NEWS
8
NEWS
|
@ -1,4 +1,10 @@
|
||||||
|
=== Transmission 2.31 (2011/05/17) ===
|
||||||
|
[http://trac.transmissionbt.com/query?milestone=2.31&group=component&order=severity All tickets closed by this release]
|
||||||
|
==== All Platforms ====
|
||||||
|
* This release fixes a pair of 2.30 packaging errors.
|
||||||
|
|
||||||
=== Transmission 2.30 (2011/05/16) ===
|
=== Transmission 2.30 (2011/05/16) ===
|
||||||
|
[http://trac.transmissionbt.com/query?milestone=2.30&group=component&order=severity All tickets closed by this release]
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
* µTP support
|
* µTP support
|
||||||
* UDP tracker support
|
* UDP tracker support
|
||||||
|
@ -19,6 +25,7 @@
|
||||||
* Peer and Network preferences
|
* Peer and Network preferences
|
||||||
|
|
||||||
=== Transmission 2.22 (2011/03/04) ===
|
=== Transmission 2.22 (2011/03/04) ===
|
||||||
|
[http://trac.transmissionbt.com/query?milestone=2.22&group=component&order=severity All tickets closed by this release]
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
* Faster endgame
|
* Faster endgame
|
||||||
* Fix bug where leechers might be disconnected while seeding in some situations
|
* Fix bug where leechers might be disconnected while seeding in some situations
|
||||||
|
@ -37,6 +44,7 @@
|
||||||
* Fix bandwidth display issue
|
* Fix bandwidth display issue
|
||||||
|
|
||||||
=== Transmission 2.21 (2011/02/08) ===
|
=== Transmission 2.21 (2011/02/08) ===
|
||||||
|
[http://trac.transmissionbt.com/query?milestone=2.21&group=component&order=severity All tickets closed by this release]
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
* Fix compile error in the the 2.20 tarball
|
* Fix compile error in the the 2.20 tarball
|
||||||
==== GTK+ ====
|
==== GTK+ ====
|
||||||
|
|
|
@ -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.30])
|
m4_define([user_agent_prefix],[2.31])
|
||||||
m4_define([peer_id_prefix],[-TR230X-])
|
m4_define([peer_id_prefix],[-TR2310-])
|
||||||
|
|
||||||
AC_INIT([transmission],
|
AC_INIT([transmission],
|
||||||
[user_agent_prefix],
|
[user_agent_prefix],
|
||||||
|
|
Loading…
Reference in a new issue