update changelog
This commit is contained in:
parent
7f05551388
commit
9231af24b4
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
1.1.0 release
|
||||||
|
|
||||||
* tracker response alerts from user initiated announces/scrapes are now
|
* tracker response alerts from user initiated announces/scrapes are now
|
||||||
posted regardless of alert mask
|
posted regardless of alert mask
|
||||||
* improve DHT performance when changing external IP (primarily affects
|
* improve DHT performance when changing external IP (primarily affects
|
||||||
|
|
|
@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY)
|
#define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY)
|
||||||
|
|
||||||
#define LIBTORRENT_VERSION "1.1.0.0"
|
#define LIBTORRENT_VERSION "1.1.0.0"
|
||||||
#define LIBTORRENT_REVISION "4c0b00c"
|
#define LIBTORRENT_REVISION "7f05551"
|
||||||
|
|
||||||
namespace libtorrent {
|
namespace libtorrent {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue