-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
584 lines (541 loc) · 21.9 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
NEWS file for Transmission <http://www.transmissionbt.com/>
1.50 (2008/xx/yy)
<http://trac.transmissionbt.com/query?milestone=1.50&group=component&groupdesc=1&order=severity>
- All Platforms
+ Support BitTorrent Enhancement Proposal #6 "Fast Extension"
+ Support BitTorrent Enhancement Proposal #21 "Extension for Partial Seeds"
- Mac
+ Groups (moved to preferences) can have a default location when adding transfers
- GTK+
+ Minor display improvements and HIG compliance
1.41 (2008/xx/yy)
<http://trac.transmissionbt.com/query?milestone=1.41&group=component&groupdesc=1&order=severity>
- All Platforms
+ Fix 1.40 "jumpy upload speed" bug
+ Fix 1.40 "Got HTTP Status Code: 0" error message
+ Parse peer blocklists from bluetack even if they contain Windows newlines
+ Fix handshake peer_id error
+ Fix 1.40 "lazy bitfield" error
+ More accurate bandwidth measurement
+ Fix autoconf/automake build warnings
- GTK+
+ In the Details dialog's peer tabs, rows were sometimes duplicated
+ Three new translations: Afrikaans, Asturian, Bosnian
+ Sixteen updated translations
- Daemon
+ Minor bugfixes
+ Windows portability
1.40 (2008/11/09)
<http://trac.transmissionbt.com/query?milestone=1.40&group=component&groupdesc=1&order=severity>
- All Platforms
+ Tracker communication uses fewer resources
+ More accurate bandwidth limits
+ Reduce disk fragmentation by preallocating files
+ Stability, security, and performance improvements to the RPC/Web UI server
+ Support compression when serving Web UI and RPC responses
+ Simplify the RPC whitelist
+ Fix bug that prevented handshakes with encrypted BitComet peers
+ Fix 1.3x bug that could re-download some data unnecessarily
+ Lazy bitfields
- Mac
+ Option to automatically update the blocklist weekly
+ In the file inspector tab, show progress and size for folders
+ Scrollbars correctly appear when the main window auto-resizes
+ Sparkle updated to 1.5b6
- GTK+
+ Option to automatically update the blocklist weekly
+ Added off-hour bandwidth scheduling
+ Simplify file/priority selection in the details dialog
+ Fix a couple of crashes
+ 5 new translations: Australian, Basque, Kurdish, Kurdish (Sorani), Malay
+ 43 updated translations
- Web Client
+ The Web Client is now out of beta
+ Minor display fixes
+ On iPhone/iPod touch, launching from the home screen hides the address bar
- Daemon
+ Added the ability to get detailed peer information on torrents
+ Fix bug that didn't handle --config-dir and TRANSMISSION_HOME correctly
+ Windows portability
1.34 (2008/09/16)
<http://trac.transmissionbt.com/query?milestone=1.34&group=component&groupdesc=1&order=severity>
- All Clients
+ Don't reconnect too frequently to the same peer
+ Webseed bugfix
+ Fix bug that caused some transfers to not be scraped
+ Fix BSD build issues
+ Handle OpenTracker's `downloaded' key in announce responses
- Mac
+ Fix memory leak when updating blocklist
+ Connect to the web interface when the application's path contains a space
- GTK+
+ Minor display fixes
+ 15 updated translations + 1 new language
- Daemon
+ Minor display fixes
- Web Client
+ Minor display fixes
- CLI:
+ Fix crash when creating a torrent file
1.33 (2008/08/30)
http://trac.transmissionbt.com/query?group=component&milestone=1.33
- All Platforms
+ Fix crash from malicious torrent files with a piece size of zero
+ When creating new torrent files, change behavior that caused
"Multi tracker torrents are not allowed" warning on one tracker
+ Fix Unicode handling in the JSON parser/generator
+ Fix memory error when reading KTorrent's PEX messages
+ Fix small memory leaks
- Mac
+ Rephrase "data not fully available" to "remaining time unknown"
+ Fix bug where torrent file creation would fail because an extra blank tracker address was inserted
- Daemon
+ Fix crash when adding nonexistent torrents via transmission-remote
- GTK+
+ Fix crash from malicious torrent files with large creator fields
+ Fix error where some torrents opened via a web browser didn't appear
1.32 (2008/08/08)
http://trac.transmissionbt.com/query?group=component&milestone=1.32
- All Platforms
+ Fix bug introduced in 1.30 that caused poor tracker communication
+ Creating torrent files for files >= 2 GB will result in 2 MB pieces
- Mac
+ Fix bug where the proxy type was changed from SOCKS5 to SOCKS4 on launch
1.31 (2008/08/06)
http://trac.transmissionbt.com/query?group=component&milestone=1.31
- All Platforms
+ Fix a crash caused by certain torrent files
1.30 (2008/08/05)
http://trac.transmissionbt.com/query?group=component&milestone=1.30
- All Platforms
+ The "Clutch" web interface is now bundled with Transmission (as a beta)
+ Ability to add and remove tracker addresses
+ Ability to create torrent files with multiple tracker addresses
+ Added support for HTTP/FTP Seeding (GetRight style)
+ Added proxy support for communicating with trackers
+ Allow torrent creation with no tracker address (required by some trackers)
+ New JSON-RPC protocol for clients to interact with the backend
- Daemon
+ transmission-daemon and transmission-remote were rewritten from scratch
+ remote and daemon now support per-file priority & download flag settings
- Mac
+ Quick Look integration in the main window and inspector's file tab
+ Transfers can be dragged to different groups
+ Option to only show the add window when manually adding transfers
+ Status strings are toggled from the action button (they are no longer clickable)
+ Colors in pieces bar and pieces box more accurately reflect their corresponding values
+ The port checker now uses our own portcheck.transmissionbt.com
+ Turkish localization
- GTK+
+ Add options to inhibit hibernation and to toggle the tray icon
+ Lots of small bug fixes and usability improvements
+ Dozens of updated translations
1.22 (2008/06/13)
http://trac.transmissionbt.com/query?group=component&milestone=1.22
- All Platforms
+ Fix two separate BitTorrent unchoke bugs that could affect performance
+ Transmission now builds correctly on Sun Studio
+ Minor man page fixes
- Mac
+ Fix bug where "Program Started" in the Statistics window would sometimes display as 0
- GTK+
+ Fix crash when quitting while the stats window is still up
+ Added Latvian, Malayalam, Serbian, and Telugu translations
+ Updated Czech, Spanish, Romanian, Russian, Dutch, Polish, Italian,
Portuguese, Catalan, Danish, German, Swedish, Traditional Chinese,
Finnish, and Chinese (simplified) translations
- CLI:
+ Fix scraping torrents with the -s command-line argument
1.21 (2008/05/21)
http://trac.transmissionbt.com/query?group=component&milestone=1.21
- All Platforms
+ Fix rare crash-on-startup bug
+ Handle corrupt announce URLs in torrent files more gracefully
+ Fix minor memory leak when closing torrents
- Mac
+ Fix visual glitch with the pieces bar
+ Italian localization included
- GTK+
+ Updated Catalan, Danish, German, Spanish, Finnish, Hebrew, Italian, Dutch,
Polish, Romanian, Thai, Turkish, and Traditional Chinese translations
1.20 (2008/05/09)
http://trac.transmissionbt.com/query?group=component&milestone=1.20
- All Platforms
+ Support https tracker connections
+ IP blocking using the Bluetack Level1 blocklist
+ Better support of multitracker torrents
+ Faster UPnP port mapping on startup
+ Ability to reset global statistics
+ Various bugfixes
- Mac
+ Display of decimal numbers matches system international settings
+ Updated Dock badge images
- GTK+
+ Inhibit hibernation when downloading
+ Use XDG basedir spec for configuration files
+ Various bug fixes and usability improvements
+ Vastly improved translations thanks to the Ubuntu translation team
1.11 (2008/04/04)
- Mac
+ Fix scrape address visual glitch with the tracker inspector tab
+ Only make the progress status string clickable on multi-file torrents
+ Traditional Chinese localization, updated Russian localization
- GTK+
+ Fix a couple of minor display issues
1.10 (2008/03/28)
- All Platforms
+ Stop torrents when downloading and the disk becomes full
+ Removing a torrent also removes it from the cache
+ Smaller memory footprint per-torrent and per-peer
+ Various backend bugfixes & improvements
- Mac
+ Window when adding torrents to select files and other settings
+ Leopard: Collapsable group dividers
+ Use the file icon as the per-torrent action button
+ Tracker tab in the inspector
+ Message log specifies the torrent/activity the message relates to
+ Updated images in the inspector
+ Optional display of remaining time while seeding in Minimal View
+ Improved accuracy for displaying the remaining disk space warning
- GTK+
+ Window for selecting files & priorities when opening torrents
+ Display a system tray popup when a torrent finishes downloading
+ Watch folder for auto-adding torrents
+ Improved preferences dialog and message log window
+ Tracker tab in the Details window
+ Dozens of usability, Gnome HIG, and i18n improvements
+ Support KDE button ordering
+ Option to delete a torrent and its downloaded files
- Daemon
+ Ability to force a "Verify Local Data" for a torrent
1.06 (2008/02/26)
- All Platforms:
+ Improvements and bugfixes to "Verify Local Data"
+ Use less CPU
+ Fix support for multitracker torrents
+ Updated UPnP code to miniupnpc-1.0
+ Fix two shutdown memory errors
- GTK+
+ Fix small memory leak
+ GUI error when verifying local data
- CLI:
+ Torrent creation error on non-absolute pathnames
1.05 (2008/02/08)
- All Platforms:
+ Fix 1.04 crash when parsing bencoded data
+ Packaging improvements
- Mac
+ Fix bug remembering reordered groups
- GTK+
+ Fix glitch that occurred when specifying which files to download
+ Fix "Sort by Progress"
+ Various interface and HIG improvements
+ Updated Swedish, Italian translations
- Daemon
+ Fix "transmission-remote -x"
+ Fix PEX enable/disable bug
1.04 (2008/01/31)
- All Platforms:
+ Fix (potential) remote crash bug with extension protocol
+ Fix bug when verifying a torrent and pressing `pause'
1.03 (2008/01/29)
- All Platforms:
+ Fix bug setting maximum peer limits
+ Fix overflow issue with very large torrents
+ Fix LTEP handshake bug
+ Fix handshake bug with mainline BitTorrent
+ Fix bug when talking to lighttpd-based trackers
- GTK+
+ Various packaging, HiG, and interface improvements
1.02 (2008/01/22)
- All Platforms:
+ Fix 1.00 bug that choked some models of routers
+ Fix 1.00 crash in peer handshake
+ Fix 1.00 bug that sometimes froze the app for a long time
+ Minor improvements to the command-line client
- GTK+
+ Fix crash when removing a torrent while its details window is open
+ Better compliance with the Gnome interface guidelines
+ I18N fixes
+ Updated Dutch translation
+ Various other interface additions and improvements
1.01 (2008/01/11)
- All Platforms:
+ Fix 1.00 freezing issue
+ Fix 1.00 assertion failure
+ Improve initial connection speed
+ Added connection throttle to avoid router overload
+ Improve reconnection to peers with imperfect network connections
+ Fix crashes on architectures that require strict alignment
- OS X:
+ Leopard: Double-click icon to reveal in Finder, progress string to toggle selected and total, and anywhere else to toggle the inspector
+ Leopard: Better behavior with Time Machine
+ Fix bugs with Clutch support
- GTK+:
+ New Brazilian Portuguese, Chinese, Dutch, and Turkish translations
+ Fix 1.00 desktop internationalization error
1.00 (2008/01/04)
- All Platforms:
+ Port forwarding now performed by MiniUPnP and libnatpmp
+ Ability to set global and per-torrent number of connections
+ Option to prefer not using encryption
+ Fix tracker connection error
+ PEX is now configured globally
+ Updated icon
- OS X:
+ Redesigned Leopard-like look
+ Group labeling, filtering, and sorting
+ Statistics window
+ Pieces Bar (return of Advanced Bar)
+ Display "not available" overlay on the regular bar
+ Display remaining time for seeding transfers
+ Sort by total activity
+ Connectable from the Clutch web interface
+ Leopard: Time Machine will ignore incomplete downloads
+ Leopard: Fix bug where text fields would reject localized decimal values
+ Leopard: Fix bug where bandwidth rates chosen from the action menu would not apply the first time
- GTK+:
+ Redesigned main window interface
+ Minimal Mode for showing more torrents in less desktop space
+ Torrent filtering
+ Port forwarding tester in Preferences
+ Statistics window
+ Sort by total activity, progress, state, and tracker
+ Various other interface additions and improvements
- CLI:
+ Restore `scrape' feature
0.96 (2007/12/10)
- All Platforms:
+ Fix 0.95 data corruption error
+ Fix 0.95 bug that broke UPnP
- OS X:
+ Fix bug where dragging non-torrent files over the main window could result in excessive memory usage
0.95 (2007/12/04)
- All Platforms:
+ Fix router errors caused by sending too many tracker requests at once
+ Fix bug that let speed-limited torrents upload too quickly
+ Faster average upload speeds
+ Faster connection to peers after starting a torrent
+ Fix memory corruption error
+ Disable SWIFT for ratio-based trackers
- OS X:
+ Leopard: Fix for NAT-PMP port mapping
- GTK:
+ Fix Nokia 770 crash
0.94 (2007/11/25)
- All Platforms:
+ Faster average download speeds
+ Automatically ban peers that send us too many corrupt pieces
+ Fix a crash that occurred if a peer sent us an incomplete message
+ Fix portmapping crash
+ Fix bug that left files open after their torrents were stopped
+ Fix 0.93 file permissions bug
+ Fix tracker redirect error
+ Fix LTEP PEX bug
0.93 (2007/11/12)
- All Platforms:
+ Fix "router death" bug that impaired internet connectivity
+ Fix bug that could cause good peer connections to be lost
+ Tweak request queue code to improve download speeds
+ Better handling of very large files on 32bit systems
+ Consume less battery power on laptops
+ Fix minor IPC parsing error
0.92 (2007/11/05)
- All Platforms:
+ Fix 0.90 data corruption bugs
+ Fix 0.90 possible delay when quitting
+ Fix 0.90 small memory leaks
- OS X:
+ Leopard: Fix bug with typing values in Inspector->Options
+ Leopard: Fix bug with toggling Minimal View
- GTK:
+ Better support for large files on some Linux systems
+ Fix localization error in torrent inspector's dates
0.91 (2007/10/28)
- All Platforms:
+ Fix 0.90 speed limits
+ Fix 0.90 problems announcing to some trackers
+ Fix 0.90 socket connection leak
+ Fix 0.90 IPC crash
+ Fix 0.90 cache bug that could cause "verify local files" to fail
+ Fix 0.90 build errors on OpenBSD and on older C compilers
- OS X:
+ Fix a crash caused by custom sound files
+ Add Dutch localization, re-add Russian localization, fix Korean localization
- GTK:
+ Fix 0.90 packaging errors
+ Fix 0.90 crash-on-start with assertion failure: "destination != (void*)0"
0.90 (2007/10/23)
- All Platforms:
+ Encryption support, with option to ignore unencrypted peers
+ Only report downloaded, verified good pieces in tracker `download' field
+ Improved compliance with BitTorrent spec
+ MSE Tracker Extension support
+ Significant rewrite of the libtransmission back-end
- OS X:
+ Per-torrent action menu
+ Redesigned inspector with additional statistics and ability to be resized vertically in Peers and Files tabs
+ Redesigned message log
+ Optimizations to decrease memory usage
+ Sort and filter by tracker
+ Icon enhanced to support size of 512 x 512
+ Various smaller interface additions and improvements
- GTK:
+ Various interface improvements
+ Better compliance with the Gnome interface guidelines
0.82 (2007/09/09)
- All Platforms:
+ Fixed bug that could limit transfer speeds
+ Fixed bug that corrupted torrents > 4 GB
+ Fixed bug that could allow bad peers to send too many pieces
+ For peers supporting both Azureus' and LibTorrent's extensions, allow negotiation to decide which to use
+ Other minor fixes
0.81 (2007/08/22)
- All Platforms:
+ Fix 0.80 assertion crashes
+ Fix a bug that miscounted how many peers Transmission wants connected
+ Clarify misleading error messages
+ Fix memory leaks
- OS X:
+ Multiple fixes to creating torrents and adding new torrents
+ Updated Russian and Spanish translations
- GTK:
+ Updated Dutch, Portuguese, French, and Slovakian translations
- CLI:
+ Better support for cli-driven torrent creation
+ Fix a bug that misparsed command-line arguments
0.80 (2007/08/07)
- Ability to selectively download and prioritize files
- Torrent file creation
- Speed and CPU load improvements
- Fix to UPnP
- Rechecking torrents is now done one-at-a-time to avoid heavy disk load
- Better rechecking of torrents that have many files
- Many miscellaneous improvements and bugfixes
- Partial licensing change -- see the LICENSE file for details
- OS X:
+ Overlay when dragging torrent files, URLs, and data files onto window
+ Ability to set an amount of time to consider a transfer stalled
+ More progress bar colors
+ Various smaller interface improvements
+ Italian, Korean, and Russian translations
- GTK:
+ Added Torrent Inspector dialog
+ Added Update Tracker button
+ Various smaller interface improvements
0.72 (2007/04/30)
- Reset download/upload amounts when sending "started"
- Fix rare XML parsing bug
0.71 (2007/04/23)
- Send port info when sending requests
- Calculate ratio differently when seeding without ever downloading
- Add additional error messages and debug info
- Improved UPnP support
- OS X:
+ Fix error when using default incomplete folder
+ Disable the stop ratio once it is reached (while seeding)
+ Small interface adjustments
0.70 (2007/04/18)
- New icon
- Automatic port mapping (NAT-PMP and UPnP IGD)
- Peer exchange (PEX) compatible with Azureus and uTorrent
- Multitracker support
- Better handling of tracker announce interval
- Fixes bug where absurdly huge upload/download totals could be sent
- Automatic tracker scraping
- Cache connected peers
- Many miscellaneous bugfixes and small improvements
- OS X:
+ Requires 10.4 Tiger or newer
+ Download and seeding queues that can be user-ordered
+ Speed Limit: Second set of bandwidth limits that can be toggled or
scheduled
+ Individual torrent bandwidth limits
+ Separate complete and incomplete download folders
+ Filter and search bar
+ Expanded Inspector with many additional views and stats
+ Fragment status view in Inspector shows downloaded or availability
+ Watch folder to auto add torrent files
+ Auto resizing of the main window
+ Minimal view to take up less space
+ Seeding bar shows progress in finishing seeding
+ Sounds when downloading and seeding complete
+ Warnings for directory unavailable and not enough space
+ Message log window
+ New toolbar icons
+ Built-in help files
+ French, Spanish, German, and Greek translations
- GTK+:
+ Adds Spanish, Polish, Russian, Bulgarian, Romanian, Swedish, and
Finnish translations
+ Message window
+ Better window manager integration
+ Add file view to properties dialog
0.6.1 (2006/06/25)
- OS X:
+ Fixes a bug in the updater that could cause repeated hits to the
appcast
- GTK+:
+ Fixes drag-and-drop
+ Adds Italian and French translations
0.6 (2006/06/21)
- Ability to limit download rate
- Automatic banning of peers who send bad data
- Can keep a copy of the torrent file so the original can be deleted
- Many bugfixes
- OS X:
+ Reworked interface
+ Rate limits can be changed directly from the main window
+ Ability to automatically stop seeding at a given ratio
+ Allows sorting of the tranfers list
+ Extended Info Inspector
+ Automatic updating with Sparkle
- GTK+:
+ Add torrents via command line. If Transmission is already running,
add them to running copy
+ Improved long filename handling
0.5 (2006/02/11)
- Only uses one port for all torrents
- Rewritten choking algorithm
- Remembers download and upload sizes from one launch to another
- New GTK+ interface
- New BeOS interface
- OS X: Dock badging
- OS X: Shows the file icon in the list
- OS X: Shows ratio once download is completed
- OS X: Automatic check for update
- OS X: Fixes a display bug on Intel Macs
0.4 (2005/11/18)
- Uses less CPU downloading torrents with many pieces
- The UI could freeze when the hard drive was having a hard time - fixed
- Fixes for difficult trackers, which require a 'key' parameter or a
User Agent field
- OS X: Cleaner look, unified toolbar
- OS X: Added a document icon for torrent files
- OS X: Added a Pause/Resume button for each torrent, and a
"Reveal in Finder" button
- OS X: Added a contextual menu
- OS X: Sometimes torrents kept "Stopping..." forever - fixed
- OS X: Several minor improvements or fixes: allows column reordering,
fixed resizing on Panther, remember the position of the window,
fixed display of Unicode filenames, added menubar items and
keyboard shortcuts, made the simple progress bar switch to green
when seeding
0.3 (2005/10/19)
- Fixed "Sometimes sends incorrect messages and looses peers"
- Fixed "Crashes with many torrents or torrents with many files"
- Enhancements in the "End game" mode
- Is nicer to the trackers
- Asks for the rarest pieces first
- OS X: Universal binary for PPC and x86
- OS X: Fixed "Progress increases every time I pause then resume"
- OS X: Fixed "Sometimes crashes at exit"
- OS X: Cleaner icon
- OS X: Show all sizes in human readable form
- OS X: Keep downloading in the background when the window is closed
- Miscellaneous bugfixes and internal enhancements
0.2 (2005/09/22)
- Bugfixes
- OS X: Users can now choose where the downloads are sent
0.1 (2005/09/15)
- First version