diff --git a/ChangeLog b/ChangeLog index 9da4950f9..adc67c55f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,7 +33,6 @@ release 0.12 * Added support for uT peer exchange extension, implemented by Massaroddel. * Modified the quota management to offer better bandwidth balancing between peers. - * added XCode project files (maintained by Gregor Riepl) * logging now supports multiple sessions (different sessions now log to different directories). * fixed random number generator seed problem, generating the same diff --git a/Makefile.am b/Makefile.am index bcfcc4eb2..6a5a0d86e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,35 @@ docs/ubuntu_build_notes.rst \ docs/udp_tracker_protocol.html docs/client_test.rst docs/client_test.html \ docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \ m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \ -m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp libtorrent.pc +m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp libtorrent.pc \ +bindings/README.txt \ +bindings/python/Jamfile \ +bindings/python/client.py \ +bindings/python/simple_client.py \ +bindings/python/src/alert.cpp \ +bindings/python/src/big_number.cpp \ +bindings/python/src/converters.cpp \ +bindings/python/src/datetime.cpp \ +bindings/python/src/docstrings.cpp \ +bindings/python/src/entry.cpp \ +bindings/python/src/extensions.cpp \ +bindings/python/src/filesystem.cpp \ +bindings/python/src/fingerprint.cpp \ +bindings/python/src/gil.hpp \ +bindings/python/src/module.cpp \ +bindings/python/src/optional.hpp \ +bindings/python/src/peer_info.cpp \ +bindings/python/src/peer_plugin.cpp \ +bindings/python/src/session.cpp \ +bindings/python/src/session_settings.cpp \ +bindings/python/src/torrent.cpp \ +bindings/python/src/torrent_handle.cpp \ +bindings/python/src/torrent_info.cpp \ +bindings/python/src/torrent_status.cpp \ +bindings/python/src/utility.cpp \ +bindings/python/src/version.cpp + + pkginclude_HEADER = \ debian/changelog \ diff --git a/docs/Linkage.jpg b/docs/Linkage.jpg new file mode 100644 index 000000000..9a79d4f07 Binary files /dev/null and b/docs/Linkage.jpg differ diff --git a/docs/projects.html b/docs/projects.html index 834ecc6fe..be9d06c34 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -46,7 +46,7 @@ connects to the daemon. One GUI (ncurses) and one web interface (accessable through a web browser). Written by Michael Wojciechowski -and Johan Stršm.

+and Johan Ström.

btg_thumb.jpg @@ -83,6 +83,12 @@ client with a quite unique look.

moopolice_thumb.gif +

Linkage

+

Linkage is a gtkmm client that aims to be middle weight.

+ +Linkage.jpg + +

BitsCast

RSS reader, podcast subscriber, video feed downloader, bittorrent diff --git a/docs/projects.rst b/docs/projects.rst index f5629eecc..3d87d200a 100644 --- a/docs/projects.rst +++ b/docs/projects.rst @@ -56,6 +56,10 @@ project listed here, let me_ know. | MooPolice_ is a windows bittorrent | | | client with a quite unique look. | | +-------------------------------------------------------------------------------+-------------------------------------+ +| **Linkage** | .. image:: Linkage.jpg | +| | | +| Linkage_ is a gtkmm client that aims to be middle weight. | | ++-------------------------------------------------------------------------------+-------------------------------------+ | **BitsCast** | .. image:: bitscast_thumb.png | | | | | RSS reader, podcast subscriber, | | @@ -130,6 +134,7 @@ project listed here, let me_ know. .. _Acquasition: http://www.acquisitionx.com .. _IM: http://www.im.com/ .. _MooPolice: http://www.moopolice.de +.. _Linkage: http://code.google.com/p/linkage/ .. _BitsCast: http://www.bitscast.com/software/ .. _Jamplayer: http://www.jamendo.com/en/static/jamendotools_jamplayer/ .. _BitSlug: http://bitslug.sourceforge.net/ diff --git a/src/identify_client.cpp b/src/identify_client.cpp index ee9f95188..bfc06363c 100755 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -155,6 +155,7 @@ namespace , map_entry("ES", "electric sheep") , map_entry("HL", "Halite") , map_entry("KT", "KTorrent") + , map_entry("LK", "Linkage") , map_entry("LP", "lphant") , map_entry("LT", "libtorrent") , map_entry("M", "Mainline")