2014-05-30 15:46:30 by Thomas Klausner | Files touched by this commit (11) | |
Log message:
Update transmission packages to 2.83:
All Platforms
Licensing change: the GNU GPLv2 code can now be used under GNU GPL v2 or v3
Fix network hanging issues that could occur when both UTP and DHT were enabled
Fix 2.82 file descriptor leak when importing a blocklist
Disallow torrents that contain "/../" in the path
Fix 2.82 bug that didn't retain peers between sessions
Fix potential dangling memory error in UDP tracker DNS lookups
Remember a torrent's "queued" state between Transmission sessions
Updated third party libraries: DHT updated to v0.22; miniupnpc updated to v1.9
Autoconf script fixes: better detection of ccache, minupnpc
Fix the X-Transmission-Session-Id header to be valid with the SPDY protocol
Fix thread safety bugs in the tr_list datatype
When determining free disk space on NetBSD>=6, support its Quota feature
Windows portability improvements
Mac Client
Share option in File menu and context menu
Show all torrents when the filter bar is hidden
Show zero-byte files correctly
Coalesce multiple Speed Limit Auto Enabled/Disabled? notifications
Turkish localization
Removed Brazilian Portuguese localization because of lack of localizer \
(European Portuguese localization remains)
GTK+ Client
Fix threading issue on shutdown
Qt Client
Fix toggle-downloading-by-pressing-spacebar in the file list
Fix "Open URL" crash from dangling pointer
Support launching downloaded files from inside Transmission
On Windows, use native Windows icons
Improved network status info and tooltip in the status bar
Fix "Open Torrent" dialog crash in Qt 5.2
Daemon
On systemd systems, fix config reloading via 'systemctl reload'
Use libevent's event loop
Fix discrepancy in curl SSL setup between tr-daemon and tr-remote
Fix broken OS X build
Web Client
Support file renaming in the web client
Fix incorrect torrent state being displayed for magnet links
Make URLs in the torrent's comment field clickable (and sanitize them to \
prevent cross-scripting)
|
2014-04-01 13:25:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove patch that was grandfathered in, until someone can explain to
me why it's necessary.
|
2014-04-01 13:13:28 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
Add quota support using libquota (also called quota v2) on NetBSD.
Add comments to patches.
Ride update.
|
2014-04-01 11:48:05 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
Changes 2.82:
==== All Platforms ====
* Fix webseed crash
* Fix crash when adding UDP trackers whose host's canonical name couldn't be found
* Fix crash when sending handshakes to some peers immediately after adding a \
magnet link
* Fix crash when parsing incoming encrypted handshakes when the user is removing \
the related torrent
* Add safeguard to prevent zombie processes after running a script when a \
torrent finishes downloading
* Fix "bad file descriptor" error
* Queued torrents no longer show up as paused after exiting & restarting
* Fix 2.81 compilation error on OpenBSD
* Don't misidentify Tixati as BitTornado
==== Mac Client ====
* Fix bug that had slow download speeds until editing preferences
==== GTK+ Client ====
* Fix crash that occurred in some cases after using Torrent > Set Location
* Fix crash where on_app_exit() got called twice in a row
* Fix 2.81 compilation error on older versions of glib
* Can now open folders that have a '#' in their names
* Silence gobject warning when updating a blocklist from URL
==== Qt Client ====
* Qt 5 support
==== Web Client ====
* Fix syntax error in index.html's meta name="viewport"
* Fix file uploading issue in Internet Explorer 11
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2013-03-17 16:29:24 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.77:
=== Transmission 2.77 (2013/02/18) ===
[http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity \
All tickets closed by this release]
==== All Platforms ====
* Fix 2.75 regression that broke JSON parsing of real numbers in locales that \
don't use '.' as a decimal separator
* Don't invalidate the OS's file cache when closing files
* Fix overflow error when setting speed limits above ~8589 kB/s
* Generated magnet links didn't include webseeds
* Fix minor memory leaks when using webseeds
==== GTK+ Client ====
* Minor pluralization fixes in the UI
* Fix folder mis-selection issue in the Preferences dialog
* Fix GTK+ console warnings on shutdown
==== Qt Client ====
* Fix non Latin-1 symbol issue when showing file transfer speeds
* Fix issue when creating new torrents with multiple trackers
* Fix lost text selection in the properties dialog's 'comment' field
==== Daemon ====
* Fix documentation errors in the spec and manpages
==== Web Client ====
* Fix minor DOM leak
==== CLI ====
* Fix transmission-cli failure when the download directory doesn't exist
|
2013-03-02 20:33:29 by Thomas Klausner | Files touched by this commit (11) |
Log message:
Re-import transmission-2.76nb1 as net/transmission.
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.
Transmission is open source (MIT license) and runs on Mac OS X
(Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (CLI/GTK2+ interface)
and BeOS (native interface).
|