From d5fa6cefe451300d78dfb5e9198ebbb46337db4b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 15 Aug 2007 19:17:17 +0000 Subject: [PATCH] - Removed some debug - Updated Changelog (now libtorrent supports Bittorrent FAST extension) --- Changelog | 1 + TODO | 1 + src/GUI.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 28890f9ba..5874991b2 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ - FEATURE: Based on new libtorrent v0.13 - FEATURE: Added UPnP / NAT-PMP port forwarding support - FEATURE: Added encryption support (compatible with Azureus) + - FEATURE: Bittorrent FAST extension support - FEATURE: Added RSS support - FEATURE: Support files prioritizing in a torrent - FEATURE: Finished torrents are now moved to another tab for seeding diff --git a/TODO b/TODO index c508bd269..84ae3731a 100644 --- a/TODO +++ b/TODO @@ -70,6 +70,7 @@ LANGUAGES UPDATED: - Polish *BETA5* beta4->beta5 changelog: +- FEATURE: Supports Bittorrent FAST extension - BUGFIX: Wait for torrent_paused_alert before saving fast resume data - BUFFIG: Fixed overflow causing ratio data to be negative - BUGFIX: Fixed progress column delayed sorting (after torrent finished checking) diff --git a/src/GUI.cpp b/src/GUI.cpp index 773c364ab..2c53f9b60 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -541,7 +541,7 @@ void GUI::updateDlList(bool force){ // No need to update if qBittorrent DL list is hidden return; } - BTSession->printPausedTorrents(); + //BTSession->printPausedTorrents(); LCD_UpSpeed->display(tmp); // UP LCD LCD_DownSpeed->display(tmp2); // DL LCD // browse handles