| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libktorrent4 | Distribution: openSUSE 12.2 |
| Version: 1.2.0 | Vendor: openSUSE |
| Release: 2.1.2 | Build date: Tue Jul 17 08:44:43 2012 |
| Group: Productivity/Networking/File-Sharing | Build host: build16 |
| Size: 1561555 | Source RPM: libktorrent-1.2.0-2.1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://ktorrent.org/ | |
| Summary: Torrent Downloading Library | |
libktorrent is a torrent downloading library.
GPL-2.0+
* Tue Mar 06 2012 mlin@suse.com
- Update to version 1.2.0, also lists changes what changed in rc1
* Fix large file preallocation when not using quick preallocation in some cases
* Disable current open file checking, it causes performance issues in some situations
* Don't use the gcrypt version macro in it's version check
* Make it possible to check data on chunk ranges instead of the entire torrent
* Move data file jobs are now done one after the other
* Implement partial seeding extension
* Add support for IPv6 traffic class field
* Make sure a torrent is restarted when it was auto stopped and more files are selected for downloading
* Emit finished signal when torrent is found completely downloaded in data check
* Seeders and leechers shown in view is now the maximum of all trackers and not the sum
* Do not add trackers with unsupported protocols
* Improve SIGBUS handling, fixes a crash
* Remove usage of several deprecated KDE3 networking classes
* Remove obsolete functions of data check during upload
* Simplify blocklist interface
* Revamp networking code
* Remove thread from DHT code
* Prevent file descriptor exhaustion from happening
* Do not count non piece data in upload speed calculation
* Fix IPv6 address parsing bug
* Improve performance of µTP code
* Fix crash in DHT packet receive code
* Fill ip parameter of tracker announce with current IPv6 address if not filled in by user in settings
* Fix crash in PeerManager
* Fix crash at exit when datachecker job is running
* Fix crash due to bug in smaller then operator of net::Address
* Fix crash due to race condition in logging initialization
* Thu Nov 24 2011 asterios.dramis@gmail.com
- Update to 1.1.3:
* Fix bug causing UPnP not to work properly if there is a question mark in
the controlurl
* Fix crash in webseed code (kde#281605)
- Spec file updates:
* Changes based on spec-cleaner run.
* Renamed License: to GPL-2.0+ (SPDX style).
* Wed Aug 17 2011 javier@opensuse.org
- Update to 1.1.2:
* Fix bug causing time left calculation to return something when
a torrent is paused (bko#272182)
* Improve performance of UTP delay window algorithm
* Fix files not getting downloaded when they change from only
seed to some other priority
* Fix crash when cleaning up mse::StreamSocket (bko#277076)
* Mon May 02 2011 asterios.dramis@gmail.com
- Spec file updates:
* Simplified License: to GPLv2+ which is the main license.
* Fix locales removal if suse_version is not set.
* %kde_post_install is not needed.
* Mon May 02 2011 javier@opensuse.org
- Update to 1.1.1
* Fix deadlock in utp::OutputQueue when packet sending fails
* Fix bug causing scrape not to be done after first announce
* Fix crash in DHT code caused by invalid addresses (269657)
* Fix crash in DHT code caused by unsynchronized access to a QSet (270127)
* Fix bug causing running time to be wrong when pausing torrents (271521)
* Wed Mar 16 2011 asterios.dramis@gmail.com
- Update to 1.1.0:
* Improve performance of chunk selection code when there are many chunks
* Fix crash in peer authentication cleanup (bko#266622)
* Fix crash due to SIGBUS handler being overwritten by KDE's crash dialog
system (bko#266842)
* Be more lenient towards torrents with wrong announce-list field
(bko#268145)
* Fix root cause of SHA1HashGen crashes in 1.0 series (bko#268162)
- Spec file updates:
* Removed Authors: from %description (requirement for Factory submissions).
* Minor update in %files section.
* Sat Feb 26 2011 coolo@novell.com
- recommend -lang package again
* Fri Feb 25 2011 asterios.dramis@gmail.com
- Update to libktorrent-1.0.99rc1 (1.1rc1):
* Fix bug in UPnP so that it works properly with D-Link DIR 635 routers
* Fix crash due to manipulating timers in the wrong thread (261903)
* Fix compiler warning in TimeEstimator (262618)
* Fix crash due to cleaning up timer in the wrong thread (260712)
* Fix crash due to not properly cleaning up Peers and everything related when
switching to superseeding mode (261529)
* Fix invalid read in utp timer cleanup code (263800)
* Fix crashes at exit (264378, 256639)
- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Updates in Summary:, Url: and %description.
* Changed License: to GPLv2+ and LGPLv2+ and MIT and BSD.
* Updates in Buildrequires:, %build, %install and %files sections.
* Use Suggests: and not Recommends: for lang package.
* Removed %pre /sbin/ldconfig section (not needed).
- Removed libktorrent-1.1beta1-sprseedcrash.patch (fixed upstream).
- Removed libktorrent-po.tar.bz2 (not needed, its included in the package).
* Sat Jan 15 2011 davejplater@gmail.com
- Added patch libktorrent-1.1beta1-sprseedcrash.patch to fix crash
when switching from seeding to superseeding or vice versa, while
the torrent is running mostly with a private torrent. See :
kde #(261529), first reported in kde #(262560).
* Mon Jan 03 2011 davejplater@gmail.com
- Update to libktorrent-1.0.80 (1.1beta1) fix kde #(261679) crash
with rss syndication plugin.
- Upstream changes :
* Video streaming support
* Superseeding support
* Data file moves are now tracked in the GUI
* The GUI has been redesigned and now makes proper use of KDE's
KParts technologie
* The search plugin now uses webkit
* Exclusion patterns have been added to the syndication plugin
filters
* And many other smaller changes. For a full overview of all the
changes, take a look in the ChangeLog's of libktorrent and
ktorrent
* Fri Dec 17 2010 davejplater@gmail.com
- Update to git20101211 fixes crash see (kde#260338)
- Upstream changes :
* Backport several utp bugfixes from trunk.
* Fix crash due to not checking for 0 pointer in multimedia file
check.
* Backport file selection bug from master CCBUG: 258138
* Tue Nov 30 2010 davejplater@gmail.com
- Update to git20101130 to fix (kde#258078)
- Upstream changes :
* Add LIBKTORRENT_VERSION macro
* Update MINOR version of master branch to 1
* Improve MultiDataChecker file handling
* Privatize PeerManager
* Use weak pointers in PeerConnector and Authenticate,
should fix a crash
* Fix ChangeLog
* Mon Nov 22 2010 tittiatcoke@gmail.com
- Update to the latest git snapshot to build KGet with torrent
support in KDE 4.6 Beta 1
* Mon Oct 18 2010 tittiatcoke@gmail.com
- update to 1.0.4: Fixing a deadlock and a crash in the µTP
protocol code
* Tue Aug 31 2010 aj@suse.de
- Recommend instead of require lang package since it's not mandatory.
* Mon Aug 30 2010 tittiatcoke@gmail.com
- update to 1.0.3: Fixing several bugs and rare crashes
* Fri Jul 09 2010 beineri@opensuse.org
- update to 1.0.2: bugfixes, renames libktorrent1 to libktorrent2
* Tue Jun 15 2010 tittiatcoke@gmail.com
- update to 1.0.1
* Bugfixes
* Mon Jun 07 2010 dmueller@suse.de
- fix -lang package generation
* Wed May 26 2010 tittiatcoke@gmail.com
- Initial package 1.0.0
/usr/lib64/libktorrent.so.4 /usr/lib64/libktorrent.so.4.0.0 /usr/share/doc/packages/libktorrent4 /usr/share/doc/packages/libktorrent4/COPYING /usr/share/doc/packages/libktorrent4/ChangeLog /usr/share/doc/packages/libktorrent4/RoadMap
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:22:00 2013