* Fix unicode problem in torrent moving code
* Fix possible initialization problem in Web UI
* Fix torrent moving after completion feature
* Improved empty folder removing code
* Use guid or news url as RSS items identifier (instead of title)
* Fix possible crash in RSS item selection code
* Added support for url encoded ampersands in RSS
And the following new features:
* Sort torrent labels in popup menu
* Added Croatian translation
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
I switched from patch in configure.* to use option flags. [1]
PR: ports/146330 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1]
* Announce to all trackers at once
* Added support for single-thread boost
* Remove old folder when moving a torrent
* Improved reliability of torrent moving
* Stop rechecking torrents when they are moved
* Status filters height stays correct when the visual style changes
And the following new feature:
* Added Arabic translation
* Fix crash when adding a new torrent label
* Fix HTTPS protocol support in torrent/rss downloader
* Fix default width of file name column in torrent content
* Fix torrent addition dialog buttons height
* Fix deprecation warnings with libtorrent v0.15
* Fix "Download from URL" title size in Web UI
* Fix transparency of speed limits icons
* Dropped dependency on Qt gif library
This removes the requirement for QT_COMPONENTS= imageformat
* Improved libboost detection by configure file
And the following cosmetic change:
* Added icons to menu actions in Web UI
* Fix possible crash when adding a torrent
* Fix failure to remember some torrents on startup
* Fix torrent addition window layout (torrent content not expanding)
* Fix about dialog in Web UI
* Correctly clear trackers error messages once they work
* Display correct share ratio for paused torrents
And the following cosmetic change, which requires adding the
imageformats qt4 component:
* New alternative speed limits icons
This simplifies things for the port quite a bit since we can now use
MASTER_SITE_GOOGLE_CODE.
Update CONFLICTS to acknowledge removal of rblibtorrent
We need to change the CONFIGURE_ARG to --enable-deprecated-functions
since qbittorrent 2.2.3 uses them.
Remove a no longer needed patch, a better fix was adopted upstream
after my report.
* Fix possible crash when deleting a torrent just after pausing it
* Enable Apply button when alternative rate limits are changed
* Cleaner binutils gold linker support
* Clean fix for progress display with cleanlooks style
Display pieces that are being downloaded
Added back folder watching in Web UI
Added back file prioritizing in Web UI
And the following bug fixes:
Fix compilation with Qt 4.4
Fix Web UI compatibility with Safari
Fix file filtering in complex torrents
Ask for user confirmation for recursive torrent download
Fix "add file" dialog in torrent creation tool
Fix "Ctrl+A" in Web UI
* fixed udp tracker race condition
* fixed error handling with torrents with invalid piece sizes
* added support for torrents with odd piece sizes
* fixed issue with disk read cache not being cleared when removing torrents
* made the DHT socket bind to the same interface as the session
* fixed issue where an http proxy would not be used on redirects
* disabled buggy disconnect_peers feature
New features vs. 2.1.x:
* User can set alternative speed limits for fast toggling
* Bandwidth scheduler (automatically use alternative speed limits for a
given period)
* Added "Added/Completed On" columns to transfer list
* Added "Upload/Download limit" columns to transfer list
* Torrent files can be exported to a given directory
* Outgoing ports range can be customized (for QoS)
* User can choose to apply transfer limits on LAN too
* User can choose to include the protocol overhead in transfer limits
* Torrents can be automatically rechecked on completion
* If 2 torrents have the same hash, add new trackers/URL seeds to the
existing torrent
* Trackers can be added from Web UI
* Global transfer information are displayed in the new Web UI status bar
* Allow to change the priority of several files at once
* Support for multiple scan folders (Patch by Christian Kandeler)
* Improved style management
Bug fixes vs. 2.1.x:
* Only one log window can be opened at a time
* Optimized RSS module memory usage
* Consider HTTP downloads >1MB as invalid .torrent files and abort
* Fix Web UI authentication with some browsers
* Set Web UI ban period to 1 hour
* Fix Web UI authentication with Konqueror
* Fix save path display in properties
* Fix ratio calculation for directly seeded torrents
* Fix memory leak in RSS parser
* Only one log window can be opened at a time
* Command-line parameters are no longer required to be in UTF-8
disabled feature to drop requests after having been skipped too many times
fixed range request bug for files larger than 2 GB in web seeds
don't crash when trying to create torrents with 0 files
fixed optimistic unchoke timer
fixed bug where torrents with incorrectly formatted web seed URLs
would be connected multiple times
fixed DHT bootstrapping issue
fixed UDP over SOCKS5 issue
added support for "corrupt" tracker announce
made end-game mode less aggressive
From the PR (with some tweaks/modifications, and many thanks!):
Use MASTER_SITE_GOOGLE_CODE
Sort MAKE_JOBS_SAFE and CONFLICTS for portlint
Switch to using the boost_system asio which allows some major
simplification, removal of lots of patches, etc.
Simplify CPPFLAGS/LDFLAGS
Use PORTDOCS macro (thus simplifying plist too)
Update BROKEN message to be more accurate
Simplify patches to Makefile.am
PR: ports/144337
Submitted by: lioux
Feature safe: yes
1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14
a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel
b. Add entries to MOVED and UPDATING
2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version
3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent
Feature safe: yes