mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
(trunk) update NEWS, bump to 1.81.
This commit is contained in:
parent
451cca4a5e
commit
7f236280ae
2 changed files with 8 additions and 2 deletions
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
||||||
|
=== Transmission 1.81 (2010/01/22) ===
|
||||||
|
[http://trac.transmissionbt.com/query?milestone=1.81&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||||
|
==== All Platforms ====
|
||||||
|
* Fix 1.80 bug that misparsed some magnet links
|
||||||
|
* Fix 1.80 bug that caused startup to be very sluggish for some people
|
||||||
|
|
||||||
=== Transmission 1.80 (2010/01/20) ===
|
=== Transmission 1.80 (2010/01/20) ===
|
||||||
[http://trac.transmissionbt.com/query?milestone=1.80&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
[http://trac.transmissionbt.com/query?milestone=1.80&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||||
==== 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],[1.80+])
|
m4_define([user_agent_prefix],[1.81])
|
||||||
m4_define([peer_id_prefix],[-TR180Z-])
|
m4_define([peer_id_prefix],[-TR1810-])
|
||||||
|
|
||||||
AC_INIT([transmission],
|
AC_INIT([transmission],
|
||||||
[user_agent_prefix],
|
[user_agent_prefix],
|
||||||
|
|
Loading…
Reference in a new issue