Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        rb_libtorrent - A C++ BitTorrent library aiming to be the best alternative
        
        - rb_libtorrent is a C++ library that aims to be a good alternative to all
the other BitTorrent implementations around. It is a library and not a full
featured client, although it comes with a working example client.
Its main goals are to be very efficient (in terms of CPU and memory usage) as
well as being very easy to use both as a user and developer. (Due to potential
namespace conflicts, a couple of the examples had to be renamed. See the
included documentation for more details.) 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | rb_libtorrent | 0.11 | 5.fc5 | x86_64 | 2.04 MiB | Fri Feb  2 20:53:37 2007 | 
        
        Changelog
        
            - * Sun Jan 28 17:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.11-5
- - Fix installed pkgconfig file: Strip everything from Libs except for
  '-ltorrent', as its [libtorrent's] DSO will ensure proper linking to other
  needed libraries such as zlib and boost_thread. (Thanks to Michael Schwendt
  and Mamoru Tasaka; bug #221372) 
            - * Sat Jan 27 17:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.11-4
- - Clarify potential licensing issues in the -devel subpackage:
  + COPYING.zlib
  + COPYING.Boost
- Add my name in the Fedora-specific documentation (README-renames.Fedora) and
  fix some spacing issues in it.
- Strip the @ZLIB@ (and thus, the extra '-lz' link option) from the installed
  pkgconfig file, as that is only useful when building a statically-linked
  libtorrent binary. 
- Fix conflict: The -devel subpackage should conflict with the -devel
  subpackage of libtorrent, not the main package.
- Preserve timestamps in %install. 
            - * Wed Jan 17 17:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.11-3
- - Fix License (GPL -> BSD)
- Don't package RST (docs sources) files.
- Only make the -devel subpackage conflict with libtorrent-devel.
- Rename some of the examples more appropriately; and add the
  README-renames.Fedora file to %doc which explains this.