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
|
||||
* require C++11 to build libtorrent
|
||||
|
||||
1.1.4 release
|
||||
|
||||
* corrected missing const qualifiers on bdecode_node
|
||||
* fix changing queue position of paused torrents (1.1.3 regression)
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
make clean
|
||||
|
||||
cd docs
|
||||
make RST2HTML=rst2html-3.4.py
|
||||
make clean
|
||||
make RST2HTML=rst2html.py
|
||||
cd ..
|
||||
|
||||
#clear out any extended attributes that Finder may add
|
||||
|
|
Loading…
Reference in New Issue