mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
update version to 1.74+; adjust NEWS
This commit is contained in:
parent
6a2de9864d
commit
b2e4b55701
2 changed files with 3 additions and 4 deletions
3
NEWS
3
NEWS
|
@ -1,4 +1,4 @@
|
|||
=== Transmission 1.74 (2008/08/24) ===
|
||||
=== Transmission 1.74 (2009/08/24) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=1.74&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
* Better data recovery in the case of an OS or Transmission crash
|
||||
|
@ -32,7 +32,6 @@
|
|||
|
||||
=== Transmission 1.73 (2009/07/18) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=1.73&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
|
||||
==== All Platforms ====
|
||||
* Fix bug where user-configured peer limits could be exceeded
|
||||
* Use less memory in some high-peer situations
|
||||
|
|
|
@ -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.74])
|
||||
m4_define([peer_id_prefix],[-TR1740-])
|
||||
m4_define([user_agent_prefix],[1.74+])
|
||||
m4_define([peer_id_prefix],[-TR174Z-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in a new issue