forked from premiere/premiere-libtorrent
merge RC_1_1 into master
This commit is contained in:
commit
de90419712
|
@ -74,6 +74,7 @@
|
||||||
* resume data no longer has timestamps of files
|
* resume data no longer has timestamps of files
|
||||||
* require C++11 to build libtorrent
|
* require C++11 to build libtorrent
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue