mirror of
https://github.com/transmission/transmission
synced 2025-02-13 09:54:44 +00:00
(trunk) bump to 2.22+
This commit is contained in:
parent
6f25b97f9e
commit
aff1dfa564
2 changed files with 19 additions and 2 deletions
17
NEWS
17
NEWS
|
@ -2,6 +2,23 @@
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
* The "lazy bitfield" feature has been superceded by the "Fast Extension" BEP6
|
* The "lazy bitfield" feature has been superceded by the "Fast Extension" BEP6
|
||||||
|
|
||||||
|
=== Transmission 2.22 (2011/03/03) ===
|
||||||
|
==== All Platforms ====
|
||||||
|
* Faster endgame
|
||||||
|
* Fix bug where leechers might be disconnected while seeding in some situations
|
||||||
|
* Support for unsorted blacklists
|
||||||
|
* Fix IPv6 DHT
|
||||||
|
* Re-add support to automatically close idle peers
|
||||||
|
* Fix bug where the resume file did not save the time checked for the last piece
|
||||||
|
* Fix 2.20 bug that sometimes showed inaccurate upload/download speeds
|
||||||
|
==== Mac ====
|
||||||
|
* Fixes for Dutch, German, and Russian localizations
|
||||||
|
==== GTK+ ====
|
||||||
|
* Fix setting individual idle seeding time
|
||||||
|
==== Qt ====
|
||||||
|
* Fix loading localizations on Linux
|
||||||
|
==== CLI ====
|
||||||
|
* Fix bandwidth display issue
|
||||||
|
|
||||||
=== Transmission 2.21 (2011/02/08) ===
|
=== Transmission 2.21 (2011/02/08) ===
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
|
|
|
@ -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.21+])
|
m4_define([user_agent_prefix],[2.22+])
|
||||||
m4_define([peer_id_prefix],[-TR221Z-])
|
m4_define([peer_id_prefix],[-TR222Z-])
|
||||||
|
|
||||||
AC_INIT([transmission],
|
AC_INIT([transmission],
|
||||||
[user_agent_prefix],
|
[user_agent_prefix],
|
||||||
|
|
Loading…
Reference in a new issue