forked from premiere/premiere-libtorrent
bump version number
This commit is contained in:
parent
20c1407612
commit
5188c190db
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
project(libtorrent)
|
project(libtorrent)
|
||||||
set (SOVERSION "8")
|
set (SOVERSION "8")
|
||||||
set (VERSION "1.1.3")
|
set (VERSION "1.1.4")
|
||||||
|
|
||||||
set(sources
|
set(sources
|
||||||
web_connection_base
|
web_connection_base
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
1.1.4 release
|
||||||
|
|
||||||
* corrected missing const qualifiers on bdecode_node
|
* corrected missing const qualifiers on bdecode_node
|
||||||
* fix changing queue position of paused torrents (1.1.3 regression)
|
* fix changing queue position of paused torrents (1.1.3 regression)
|
||||||
* fix re-check issue after move_storage
|
* fix re-check issue after move_storage
|
||||||
|
|
2
Jamfile
2
Jamfile
|
@ -58,7 +58,7 @@ else
|
||||||
: : $(boost-include-path) ;
|
: : $(boost-include-path) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION = 1.1.3 ;
|
VERSION = 1.1.4 ;
|
||||||
|
|
||||||
# rule for linking the correct libraries depending
|
# rule for linking the correct libraries depending
|
||||||
# on features and target-os
|
# on features and target-os
|
||||||
|
|
|
@ -133,7 +133,7 @@ else:
|
||||||
libraries = ['torrent-rasterbar'] + flags.libraries)]
|
libraries = ['torrent-rasterbar'] + flags.libraries)]
|
||||||
|
|
||||||
setup(name = 'python-libtorrent',
|
setup(name = 'python-libtorrent',
|
||||||
version = '1.1.3',
|
version = '1.1.4',
|
||||||
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',
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
cd docs
|
cd docs
|
||||||
make RST2HTML=rst2html-3.4.py
|
make clean
|
||||||
|
make RST2HTML=rst2html.py
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#clear out any extended attributes that Finder may add
|
#clear out any extended attributes that Finder may add
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
|
|
||||||
AC_INIT([libtorrent-rasterbar],[1.1.3],[arvid@libtorrent.org],
|
AC_INIT([libtorrent-rasterbar],[1.1.4],[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])
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -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.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ BitTorrent DHT security extension
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -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.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent Examples
|
||||||
===================
|
===================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -1027,7 +1027,7 @@ for cat in categories:
|
||||||
|
|
||||||
out.write('''
|
out.write('''
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
`home`__
|
`home`__
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent hacking
|
||||||
==================
|
==================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent API Documentation
|
||||||
============================
|
============================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -3,7 +3,7 @@ libtorrent manual
|
||||||
=================
|
=================
|
||||||
|
|
||||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||||
:Version: 1.1.3
|
:Version: 1.1.4
|
||||||
|
|
||||||
.. contents:: Table of contents
|
.. contents:: Table of contents
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
|
@ -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 3
|
#define LIBTORRENT_VERSION_TINY 4
|
||||||
|
|
||||||
// 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.3.0"
|
#define LIBTORRENT_VERSION "1.1.4.0"
|
||||||
#define LIBTORRENT_REVISION "6afb0fd"
|
#define LIBTORRENT_REVISION "20c1407"
|
||||||
|
|
||||||
namespace libtorrent {
|
namespace libtorrent {
|
||||||
|
|
||||||
|
|
|
@ -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, "-LT1130-", &session_impl::update_peer_fingerprint),
|
SET_NOPREV(peer_fingerprint, "-LT1140-", &session_impl::update_peer_fingerprint),
|
||||||
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)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue