2008-01-16 05:23:10 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
|
2008-01-12 04:49:35 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Version 1.01 (2008/1/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
GTK+:
+ New Brazilian Portuguese, Chinese, Dutch, and Turkish translations
+ Fix 1.00 desktop internationalization error
|
2008-01-08 03:45:50 by Tobias Nygren | Files touched by this commit (5) |
Log message:
Update to Transmission-1.00.
Version 1.00 (2008/1/4):
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
+ PEX is now configured globally
+ Updated icon
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
|
2007-12-16 15:14:20 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to Transmission-0.96:
0.96 (2007/12/10)
- All Platforms:
+ Fix 0.95 data corruption error
+ Fix 0.95 bug that broke UPnP
|
2007-12-11 12:33:30 by Tobias Nygren | Files touched by this commit (2) |
Log message:
sys/sysctl.h needs sys/param.h first. Should fix build on netbsd-3.
PR pkg/37516 from Gilles Gravier.
|
2007-12-10 11:18:22 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to Transmission-0.95:
+ 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
|
2007-12-02 03:51:16 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Update to Transmission-0.94:
0.94 (2007/11/25):
- 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):
- 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
|
2007-11-07 12:41:42 by Tobias Nygren | Files touched by this commit (2) |  |
Log message:
EXTRACT_USING=gtar. Let's see if this fixes the distfile problem with the
bulk builds.
While here, update to the latest version:
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
GTK:
+ Better support for large files on some Linux systems
+ Fix localization error in torrent inspector's dates
|
2007-11-03 15:31:08 by Tobias Nygren | Files touched by this commit (1) |
Log message:
fix typo
|
2007-10-30 23:32:00 by Tobias Nygren | Files touched by this commit (7) |
Log message:
Update to Transmission-0.91.
Note that the distfile is slightly borked and extracts with warnings:
tar: Invalid header, starting valid header search.
This does not seem to affect the package, however.
OpenSSL is now mandatory so the ssl pkg option was removed.
News:
0.91 (2007/10/28)
- libtransmission (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
- GTK:
+ Fix 0.90 packaging errors
+ Fix 0.90 crash-on-start with assertion failure: "destination != \
(void*)0"
0.90 (2007/10/23)
- Encryption support, with option to ignore unencrypted peers
- Ban peers that send too much bad data
- 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
- Icon enhanced to support size of 512 x 512
- GTK:
+ Various interface improvements
+ Better compliance with the Gnome interface guidelines
|