mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
update version info and news
This commit is contained in:
parent
2af8500b60
commit
ec024c569c
3 changed files with 7 additions and 7 deletions
4
NEWS
4
NEWS
|
@ -9,11 +9,11 @@ NEWS file for Transmission <http://transmission.m0k.org/>
|
|||
+ Pieces Bar (return of Advanced Bar)
|
||||
+ Availability Bar (overlay on regular bar)
|
||||
|
||||
0.93 (2007/xx/yy)
|
||||
0.93 (2007/11/11)
|
||||
- All Platforms:
|
||||
+ Fix "router death" bug that impaired internet connectivity
|
||||
+ Fix bug that could cause good peer connections to be lost
|
||||
+ Tweak our request queue code to improve download speeds
|
||||
+ Tweak request queue code to improve download speeds
|
||||
+ Consume less battery power on laptops
|
||||
|
||||
0.92 (2007/11/05)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_INIT([transmission],[0.92Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR092Z-"
|
||||
USERAGENT_PREFIX="0.92+"
|
||||
AC_INIT([transmission],[0.93Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR093Z-"
|
||||
USERAGENT_PREFIX="0.93+"
|
||||
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
||||
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
|
||||
# BETA: "Z" for beta, "0" for stable
|
||||
# these should be the only two lines you need to change
|
||||
PEERID_PREFIX="-TR092Z-"
|
||||
USERAGENT_PREFIX="0.92+"
|
||||
PEERID_PREFIX="-TR093Z-"
|
||||
USERAGENT_PREFIX="0.93+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
|
||||
|
|
Loading…
Reference in a new issue