Changeset 6367
- Timestamp:
- Jul 19, 2008, 3:06:36 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r6366 r6367 10 10 + Added proxy support for communicating with trackers 11 11 + Allow torrent creation with no tracker address (required by some trackers) 12 + Redesigned remote access via JSON12 + New JSON-RPC protocol for clients to interact with the backend 13 13 - Daemon 14 14 + transmission-daemon and transmission-remote were rewritten from scratch … … 23 23 - GTK+ 24 24 + Add options to inhibit hibernation and to toggle the tray icon 25 + Various bug fixes and usability improvements 25 26 26 27 1.22 (2008/06/13) -
trunk/configure.ac
r6203 r6367 1 AC_INIT([transmission],[1. 22Z],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR122 Z-"1 AC_INIT([transmission],[1.30b1],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR122X-" 3 3 USERAGENT_PREFIX="1.22+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
Note: See TracChangeset
for help on using the changeset viewer.