#5215 fix a transmission-cli regression from 2.76
#5248 'fails to create torrent with multiple trackers'
#5249 'error parsing json in some locales'
+ #5259 minor memory leak in tr_torrentDeleteLocalData()
+ #5260 improved documentation for -w argument in transmission-remote
=== Transmission 2.76 (2013/01/08) ===
{ 831, "no-utp", "Disable uTP for peer connections", NULL, 0, NULL },
{ 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL },
{ 'V', "version", "Show version number and exit", "V", 0, NULL },
- { 'w', "download-dir", "When adding a new torrent, set its download folder. Otherwise, set the default download folder", "w", 1, "<path>" },
+ { 'w', "download-dir", "When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder", "w", 1, "<path>" },
{ 'x', "pex", "Enable peer exchange (PEX)", "x", 0, NULL },
{ 'X', "no-pex", "Disable peer exchange (PEX)", "X", 0, NULL },
{ 'y', "lpd", "Enable local peer discovery (LPD)", "y", 0, NULL },
.It Fl V Fl -version
Show version number and exit
.It Fl w Fl -download-dir Ar directory
-Use
-.Ar directory
-as the default location for newly added torrents to download files to.
+When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder.
.It Fl x Fl -pex
Enable peer exchange (PEX).
.It Fl X Fl -no-pex