From 9f738c58fed45bc239721c90d5bfbb3f7ddb9434 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Tue, 10 May 2011 01:39:05 +0000 Subject: [PATCH] * Setting 'd.state.set=0' before removing a download from the 'started' view, so it will be properly set when 'event.download.paused' event is triggered. * Bumped version number. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1227 e378c898-3ddf-0310-93e7-cc216c733640 --- configure.ac | 4 ++-- doc/log_stats.plot | 16 ++++++++-------- src/main.cc | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) 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"