forked from premiere/premiere-libtorrent
forward port python binding fix from RC_1_0
This commit is contained in:
parent
e7a0a9f49a
commit
be44f9dd50
|
@ -84,6 +84,9 @@
|
|||
* almost completely changed the storage interface (for custom storage)
|
||||
* added support for hashing pieces in multiple threads
|
||||
|
||||
1.0.9 release
|
||||
|
||||
* python binding fix for boost-1.60.0
|
||||
* optimize enumeration of network interfaces on windows
|
||||
* improve reliability of binding listen sockets
|
||||
* support SNI in https web seeds and trackers
|
||||
|
|
|
@ -198,7 +198,7 @@ void bind_alert()
|
|||
using boost::noncopyable;
|
||||
#ifndef TORRENT_NO_DEPRECATE
|
||||
typedef boost::shared_ptr<alert> alert_holder;
|
||||
#ifndef _MSC_VER
|
||||
#if BOOST_VERSION >= 106000
|
||||
register_ptr_to_python<boost::shared_ptr<alert> >();
|
||||
#endif
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue