diff --git a/configure.ac b/configure.ac index b6ecfadb..1aef61ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rtorrent, 0.8.7, jaris@ifi.uio.no) +AC_INIT(rtorrent, 0.8.8, jaris@ifi.uio.no) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) @@ -35,7 +35,7 @@ PKG_CHECK_MODULES(libcurl, libcurl >= 7.15.4, CXXFLAGS="$CXXFLAGS $libcurl_CFLAGS"; LIBS="$LIBS $libcurl_LIBS") -PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.12.7, +PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.12.8, CXXFLAGS="$CXXFLAGS $libtorrent_CFLAGS"; LIBS="$LIBS $libtorrent_LIBS") diff --git a/doc/log_stats.plot b/doc/log_stats.plot index 531e8a86..6de59379 100644 --- a/doc/log_stats.plot +++ b/doc/log_stats.plot @@ -119,13 +119,13 @@ set output "output_$1_choke.png" set style histogram columnstacked plot "choke_group_stats.$1" \ - using 1:2 smooth bezier with lines lw 2,\ - "" using 1:3 smooth bezier with lines lw 2,\ - "" using 1:5 smooth bezier with lines lw 2,\ - "" using 1:6 smooth bezier with lines lw 2,\ - "" using 1:9 smooth bezier with lines lw 2,\ - "" using 1:10 smooth bezier with lines lw 2,\ - "" using 1:8 smooth bezier with lines lw 4 axis x1y2,\ - "" using 1:15 smooth bezier with lines lw 4 axis x1y2 + "" using 1:8 smooth bezier with lines lw 3,\ + "" using 1:15 smooth bezier with lines lw 3,\ + using 1:2 smooth bezier with lines lw 2 axis x1y2,\ + "" using 1:3 smooth bezier with lines lw 2 axis x1y2,\ + "" using 1:5 smooth bezier with lines lw 2 axis x1y2,\ + "" using 1:6 smooth bezier with lines lw 2 axis x1y2,\ + "" using 1:9 smooth bezier with lines lw 2 axis x1y2,\ + "" using 1:10 smooth bezier with lines lw 2 axis x1y2 EOF diff --git a/src/main.cc b/src/main.cc index 545ffac1..6d46db1b 100644 --- a/src/main.cc +++ b/src/main.cc @@ -273,7 +273,7 @@ main(int argc, char** argv) { "view.add = stopped\n" "view.filter = stopped,((false))\n" - "view.event_added = stopped,\"view.set_not_visible=started ;d.state.set=0\"\n" + "view.event_added = stopped,\"d.state.set=0 ;view.set_not_visible=started\"\n" "view.event_removed = stopped,view.set_visible=started\n" "view.add = complete\n"