mirror of
https://github.com/transmission/transmission
synced 2025-02-15 10:54:42 +00:00
update NEWS a bit
This commit is contained in:
parent
24f69b7f63
commit
c1855b6494
2 changed files with 4 additions and 3 deletions
3
NEWS
3
NEWS
|
@ -9,7 +9,7 @@ http://trac.transmissionbt.com/query?group=component&milestone=1.30
|
||||||
+ Added support for HTTP/FTP Seeding (GetRight style)
|
+ Added support for HTTP/FTP Seeding (GetRight style)
|
||||||
+ Added proxy support for communicating with trackers
|
+ Added proxy support for communicating with trackers
|
||||||
+ Allow torrent creation with no tracker address (required by some trackers)
|
+ Allow torrent creation with no tracker address (required by some trackers)
|
||||||
+ Redesigned remote access via JSON
|
+ New JSON-RPC protocol for clients to interact with the backend
|
||||||
- Daemon
|
- Daemon
|
||||||
+ transmission-daemon and transmission-remote were rewritten from scratch
|
+ transmission-daemon and transmission-remote were rewritten from scratch
|
||||||
+ remote and daemon now support per-file priority & download flag settings
|
+ remote and daemon now support per-file priority & download flag settings
|
||||||
|
@ -22,6 +22,7 @@ http://trac.transmissionbt.com/query?group=component&milestone=1.30
|
||||||
+ The port checker now uses our own portcheck.transmissionbt.com
|
+ The port checker now uses our own portcheck.transmissionbt.com
|
||||||
- GTK+
|
- GTK+
|
||||||
+ Add options to inhibit hibernation and to toggle the tray icon
|
+ Add options to inhibit hibernation and to toggle the tray icon
|
||||||
|
+ Various bug fixes and usability improvements
|
||||||
|
|
||||||
1.22 (2008/06/13)
|
1.22 (2008/06/13)
|
||||||
http://trac.transmissionbt.com/query?group=component&milestone=1.22
|
http://trac.transmissionbt.com/query?group=component&milestone=1.22
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_INIT([transmission],[1.22Z],[http://trac.transmissionbt.com/newticket])
|
AC_INIT([transmission],[1.30b1],[http://trac.transmissionbt.com/newticket])
|
||||||
PEERID_PREFIX="-TR122Z-"
|
PEERID_PREFIX="-TR122X-"
|
||||||
USERAGENT_PREFIX="1.22+"
|
USERAGENT_PREFIX="1.22+"
|
||||||
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
||||||
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
||||||
|
|
Loading…
Reference in a new issue