2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-15 11:43:55 by Tobias Nygren | Files touched by this commit (7) |
Log message:
Update to Transmission-1.61.
- Add PKG_OPTION "qt" (experimental)
1.61:
All Platforms
* Close potential CSRF security hole for Web Client users
* Fix locale error in the JSON parser
Qt
* Various small bugfixes to the beta Qt client
Daemon
* transmission-remote was unable to select torrents by their SHA1 hash
Web Client
* Fix 1.60 error when serving Web Client files on some embedded
* Add response header to allow clients to cache static files
1.60:
All Platforms
* Seed ratio limiting
* Transfer prioritization
* Option to specify if transfers are included in the global bandwidth limits
* Random port, with optional randomization on startup
* Improvements to UPnP port forwarding
* Support for file preallocation on XFS filesystems
Qt
* New beta Qt client!
GTK+
* Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
* Properties dialog now lets you edit/view multiple torrents at once
* Allow sorting of the torrent list by size and by ETA
* Show the file icon in the list
Daemon
* Watch folder for auto-adding torrents
* Many new features in the RPC/JSON interface
* Allow users to specify a specific address when listening for peers
Web Client
* File selection and prioritization
* Add option to verify local data
* Fix "Remove Data" bug
|
2009-04-19 21:46:16 by Tobias Nygren | Files touched by this commit (3) |
Log message:
patch-ad: fix tr_wait() to avoid calling usleep(3) with invalid argument.
This may fix PR pkg/41248 (transmission-daemon busy-loops)
Bump PKGREVISION.
|
2009-04-16 19:28:52 by Tobias Nygren | Files touched by this commit (4) |
Log message:
Update to Transmission-1.52.
GTK+ and Daemon
* Always honor the XDG setting for the download directory
GTK+
* Fix formatting error when showing speeds measured in MB/s
* Fix bug that caused some scheduled speed limit time settings to be lost
* Use the new blocklist URL when updating the blocklist
Web Client
* On the server, better filtering of bad URLs
* On the server, faster json serialization
* Fix "Remove Data" bug
* Fix minor web client 301 redirect error
* Better Internet Explorer support
|
2009-03-07 09:34:59 by Tobias Nygren | Files touched by this commit (4) |
Log message:
Transmission-1.51:
All Platforms
* Fix configure script issues with non-gcc compilers and user-defined
CFLAGS environment variables
* Decrease CPU usage in some situations
* Close a rare race condition on startup
* More efficient use of libcurl when curl 7.18.0 or newer is present
GTK+
* Play nicely with Ubuntu's new notification server
* Add Pause All and Resume All buttons
Web Client
* Support for Internet Explorer
* Layout fixes when viewed on an iPhone/iPod touch
|
2009-02-27 23:54:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for libevent ABI bump.
|
2009-02-22 16:40:08 by Tobias Nygren | Files touched by this commit (3) |
Log message:
patch-ae: workaround for NetBSD bug #40714.
upload/download counters should look a bit more sane now.
PKGREVISION++
|
2009-02-16 23:29:49 by Tobias Nygren | Files touched by this commit (6) |
Log message:
Update to Transmission-1.50.
All Platforms
* IPv6 support for peers, and for trackers with explicit IPv6 addresses
* Improved connectivity for encrypted peers
* Fix 1.42 error that made tracker announces slower over time
* Fix a Mac-centric peer connection bug from 1.41
* Use less CPU cycles when managing very fast peers
* Better handling of non-UTF-8 torrent files
* When removing local data, only remove data from the torrent
* Close potential DoS vulnerability in 1.41
* Many other bugfixes
GTK+
* Various usability improvements
* Better Gnome HIG compliance in the statusbar, properties dialog, and more
Daemon
* Lots of new options added to transmission-remote
* Fix 1.42 whitelist bug
* Make i18n support optional for cli and daemon clients
CLI
* Support session.json settings, just as the Daemon and GTK+ clients do
Web Interface
* Torrents can now be added by URL
* Add the ability to "remove local data" from the web client
|
2009-02-16 13:33:16 by Matthias Drochner | Files touched by this commit (1) |
Log message:
without-wx -> disable-wx, should fix build issue reported by
Kamel Derouiche per PR pkg/40631
|
2009-01-06 22:41:27 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
Update to transmission-1.42:
All Platforms
* Better peer management
* Support BitTorrent Enhancement Proposal (BEP) #21 "Extension for Partial \
Seeds"
* Partial support for BEP #6 "Fast Extension" (reject, have all/none)
* Honor the peer's BEP #10 reqq key, when available
* Fix 1.40 "Got HTTP Status Code: 0" error message
* Fix 1.40 "lazy bitfield" error
* Fix 1.40 "jumpy upload speed" bug
* More accurate bandwidth measurement and allocation
* Fix handshake peer_id error
* Correctly handle Windows-style newlines in Bluetack blocklists
* File selection & priority was reset when editing a torrent's tracker list
* Fix autoconf/automake build warnings
GTK+
* In the Details dialog's peer tabs, rows were sometimes duplicated
* Minor bugfixes, usability changes, and locale improvements
* Three new translations: Afrikaans, Asturian, Bosnian
* Sixteen updated translations
Daemon
* Fix 1.40 bug in handling IP whitelist
* Minor bugfixes and output cleanup
* Windows portability
CLI
* Fix small free-memory-read bug
|