bump verson to 1.1.11.0

This commit is contained in:
arvidn 2018-11-08 10:20:28 +01:00 committed by Arvid Norberg
parent 48980896d5
commit 6381b35891
23 changed files with 27 additions and 23 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
project(libtorrent project(libtorrent
DESCRIPTION "Bittorrent library" DESCRIPTION "Bittorrent library"
VERSION 1.1.10 VERSION 1.1.11
) )
set (SOVERSION "9") set (SOVERSION "9")

View File

@ -1,3 +1,5 @@
1.1.11 release
* fix move_storage with save_path with a trailing slash * fix move_storage with save_path with a trailing slash
* fix tracker announce issue, advertising port 0 in secondary IPv6 announce * fix tracker announce issue, advertising port 0 in secondary IPv6 announce
* fix missing boost/noncopyable.hpp includes * fix missing boost/noncopyable.hpp includes

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -37,14 +37,14 @@ POSSIBILITY OF SUCH DAMAGE.
#define LIBTORRENT_VERSION_MAJOR 1 #define LIBTORRENT_VERSION_MAJOR 1
#define LIBTORRENT_VERSION_MINOR 1 #define LIBTORRENT_VERSION_MINOR 1
#define LIBTORRENT_VERSION_TINY 10 #define LIBTORRENT_VERSION_TINY 11
// the format of this version is: MMmmtt // the format of this version is: MMmmtt
// M = Major version, m = minor version, t = tiny version // 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_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY)
#define LIBTORRENT_VERSION "1.1.10.0" #define LIBTORRENT_VERSION "1.1.11.0"
#define LIBTORRENT_REVISION "a499ace80" #define LIBTORRENT_REVISION "ed4ca98a1"
namespace libtorrent { namespace libtorrent {

View File

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

View File

@ -42,6 +42,8 @@ def substitute_file(name):
l = "\tversion = '%d.%d.%d',\n" % (version[0], version[1], version[2]) l = "\tversion = '%d.%d.%d',\n" % (version[0], version[1], version[2])
elif "version = '" in l and name.endswith('setup.py'): elif "version = '" in l and name.endswith('setup.py'):
l = "\tversion = '%d.%d.%d',\n" % (version[0], version[1], version[2]) l = "\tversion = '%d.%d.%d',\n" % (version[0], version[1], version[2])
elif l.startswith('\tVERSION ') and len(l.split('.')) == 3 and name.endswith('CMakeLists.txt'):
l = "\tVERSION %d.%d.%d\n" % (version[0], version[1], version[2])
elif '"-LT' in l and name.endswith('settings_pack.cpp'): elif '"-LT' in l and name.endswith('settings_pack.cpp'):
l = re.sub('"-LT[0-9A-Za-z]{4}-"', '"-LT%c%c%c%c-"' % v(version), l) l = re.sub('"-LT[0-9A-Za-z]{4}-"', '"-LT%c%c%c%c-"' % v(version), l)