mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
(trunk) update news and bump version to 1.70
This commit is contained in:
parent
15809c7834
commit
72250ca0a5
3 changed files with 6 additions and 6 deletions
4
NEWS
4
NEWS
|
@ -1,6 +1,6 @@
|
|||
NEWS file for Transmission <http://www.transmissionbt.com/>
|
||||
|
||||
1.70 (2009/mm/dd)
|
||||
1.70 (2009/06/04)
|
||||
<http://trac.transmissionbt.com/query?milestone=1.70&group=component&groupdesc=1&order=severity>
|
||||
- All Platforms
|
||||
+ Distributed hash table (DHT) support for public torrents
|
||||
|
@ -28,7 +28,7 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
|
|||
+ Add-torrent-and-delete-source deleted the source even if there was an error
|
||||
+ Prefs dialog didn't show or modify "Stop seeding torrents at ratio"
|
||||
|
||||
1.54 (2009/xx/yy)
|
||||
1.54 (2009/06/04)
|
||||
- All Platforms
|
||||
+ Fix small bugs and memory leaks
|
||||
- Web Client
|
||||
|
|
|
@ -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.61+])
|
||||
m4_define([peer_id_prefix],[-TR161Z-])
|
||||
m4_define([user_agent_prefix],[1.70])
|
||||
m4_define([peer_id_prefix],[-TR1700-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# "Z" for unsupported trunk builds,
|
||||
# "0" for stable, supported releases
|
||||
# these should be the only two lines you need to change
|
||||
PEERID_PREFIX="-TR161X-"
|
||||
USERAGENT_PREFIX="1.61+"
|
||||
PEERID_PREFIX="-TR1700-"
|
||||
USERAGENT_PREFIX="1.70"
|
||||
|
||||
SVN_REVISION=`find -E ./libtransmission ./macosx \
|
||||
-regex ".*\.([chmp]|cpp|po|sh)" \
|
||||
|
|
Loading…
Reference in a new issue