diff --git a/ChangeLog b/ChangeLog index 339324e10..63eaf98a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/build_dist.sh b/build_dist.sh index aadaefd1e..51d4b1aac 100755 --- a/build_dist.sh +++ b/build_dist.sh @@ -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