update changelog

This commit is contained in:
arvidn 2016-01-18 15:36:04 -05:00
parent 7f05551388
commit 9231af24b4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
1.1.0 release
* tracker response alerts from user initiated announces/scrapes are now
posted regardless of alert mask
* improve DHT performance when changing external IP (primarily affects

View File

@ -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 "1.1.0.0"
#define LIBTORRENT_REVISION "4c0b00c"
#define LIBTORRENT_REVISION "7f05551"
namespace libtorrent {