mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk) update to 1.92+
This commit is contained in:
parent
fb62c8bbdc
commit
f8bc2c472b
2 changed files with 25 additions and 2 deletions
23
NEWS
23
NEWS
|
@ -1,3 +1,26 @@
|
|||
=== Transmission 1.92 (2010/03/11) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=1.92&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
* Fix possible data corruption issue caused by data sent by bad peers during endgame
|
||||
* Fix potential buffer overflow when adding maliciously-crafted magnet links
|
||||
* Fix announces to IPv6 trackers
|
||||
* Fix DNS problems on some platforms, including Debian
|
||||
* Fix issues with the incomplete directory functionality
|
||||
* Fix port forwarding error on some routers by updating libnatpmp and miniupnp
|
||||
==== Mac ====
|
||||
* Fix bug where setting low priority in the add window resulted in high priority
|
||||
==== GTK+ ====
|
||||
* Fix directory selection error in GTK+ 2.19
|
||||
* Small GUI improvements: HIG correctness, remove deprecated GTK+ calls, etc.
|
||||
==== Daemon ====
|
||||
* Fix 1.91 build error on Mac and FreeBSD
|
||||
* Standardize the daemon's watchdir feature to behave like the other clients'
|
||||
==== Web Client ====
|
||||
* Statistics dialog
|
||||
* Fix error in "trash data & remove from list" that didn't trash all data
|
||||
* Fix display of ratios and time
|
||||
* Update to jQuery 1.4.2
|
||||
|
||||
=== Transmission 1.91 (2010/02/21) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=1.91&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
|
|
|
@ -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],[1.91+])
|
||||
m4_define([peer_id_prefix],[-TR191Z-])
|
||||
m4_define([user_agent_prefix],[1.92+])
|
||||
m4_define([peer_id_prefix],[-TR192Z-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in a new issue