bump version number to 1.1.6

This commit is contained in:
arvidn 2017-12-29 10:51:58 +01:00 committed by Arvid Norberg
parent 473b86a8e6
commit c8bf782bd0
22 changed files with 25 additions and 23 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.6)
project(libtorrent)
set (SOVERSION "8")
set (VERSION "1.1.5")
set (VERSION "1.1.6")
set(sources
web_connection_base

View File

@ -1,4 +1,6 @@
1.1.6 release
* deprecate save_encryption_settings (they are part of the normal settings)
* add getters for peer_class_filter and peer_class_type_filter
* make torrent_handler::set_priority() to use peer_classes

View File

@ -57,7 +57,7 @@ else
: : $(boost-include-path) ;
}
VERSION = 1.1.5 ;
VERSION = 1.1.6 ;
rule linking ( properties * )
{

View File

@ -133,7 +133,7 @@ else:
libraries = ['torrent-rasterbar'] + flags.libraries)]
setup(name = 'python-libtorrent',
version = '1.1.5',
version = '1.1.6',
author = 'Arvid Norberg',
author_email = 'arvid@libtorrent.org',
description = 'Python bindings for libtorrent-rasterbar',

View File

@ -5,7 +5,7 @@
AC_PREREQ([2.63])
AC_INIT([libtorrent-rasterbar],[1.1.5],[arvid@libtorrent.org],
AC_INIT([libtorrent-rasterbar],[1.1.6],[arvid@libtorrent.org],
[libtorrent-rasterbar],[http://www.libtorrent.org])
AC_CONFIG_SRCDIR([src/torrent.cpp])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ BitTorrent extension for DHT RSS feeds
======================================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ BitTorrent DHT security extension
=================================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ BitTorrent extension for arbitrary DHT store
============================================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent Examples
===================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -1027,7 +1027,7 @@ for cat in categories:
out.write('''
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
`home`__

View File

@ -3,7 +3,7 @@ libtorrent hacking
==================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -1,5 +1,5 @@
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. raw:: html

View File

@ -3,7 +3,7 @@ libtorrent API Documentation
============================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 1

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.5
:Version: 1.1.6
.. contents:: Table of contents
:depth: 2

View File

@ -37,14 +37,14 @@ POSSIBILITY OF SUCH DAMAGE.
#define LIBTORRENT_VERSION_MAJOR 1
#define LIBTORRENT_VERSION_MINOR 1
#define LIBTORRENT_VERSION_TINY 5
#define LIBTORRENT_VERSION_TINY 6
// the format of this version is: MMmmtt
// M = Major version, m = minor version, t = tiny version
#define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY)
#define LIBTORRENT_VERSION "1.1.5.0"
#define LIBTORRENT_REVISION "37ffe99a1"
#define LIBTORRENT_VERSION "1.1.6.0"
#define LIBTORRENT_REVISION "473b86a"
namespace libtorrent {

View File

@ -148,7 +148,7 @@ namespace libtorrent
SET_NOPREV(proxy_username, "", &session_impl::update_proxy),
SET_NOPREV(proxy_password, "", &session_impl::update_proxy),
SET_NOPREV(i2p_hostname, "", &session_impl::update_i2p_bridge),
SET_NOPREV(peer_fingerprint, "-LT1150-", &session_impl::update_peer_fingerprint),
SET_NOPREV(peer_fingerprint, "-LT1160-", &session_impl::update_peer_fingerprint),
SET_NOPREV(dht_bootstrap_nodes, "dht.libtorrent.org:25401", &session_impl::update_dht_bootstrap_nodes)
};