- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode

This commit is contained in:
Christophe Dumez
2007-08-15 19:41:12 +00:00
parent d5fa6cefe4
commit 36e87952fa
6 changed files with 30 additions and 9 deletions

6
TODO
View File

@@ -45,13 +45,12 @@
- Keep documention up to date
- Windows port (Chris - Peerkoel)
- Update to Qt4.3.1 and see if everything is ok
- wait for fastresume data on exit should be in a thread?
* beta5
- Translations update (IN PROGRESS)
- make use of finishedChecking alert if hydri applies my patch for this
- Clean up delayed progress column sorting code
- Clean up pause after checking code
- Fix fast resume problems
- Test rss now that it has been rewritten
- Wait for some bug fixes in libtorrent :
- upload/download limit per torrent (Ticket #83)
- double free or corruption on exit (Ticket #84) FIXED?
@@ -71,7 +70,8 @@ LANGUAGES UPDATED:
beta4->beta5 changelog:
- FEATURE: Supports Bittorrent FAST extension
- BUGFIX: Wait for torrent_paused_alert before saving fast resume data
- BUGFIX: Wait for torrent_paused_alert before saving fast resume data on exit
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
- BUFFIG: Fixed overflow causing ratio data to be negative
- BUGFIX: Fixed progress column delayed sorting (after torrent finished checking)
- BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hit an assert)